|
-
December 7th, 1999, 04:15 AM
#1
How to let form out
I've put my program on the syetem tay.Now I want to show it when mouse double
click on the icon.
I've write the following code.
Private Sub Form_DblClick()
App.TaskVisible = True
Me.Show
End Sub
But it doesn't work like me want to see.
Help me please.
-
December 7th, 1999, 04:42 AM
#2
Re: How to let form out
May be you should try Me.WindowState = VbMAximised or VBNormal .
App.TaskVisible is meant to make it appear in the task list or not.
RK
-
December 7th, 1999, 09:00 PM
#3
Re: How to let form out
Thank you,Ravi.
I have try it.But it doesn't work,too.
I have make the application on the system tray and no windows for it and have
none on task bar.
Now me want to show it out.
With my poor English,the explain can't so clear to let you understand.
But please help me.
Thanks.
-
December 8th, 1999, 12:07 AM
#4
-
December 8th, 1999, 09:31 AM
#5
Re: How to let form out
Thank you very much.
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
|