S
sachin
hello everyone,
i am new to pocketpc development would u please help me out with this
i have a form now i want to minimize my application without using the
minimize button on the control box
i tried ME.HIDE my application hides but i am not able to activate it
again since the applications does not appear in the list of running
programs
and i am not able to activate it again by either clicking on the
application icon..
i came across a thread saying that this might be because i dont have a
text for my application so i also tried
Me.Text = "SHOWFORM"
Me.Hide()
i also tried
Me.Text = "SHOWFORM"
Me.Visible=false
but still the application does not appear in the list of running
programs..
please help me out with this problem..
i am new to pocketpc development would u please help me out with this
i have a form now i want to minimize my application without using the
minimize button on the control box
i tried ME.HIDE my application hides but i am not able to activate it
again since the applications does not appear in the list of running
programs
and i am not able to activate it again by either clicking on the
application icon..
i came across a thread saying that this might be because i dont have a
text for my application so i also tried
Me.Text = "SHOWFORM"
Me.Hide()
i also tried
Me.Text = "SHOWFORM"
Me.Visible=false
but still the application does not appear in the list of running
programs..
please help me out with this problem..