compact windows forms

N

Nathan Franklin

Hello guys,

I am having a few problems with my Smart device programing..

I am new to it so I am not quite sure if this is the right thign to do.

When I click a button and one my forms I want it to open up another form.

When the other form opens up as a fixed single (anything for that matter)
what will happen is, it will flick on and off over a second (i have traced
this back into the initiallizecomponent sub) and then after i call this
line:
Dim f as new frmCustomers

I call
f.show

but nothing displays..

I am not sure what is wrong, could someone shed some light, I am not even
sure what information to provide you with..

Kind Regards
Nathan
 
S

Sampathd

Hi Nathan,

Could you provide the full code. I have a feeling that below those lines
your code is closing the parent window or something like that.

Cheers,
sampath
 
N

Nathan Franklin

thanks for your reply sampth, i have however fixed the problem...

the flickering was due to changing the Minimise and Maximise box options
(for whatever reason)

I have made my form a modal form now..

cheers

nathan
 

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