M
Mustafa Rabie
I tried the following to hide my application and then bring it back or show
it again if it was ran from a shortcut or from directly clicking on the exe
file from the file manager and still doesnt work, you help is really
appreciated i really need to get this working ASAP.
The App is for Smartphone 2003 SPV C_500
the code:
this.Activated += new System.EventHandler(this.Form1_Activate);
private void menuItem2_Click(object sender, System.EventArgs e)
{
this.Hide();
}
private void Form1_Activate(object sender, System.EventArgs e)
{
this.Show();
this.BringToFront();
}
thanks a lot
mustafa
it again if it was ran from a shortcut or from directly clicking on the exe
file from the file manager and still doesnt work, you help is really
appreciated i really need to get this working ASAP.
The App is for Smartphone 2003 SPV C_500
the code:
this.Activated += new System.EventHandler(this.Form1_Activate);
private void menuItem2_Click(object sender, System.EventArgs e)
{
this.Hide();
}
private void Form1_Activate(object sender, System.EventArgs e)
{
this.Show();
this.BringToFront();
}
thanks a lot
mustafa