|
-
May 14th, 2007, 12:54 PM
#1
Thread Starter
Fanatic Member
[2005] "Show desktop" not affected
Hi!!
I'm doing like a gadget, and i want my program that when u click on shop desktop it doesnt disapear and when u hit alt+tab u wont appear on the list.
How can i do that?
Last edited by Lasering; Oct 18th, 2007 at 08:49 AM.
-
May 14th, 2007, 06:33 PM
#2
Hyperactive Member
Re: [2005] "Show desktop" not affected
You can check if your window is iconic, and if it is then to reshow it.
Prefix has no suffix, but suffix has a prefix.
-
May 15th, 2007, 12:19 PM
#3
Thread Starter
Fanatic Member
Re: [2005] "Show desktop" not affected
how to check if it is iconic?
-
May 16th, 2007, 04:58 PM
#4
Hyperactive Member
Re: [2005] "Show desktop" not affected
Prefix has no suffix, but suffix has a prefix.
-
Oct 18th, 2007, 08:46 AM
#5
Thread Starter
Fanatic Member
Re: [RESOLVED] [2005] "Show desktop" not affected
In what event do i have to check if it is iconic or not and if yes maximize the form?
-
Oct 21st, 2007, 04:21 AM
#6
Re: [2005] "Show desktop" not affected
This isn't really a question for the VB.NET forum because this will have to be done with unmanaged code. We can tell you how to declare and call Windows API functions in VB.NET, but to know which functions to call is really a question for the API forum.
-
Oct 21st, 2007, 01:21 PM
#7
Thread Starter
Fanatic Member
Re: [2005] "Show desktop" not affected
I went looking before i post that last post and i find this: IsIconic. In other words the IsIconic API already exists in VB.Net so it isnt unmanaged code. Since there isnt any event called WindowStateChanged, I just need to know in each event i can check if the form was minimized. i know the code to check if it was minimized or not. Like i said in the first post
 Originally Posted by Lasering
I want my program that when u click on "shop desktop" it doesnt disapear.
-
Oct 21st, 2007, 06:16 PM
#8
Re: [2005] "Show desktop" not affected
When you minimise a window its SizeChanged event is raised, so you can check the WindowState in the SizeChanged event handler.
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
|