PC Review


Reply
Thread Tools Rate Thread

Multiple windows from a single Click-Once deployed Smart Client

 
 
Patrick
Guest
Posts: n/a
 
      27th Dec 2007
We have a Click-once deployed .Net 2 WinForms Client that start off with a
Main method that instantiate a MainForm

The MainForm itself have tree menu can can itself spawn off multiple windows.

What we want is for
- the latest windows to be on the top of all windows
- none of the windows to be "alwaysOnTop"
- window to preferably appear in taskbar, such that when one click on the
window's item in task bar, it is brought back to the front.

Tried different options within MainForm
e.g.
spawnedForms.ShowInTaskBar=True;
spawnedForms.WindowState=FormWindowState.Normal;
spawnedForms.Activate();
spawnedForms.Show();
spawnedForms.BringToFront();


But still windows get "hidden".....
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows user name in a smart client Erik Microsoft C# .NET 2 9th Sep 2005 03:19 PM
Problem with Smart Client For a Single User Jim Brittan Microsoft Dot NET Framework Forms 0 1st Jul 2004 05:43 PM
Single client - multiple servers Ken Allen Microsoft C# .NET 0 26th Apr 2004 12:28 PM
Single Instance Application with Smart Client Kartic Microsoft VB .NET 0 13th Nov 2003 09:50 PM
Re: Multiple client VPN connection to a single server Mahadev Alladi[MS] Microsoft Windows 2000 Terminal Server Applications 0 12th Jul 2003 05:16 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:08 AM.