|
-
Oct 5th, 2000, 08:39 AM
#1
Thread Starter
Hyperactive Member
To simulated a reload in a form without actually unloading the form and reloading it?
Example form1 is showing but i want it to reload.....if a panel is not showing no more.....without actually going unload me
form1.show
got me?
-RaY
VB .Net 2010 (Ultimate)
-
Oct 5th, 2000, 08:51 AM
#2
Fanatic Member
-
Oct 5th, 2000, 08:51 AM
#3
Frenzied Member
I think there is
i don't know if it's what you want but try this:
Code:
Private Sub Command1_Click()
Form_Load
End Sub
Private Sub Form_Load()
MsgBox "hello"
End Sub
-
Oct 5th, 2000, 08:56 AM
#4
Frenzied Member
er, I think I know what you're saying.
Have you tried me.refresh to refresh the form
-
Oct 5th, 2000, 09:12 AM
#5
Thread Starter
Hyperactive Member
Yeah i did
None of the suggestions work since the form is already loaded....
-RaY
VB .Net 2010 (Ultimate)
-
Oct 5th, 2000, 09:20 AM
#6
Frenzied Member
why does part of it stop showing?
is the app busy in a loop or something?
-
Oct 5th, 2000, 10:39 AM
#7
Thread Starter
Hyperactive Member
Problem is
I wanted the code in the activate to be performed, if i do it any time since its a loop my app wont even begin, or just stop. It works fine in the activate though....
-RaY
VB .Net 2010 (Ultimate)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|