I'm nearly finishing this project that consists of two parts: An electronic board with a microcontroller, eeprom memory and a firmware, and, the Windows software. I've...
I used FileStream and it worked 100% fine. I also used OpenFileDialog and SaveFileDialog to browse directories and provide the file path. It was a piece of cake!
Hi Eri523! Thank you so much for your help. I'll definitively study the FileStream class and implement it. No, I'm not handling text files, so you surely saved me from a lot of headaches :)
Thank you so much for your kind consideration helping me! Indeed it was the cast problem, I tested it and it works like a charm now! I am very pleased with...
And I tried to access the control in a different manner, referring to it as the element of the array instead of it's name, still I can't access the "value" property, but I can access other properties...
Finally got my computer back and now testing some code, I successfully located the desired control (which is a NumericUpDown) inside the tabPage and the GroupBox! :) Thanks...
I see... And I have these GrouBoxes inside a TabPage, so probably I have to first look for GroupBoxes inside the TabPage, then for NumericUpDowns inside the Groupboxes, right?
Hey Eri523, that was incredibly helpful! Thank you so much. I'm having problems with my HP laptop (hate it) , but I will certainly test your solution ASAP and post back here!!!
Hi Eri523! Thanks a lot for your time and consideration. Last night I played a lot with it, but this aren't very clear yet. So, before I post what coded, could you please let me know if my...
I'm currently trying to work with more than one form, but I didn't succeed yet. What I need is quite simple: Once the program runs, a small form appears first asking "what...
I'm currently trying to work with more than one form, but I didn't succeed yet. What I need is quite simple: Once the program runs, a small form appears first asking "what...
I'm fluent in C programming as I've been programming embedded systems with microcontrollers for years. Now, I find myself in the need to design a program to run on the computer and send...