B
Barry
Hi
I am working on conversion of a VB6 project to VB.NET (VS 2005), the project
has one main form with a Tab Controls and about seven Tabpages with many
controls on them.
1. Which event on the form receives focus first, i found that Load event
does not recieve focus first, hence the app crashes as some of the controls
are updated in code through their respective events.
2. I need to hide the form at the start to activate it from the Taskbar, but
that does not seem possible to hide the form Load event.
Tia
Barry
I am working on conversion of a VB6 project to VB.NET (VS 2005), the project
has one main form with a Tab Controls and about seven Tabpages with many
controls on them.
1. Which event on the form receives focus first, i found that Load event
does not recieve focus first, hence the app crashes as some of the controls
are updated in code through their respective events.
2. I need to hide the form at the start to activate it from the Taskbar, but
that does not seem possible to hide the form Load event.
Tia
Barry