View Single Post
  #6 (permalink)  
Old 09-04-2007, 11:26 PM
Xandax's Avatar
Xandax Xandax is offline
Super Moderator
 
Join Date: Nov 2000
Location: Denmark
Posts: 13,319
Blog Entries: 12
IDE is the software you use to code in ("Integrated Development Environment.") such as visual studio et al.
If the application does not "start" when you execute it, I would think you've made an error in the coding of it. Try placing a break point in the beginning of your code (if you can) and step through the execution. It might help figure out what is the issue.

Alternative, depending on when you need it done, try PMing the source code to me, and perhaps I can point you in the proper direction - even though my area of expertise is not applications I do make some simple ones from time to time too help myself at work.
__________________
"Software is too complicated, and too big, and too costly and too difficult to let users have anything to do with it!"
Svelmoe - Blogging about SQL, Technology and many other things
Reply With Quote