using MDI forms in .Net...

  • Thread starter Thread starter Daniel Moth
  • Start date Start date
D

Daniel Moth

My problem is, when I open a form, in the "Running Programs" tab in
This has been discussed before:
http://groups-beta.google.com/group...+programs"&qt_g=1&searchnow=Search+this+group

Basically you must set the form's text to String.Empty for it not to appear
in the list

Also read this article:
http://msdn.microsoft.com/msdnmag/issues/04/12/NETCompactFramework/

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


hi All,

I'd like to know if it's possible to develop an application in .Net using
MDI forms.
My problem is, when I open a form, in the "Running Programs" tab in
System/Memory
of my PocketPC is shown my two (or more) forms, like two different
applications.
Is there any way to solve/get round of this issue?
I'm using VS.Net 2003 and C#.

thanks in advance,
Thiago Leite
 
hi All,

I'd like to know if it's possible to develop an application in .Net using MDI forms.
My problem is, when I open a form, in the "Running Programs" tab in System/Memory
of my PocketPC is shown my two (or more) forms, like two different applications.
Is there any way to solve/get round of this issue?
I'm using VS.Net 2003 and C#.

thanks in advance,
Thiago Leite
 
What do you mean? If you mean you can't use it as in it has no text on it,
then set some text for the visible one.. the idea is to track which one is
visible and leave all the rest "blank". Please follow the links I sent.

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


hi Daniel,

thank you, it solved the problem, but now I can't use the title bar.

regards,
Thiago
 
hi Daniel,

thank you, it solved the problem, but now I can't use the title bar.

regards,
Thiago
 
Back
Top