G
Guest
Hi
I'm facing a major problem related to the hiding and showing of Win Forms on WinC
I've written a simple program in which I Hide the form, then do some processing, and finally show back the form
But the form is not shown as the foremost, but instead appears in the background
Is this a bug with .NET Compact framework? or with WinCE? or am I doing something wrong
Here is the code that I've written on the Click event of a butto
Me.Hide(
.............................
............................
Me.Show(
Thanking you in anticipation
I'm facing a major problem related to the hiding and showing of Win Forms on WinC
I've written a simple program in which I Hide the form, then do some processing, and finally show back the form
But the form is not shown as the foremost, but instead appears in the background
Is this a bug with .NET Compact framework? or with WinCE? or am I doing something wrong
Here is the code that I've written on the Click event of a butto
Me.Hide(
.............................
............................
Me.Show(
Thanking you in anticipation