Search the Community
Showing results for tags 'forms'.
-
Hi, I created a app to read/write data to MSSQL 2005. I also included MS Powerpacks to use PrintForm. The application worked fine on all environments, until about 2 weeks ago. I made a few small updates to the project and published the update. The app runs perfectly on all Windows 7 and Vista machines, but crashes on startup on Windows XP machines. Please help. :confused: Below find the error signature details: EventType : clr20r3 P1 : myapp.exe P2 : 1.0.0.0 P3 : 4cb43d95 P4 : system.drawing P5 : 4.0.0.0 P6 : 4ba1e086 P7 : 356 P8 : 42d P9 : system.invalidoperationexception
-
Hey, Any suggestions on how I should go about loading levels into my game? I have a very good piece of code working for my player... collision detection works 100%, doors work (including the ID property for teleporting to rooms).. I'm probably going about all of this the wrong way, and I don't want to make a 2D game using tiles. I guess all I'm asking is... how should I go about this? I've tried making an MDIParent and MDIChild to get pre-made forms to load, I don't really like the idea of doing that... I've also tried getting each control off of 1 form onto another and that isn't working right.. I am probably going to make an editor to export each control name and their properties and then have the form to load the properties off of the text file based on the level ID, I could probably easily do that but would that be the right way? Any help is appreciated!