M
Maverick
Hi Everyone,
I am facing an issue, hope if any of you guys could help me out.
My application have form 1,2 and 3, In some cases my application
starts up with form 1 and there are certaining cases where I have to
skip form 1 (and its functionality) and display from 2 as start up
object.
To overcome come this,I unchecked the "Enables application framework"
checkbox and start my project from sub Main in Module.
Now I am facing another issue in this approach is that before calling
to any form if I display any message to user by MessageBox.Show
("text") method application appears on taskbar with vs project default
icon (Icon that appears if we dont mention any icon for our project in
Project properties). Similarly on ALT+Tab combination default icon
appear in place of my application icon.
Can you help me how to overcome this and what would be the best
approach in my case to alter the form display sequence.
Regards,
Haroon.
I am facing an issue, hope if any of you guys could help me out.
My application have form 1,2 and 3, In some cases my application
starts up with form 1 and there are certaining cases where I have to
skip form 1 (and its functionality) and display from 2 as start up
object.
To overcome come this,I unchecked the "Enables application framework"
checkbox and start my project from sub Main in Module.
Now I am facing another issue in this approach is that before calling
to any form if I display any message to user by MessageBox.Show
("text") method application appears on taskbar with vs project default
icon (Icon that appears if we dont mention any icon for our project in
Project properties). Similarly on ALT+Tab combination default icon
appear in place of my application icon.
Can you help me how to overcome this and what would be the best
approach in my case to alter the form display sequence.
Regards,
Haroon.