Development
Application, Firmware & Web Development
Engineering software solutions for Embedded Electronics, Desktop application and Web using C/C++, C# & PHP.
I ran into an issue with my C# development, in the mdi-child forms being allowed to be opened multiple times. Which for the application I am developing at the moment, is not a good thing.
- Details
- Category: Development
- Hits: 3555
I've managed to get version checking working within my application that I'm porting to C# from VB .net.
This may not be the best method, but it appears to work quite well. I do have it checking against a file on a web server to get the latest available version, that involved streamreader and a webclient. But for this example I simply hard coded the updversion as a string.
- Details
- Category: Development
- Hits: 3322