Search found 4 matches
- Tue May 29, 2007 2:28 pm
- Forum: GamingTools Members::Inner Space
- Topic: @lax Build 4456 CTDs .Net Apps
- Replies: 7
- Views: 7389
- Mon May 28, 2007 6:05 am
- Forum: GamingTools Members::Inner Space
- Topic: @lax Build 4456 CTDs .Net Apps
- Replies: 7
- Views: 7389
- Sat May 26, 2007 6:10 am
- Forum: GamingTools Members::Inner Space
- Topic: @lax Build 4456 CTDs .Net Apps
- Replies: 7
- Views: 7389
@lax Build 4456 CTDs .Net Apps
With the latest IS build all my .Net Apps crash to desktop right after I stop the main thread aka quit the program.
Already compiled my sources against the new dlls, no problems at all.
Already compiled my sources against the new dlls, no problems at all.
- Wed May 23, 2007 4:02 pm
- Forum: GamingTools Members::Inner Space
- Topic: Dynamically Adding a checkbox problem
- Replies: 4
- Views: 4744
Dont know, how u "try to dynamically add it", but in a C# application I would do it this way: string mother = "fraHB0@fraHarvestingBots@Harvesting@tabPigBot@PigBotWindow"; string type = "CheckBox"; string child = "HB0_chkSkill2"; string xml = "add xml stuff here"; LGUIElement element = new LGUIEleme...