[newbie] creating form

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
 
D

Daniel Moth

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

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top