Y yamne Jul 9, 2004 #3 Can you write a sample ? thanks Damiano Chris Tacke said: Sure. Add the right references and create a Form instance. -- Chris Tacke, eMVP Co-Founder and Advisory Board Member www.OpenNETCF.org --- Click to expand...
Can you write a sample ? thanks Damiano Chris Tacke said: Sure. Add the right references and create a Form instance. -- Chris Tacke, eMVP Co-Founder and Advisory Board Member www.OpenNETCF.org --- Click to expand...
L Lloyd Dupont Jul 12, 2004 #4 well you should have an event queue method somewhere... it could be either Application.Run() at some stage (beware it's a blocking method) or use ApplicationEx and write a custom PumpEvent event yourself! anyway, once it's done, what about: new Form().Show(); it's a form, it's graphical! what about that, hey ?!
well you should have an event queue method somewhere... it could be either Application.Run() at some stage (beware it's a blocking method) or use ApplicationEx and write a custom PumpEvent event yourself! anyway, once it's done, what about: new Form().Show(); it's a form, it's graphical! what about that, hey ?!