473,379 Members | 1,167 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

keeping form visible when "show desktop" is clicked

Lee
how can i do this?

I have a form, which i do not want to keep on top of all others (TopMost),
yet i dont want it dissapearing when the "show desktop" button is pressed.

Now i know that the show desktop button doesn't minimise all forms, it sets
the desktop to be topmost. so i presume it will mean capturing the "show
desktop" event (somehow). and then shoving my form on top of the desktop
again. i have searched for quite a while but i cannot find any info for
anything like this!

thanks in advance
lee
Sep 13 '06 #1
6 2593
Lee,

I don't know if this is possible, but at the same time, you should
consider what you are doing. You are basically telling the user "I know
what is better for you than you do".

I sure as hell wouldn't want to use an app that doesn't respect my
decisions in that respect.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Lee" <le*****@hotmail.comwrote in message
news:uS**************@TK2MSFTNGP06.phx.gbl...
how can i do this?

I have a form, which i do not want to keep on top of all others (TopMost),
yet i dont want it dissapearing when the "show desktop" button is pressed.

Now i know that the show desktop button doesn't minimise all forms, it
sets the desktop to be topmost. so i presume it will mean capturing the
"show desktop" event (somehow). and then shoving my form on top of the
desktop again. i have searched for quite a while but i cannot find any
info for anything like this!

thanks in advance
lee


Sep 13 '06 #2
Lee
what if the app used forms displayed on the desktop (something like web
desktop items). i am thinking of something similar.
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote in
message news:%2***************@TK2MSFTNGP06.phx.gbl...
Lee,

I don't know if this is possible, but at the same time, you should
consider what you are doing. You are basically telling the user "I know
what is better for you than you do".

I sure as hell wouldn't want to use an app that doesn't respect my
decisions in that respect.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Lee" <le*****@hotmail.comwrote in message
news:uS**************@TK2MSFTNGP06.phx.gbl...
>how can i do this?

I have a form, which i do not want to keep on top of all others
(TopMost), yet i dont want it dissapearing when the "show desktop" button
is pressed.

Now i know that the show desktop button doesn't minimise all forms, it
sets the desktop to be topmost. so i presume it will mean capturing the
"show desktop" event (somehow). and then shoving my form on top of the
desktop again. i have searched for quite a while but i cannot find any
info for anything like this!

thanks in advance
lee



Sep 13 '06 #3
Is this spamware by chance??

Sorry, can't help ya!

"Lee" <le*****@hotmail.comwrote in message
news:uS**************@TK2MSFTNGP06.phx.gbl...
how can i do this?

I have a form, which i do not want to keep on top of all others (TopMost),
yet i dont want it dissapearing when the "show desktop" button is pressed.

Now i know that the show desktop button doesn't minimise all forms, it
sets the desktop to be topmost. so i presume it will mean capturing the
"show desktop" event (somehow). and then shoving my form on top of the
desktop again. i have searched for quite a while but i cannot find any
info for anything like this!

thanks in advance
lee


Sep 13 '06 #4
Lee
lol, i see what you mean there...

no it isnt
ha

"Jeff Dillon" <a-******@microsoft.comwrote in message
news:O5**************@TK2MSFTNGP05.phx.gbl...
Is this spamware by chance??

Sorry, can't help ya!

"Lee" <le*****@hotmail.comwrote in message
news:uS**************@TK2MSFTNGP06.phx.gbl...
>how can i do this?

I have a form, which i do not want to keep on top of all others
(TopMost), yet i dont want it dissapearing when the "show desktop" button
is pressed.

Now i know that the show desktop button doesn't minimise all forms, it
sets the desktop to be topmost. so i presume it will mean capturing the
"show desktop" event (somehow). and then shoving my form on top of the
desktop again. i have searched for quite a while but i cannot find any
info for anything like this!

thanks in advance
lee



Sep 13 '06 #5
>what if the app used forms displayed on the desktop (something like web
>desktop items). i am thinking of something similar.
In that case, can't you use Active Desktop instead of rolling your own
solution?
Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Sep 13 '06 #6
Lee
are there any tutorials on using active desktop anywhere? this may be an
option.

thanks
"Mattias Sjögren" <ma********************@mvps.orgwrote in message
news:er**************@TK2MSFTNGP03.phx.gbl...
what if the app used forms displayed on the desktop (something like web
desktop items). i am thinking of something similar.

In that case, can't you use Active Desktop instead of rolling your own
solution?
Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Sep 14 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ahmad Noori | last post by:
I have a form and in the form, I have a drop down box. Based on what the user selects, i want to display different input boxes. Here is my drop down box: <td> <select name="reptype"...
0
by: Bob Sanford | last post by:
I am working with php scripting under an apache-based web service in Windows. The "allow service to interact with desktop" feature is NOT checked for this service, and I don't want it to be. But I...
21
by: strutsng | last post by:
<input type="file"> only allows the user to browse for files. How about "browse for folder" dialog? Can html/javascript do that? I couldn't find any syntax for that. If not, please advise what...
2
by: Mike | last post by:
I am trying to call one webform from the click event of a button on another webform. In VB6 windows applications, this is a simple Form.Show, but I can't figure out the syntax to call Webforms....
8
by: Just Me | last post by:
1)How can I find the folders like "My Recent Document", "Desktop", "My Pictures",... if I want to store a file there? 2) How can I find the icon for those files if I want to display it? ...
1
by: Darin | last post by:
I have many forms in an MDI application. Sometimes I show FORMA just by a f.Show, other times it is f.ShowDialog. How can I tell within the form code whether this form is shown via Show or...
4
by: 12jumper | last post by:
Does anybody know, what message is being sent to the window(s) when one clicks "Show Desktop" button (the one on windows taskbar ;) )? I'd like to capture such a message to set some variables. Any...
1
by: ewpos | last post by:
I have created a form that uses linked combo boxes to filter the results. When the filter runs, all of the text boxes in the form become populated with "#Name?". The record counter at the bottom...
1
by: RN1 | last post by:
Sub Page_Load(........) If Not Page.IsPostBack Then Call LoadData() End If End Sub Sub LoadData() Dim dSet As DataSet Dim sqlConn As SqlConnection Dim sqlDapter As SqlDataAdapter
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.