Link to home
Start Free TrialLog in
Avatar of khcheng88
khcheng88

asked on

How to create a "Please wait" label on VB.net window application

I would like to create a "Please wait" label form on VB.net window application.
The waiting screen form call "frmWaitScreen"
I call the form as below
Code:
dim f as new frmWaitScreen
f.show()
LoadData()
f.dispose()


But I found that the form and label cannot fully display on the screen....
Can anyone help me? thanks
Avatar of jerete
jerete

Do you mean that the form and label don't "paint" on the screen? (i.e. you get a blank box)
ASKER CERTIFIED SOLUTION
Avatar of Jorge Paulino
Jorge Paulino
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of khcheng88

ASKER

ok...thanks..I try try sin