Click here to Skip to main content
15,889,315 members
Home / Discussions / C#
   

C#

 
GeneralThis question falls between C# and Asp.net Pin
MeterMan20-May-04 5:21
MeterMan20-May-04 5:21 
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 
Thanks a lot for the immediate reply. I am a little confused as the main application is a .NET application and for the rest, one writeen in VB and the other in VC++. As the intention behind this usecase is to switch to only one of the application at any instance of time.

There is an executable called 'Interoperator' written in VB to which the main application passes instruction like the context information and the application code (App1 or App2).

I have minimized the main application to the task bar(used the ShowinTaskbar property and set it to false), however i do not know how i can send a message back to the main application window to restore it once the applications (App1 or App2) are closed.


private void App1_Click(object sender, System.EventArgs e)
{
this.WindowState = FormWindowState.Minimized;
this.ShowInTaskbar = false;
Trash.Visible = true;
}

Can this scenario be handled without having to do anything with modifying the applications as such by a generic design pattern (Switch board)that acts more like a window manipulator?

Harihara Subramanian
GeneralRe: Switching Between Applications Pin
Heath Stewart20-May-04 5:52
protectorHeath Stewart20-May-04 5:52 
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 

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.