Search results for query: *

  1. Program4Food

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

    Im live... now I have a bunch of NEW stuff to learn! :)
  2. Program4Food

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

    I dug around my toy box and found this, need to make sure the key is still good.. wish me luck :-)
  3. Program4Food

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

    Yup, that's what I was afraid of, looks like Ill be spending some time here: https://www.google.com/search?client=firefox-b-1-d&q=visual+studio+manually+install+nuget+package
  4. Program4Food

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

    Man, I had a feeling it some something simple I was overlooking, I examined the code line by line and totally over looked that extra escape \ (It had dual \r\n, but I removed one pair; evidently I didnt get it all) And the } that was far left on line 12, WTH was I thinking? I dont recall what...
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. Program4Food

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

    *I FIGURED IT OUT!!* The brackets are only used when the string is defined indicating it is an array or fetching array values, NOT when setting it's value, I also got rid of the { } brackets which were in some sample code from Google search and that took care of that.. Functions...
  10. 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...
  11. Program4Food

    Resolved Where to put INI file?

    I think Skydiver has a good point, if the user extracted the EXE to a folder, it must have RW permissions, so to keep things clustered & easily located it would be smart to gen the INI in the same folder as the app.
  12. Program4Food

    Question Beginner - Broad programming question.

    Just keep programming, you cant help but to get better! I started out with BASIC on a Vic-20, after getting a C-64 I continued BASIC, and then taught myself Assembly 6502 base. Then the various stuff after that; PHP, Perl, VB 6.0. Got an Arduino so I had to learn C++ (pretty cool stuff, C++...
  13. Program4Food

    how to split string raed from binary file

    https://www.c-sharpcorner.com/UploadFile/mahesh/split-string-in-C-Sharp/ In the string shown, there is nothing to use as a "split key" For something like: a b d c e f g we could use " " as a split key For something like: a,b,c,d,e,f,g we could use "," as a split key For abcdefg there is...
  14. Program4Food

    I need help with making a single EXE- installation file in Visual Studio 2019

    Give this a look maybe? I have it pinned in my browser but haven't had a chance to try it.. https://jrsoftware.org/isinfo.php
  15. Program4Food

    Sending mail with Android and C#, it never returns from SmtpServer.Send

    Were they at a different location with a different ISP? Your ISP may have your SMTP port blocked.
  16. Program4Food

    Text-Speech in C# and ReactJS

    https://cloud.google.com/text-to-speech/pricing
  17. Program4Food

    Question Beginner - Broad programming question.

    Just curious more than anything, could you tell us more about your programming experience? What languages and what level you feel you are at with them. I live my life broke, so I buy a *lot* of used books off Amazon. When they come, sometimes I show the wife the price at the barcode, often...
  18. Program4Food

    Question Any way to move the form in design view?

    I hear ya brother, I seriously doubt you can... but I figured it was worth asking. If I figure it out, or find the info Ill post it here. Dont hold your breath. ;-) Ill leave the post up a few days and if no one has input Ill pull the "Question" marker so it wont draw attention, being it...
  19. 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..
  20. Program4Food

    Resolved Where to put INI file?

    Anyone care to follow up with their input? Thanks!!
Back
Top Bottom