Click here to Skip to main content
15,902,777 members
Home / Discussions / C#
   

C#

 
GeneralRe: This question falls between C# and Asp.net Pin
Heath Stewart20-May-04 5:32
protectorHeath Stewart20-May-04 5:32 
Questionhow do i pass a parameter to Pin
robmays20-May-04 5:17
robmays20-May-04 5:17 
AnswerRe: how do i pass a parameter to Pin
Heath Stewart20-May-04 5:35
protectorHeath Stewart20-May-04 5:35 
GeneralRe: how do i pass a parameter to Pin
robmays20-May-04 7:38
robmays20-May-04 7:38 
GeneralSwitching Between Applications Pin
Harihara Subramanian20-May-04 5:10
Harihara Subramanian20-May-04 5:10 
GeneralRe: Switching Between Applications Pin
Heath Stewart20-May-04 5:28
protectorHeath Stewart20-May-04 5:28 
GeneralRe: Switching Between Applications Pin
Harihara Subramanian20-May-04 5:46
Harihara Subramanian20-May-04 5:46 
GeneralRe: Switching Between Applications Pin
Heath Stewart20-May-04 5:52
protectorHeath Stewart20-May-04 5:52 
You didn't mention the other applications weren't .NET applications. Since this is the C# forum - a language targeting the CLR - one can only assume. You should be more specific next time. Smile | :)

You could call FindWindowEx, passing NULL as the first param to use the desktop window's HWND. Find your switchboard by title or classname. That will return you the HWND for your application (an IntPtr in managed code), which you can pass to the ShowWindow API.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Switching Between Applications Pin
Harihara Subramanian21-May-04 2:21
Harihara Subramanian21-May-04 2:21 
GeneralRe: Switching Between Applications Pin
Heath Stewart21-May-04 3:48
protectorHeath Stewart21-May-04 3:48 
GeneralRe: Switching Between Applications Pin
Harihara Subramanian21-May-04 5:38
Harihara Subramanian21-May-04 5:38 
GeneralRe: Switching Between Applications Pin
Heath Stewart21-May-04 6:08
protectorHeath Stewart21-May-04 6:08 
General.NET App Performance and Scalability Guide Pin
Dave Kreskowiak20-May-04 4:31
mveDave Kreskowiak20-May-04 4:31 
GeneralDir Search On Server Pin
IrishSonic20-May-04 4:14
IrishSonic20-May-04 4:14 
GeneralRe: Dir Search On Server Pin
Heath Stewart20-May-04 4:16
protectorHeath Stewart20-May-04 4:16 
GeneralRe: Dir Search On Server Pin
IrishSonic20-May-04 4:29
IrishSonic20-May-04 4:29 
GeneralRe: Dir Search On Server Pin
IrishSonic20-May-04 4:37
IrishSonic20-May-04 4:37 
GeneralRe: Dir Search On Server Pin
Heath Stewart20-May-04 4:43
protectorHeath Stewart20-May-04 4:43 
GeneralProblems with Screen.PrimaryScreen.Bounds Pin
kaloyan20-May-04 3:21
kaloyan20-May-04 3:21 
GeneralRe: Problems with Screen.PrimaryScreen.Bounds Pin
Heath Stewart20-May-04 4:14
protectorHeath Stewart20-May-04 4:14 
GeneralRe: Problems with Screen.PrimaryScreen.Bounds Pin
kaloyan20-May-04 21:52
kaloyan20-May-04 21:52 
GeneralRe: Problems with Screen.PrimaryScreen.Bounds Pin
Heath Stewart21-May-04 3:30
protectorHeath Stewart21-May-04 3:30 
GeneralSingle Instance of a class as long as it is in use Pin
SmithaC20-May-04 3:03
SmithaC20-May-04 3:03 
GeneralRe: Single Instance of a class as long as it is in use Pin
Grimolfr20-May-04 3:08
Grimolfr20-May-04 3:08 
GeneralRe: Single Instance of a class as long as it is in use Pin
Heath Stewart20-May-04 3:24
protectorHeath Stewart20-May-04 3:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.