[newbie] creating form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm just writing my first pocket pc .net framework application, but I'm
encountering a problem:

My application does some stuff in the Form_load handler (which works quite
well) but then suddenly quits.....any ideas why?

Code analysis tells me, that I should:
Warning 4 CA2232 : Microsoft.Usage : Add STAThreadAttribute to assembly
'ASPocket'. ASPocket

Any ideas what's the meaning of that?

Best wishes,

Peter
 
Show us some code... To start with, what does your Main look like (search
for Application.Run)?

Cheers
Daniel
 
Back
Top