Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~448 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Diod

Im wondering how i could create controls at runtime? I have a access database that is accessed by the program, it contains info about the controls, like the size, the value, the type(combobox,text,etc.). Im wondering how i can create these at runtime, how to use their events(on value change, etc.), …

Member Avatar for Diod
0
107
Member Avatar for Diod

Im reading a book on java, and im on the lesson OOP and java. This is my code: [CODE]class Motorcycle { String make; String color; boolean engineState; void startEngine() { if (engineState == true) System.out.println("The engine is already on."); else { engineState = true; System.out.println("The engine is now on."); } …

Member Avatar for Diod
0
158
Member Avatar for Diod

The Eternal Sun is an open-source MMORPG that is currently in need of developers and other people that are willing to work on the project. If you want to get into the dev team, register at sourceforge.com and mail me at [EMAIL=diod631@users.sourceforge.net]diod631@users.sourceforge.net[/EMAIL] [b][u]More details:[/u][/b] [b]URL:[/b] [url=http://eternalsun.info/]http://eternalsun.info/[/url] [b]License:[/b] GPL/GNU [b]Graphics:[/b] 3D …

Member Avatar for alc6379
0
182