Search results for query: *

  1. Program4Food

    Resolved My NuGet manager never loads any list... VS 2012

    Here is a screen record: I am at a loss, Ive tried several things off Google but no luck.. Andrew
  2. Program4Food

    Resolved Several errors came up while programming, I don't understand..

    I was learning the switch case function and was adding line 25, and I have no clue what happened (maybe I hit another key somewhere??) and then I got several errors and I don't even understand them in order for me to resolve it. Some of the errors I am looking at make no sense when you review...
  3. Program4Food

    Resolved Can I call a DLL dynamically or must I add reference?

    Please keep in mind my experience with DLL's is just beginning... I understand if I want to include a DLL in say a winform app, I need to add a reference to the DLL. However I came across a page detailing dynamically added a DLL using LOAD. So my question is: Can I load a DLL within my app...
  4. Program4Food

    Tip C#’s Equivalent to VB’s Left, Right and Mid String

    Coming from decades of BASIC/VB, I need to transition my thinking to how another language performs an equivalent function, the best way to do this is to bang it out in code. Here is my example of C#’s Equivalent to VB’s Left, Right and Mid String. I hope a C# beginner finds this useful...
  5. Program4Food

    Resolved String Array and Split; I'm doing something wrong..

    I am obviously still learning syntax, things are a little different in C# than in VB. I am doing this to learn the concepts, so my code is broke down in baby steps so I can mentally keep track of what I am doing. Anyway, I think I am close, but the way I am trying to do it generates debug...
  6. Program4Food

    Question Any way to move the form in design view?

    I would like to not have the form in design view anchored top/left, is there any way (other than put it in a window) to have it to say the center right?? I seriously doubt it, my GoogleFu has not revealed the magic to do so..
  7. Program4Food

    Resolved Where to put INI file?

    I know, XML is the way and the wave. Im still struggling to even get my XML code working! In the mean while, I have learned how to R&W and delete entries from INI files, which... for the applications I have in mind at this time, will work just fine! (Dont fret, I am still trying to learn how...
  8. Program4Food

    Resolved this. works, but form1. does not, confused..

    See the code below, I can call this. to minimize the form (form1, the only form in the project), but if I try to call it directly (like I used to be able to do in old VB) by calling it form1., I get an error. I do not understand why I cant call the form directly... Screen shot showing VS2012...
  9. Program4Food

    Resolved I am so confused.. Creating a task but keep getting errors in VS

    Before I post the question, please keep in mind I am still fresh to C# and am self taught; I came from Visual Basic and got petty good with it but am now transitioning to C#. So I create a new project in VS2012/DotNet 4.5.1 and try to add an async task, I type it just like examples I am seeing...
Back
Top Bottom