G
Guest
How do I make a floating form in NETcf? Like a MessageBox but with TextBoxes
etc.
I did some searches, but I'm not sure what to look for.
I got this entry from a NETcf FAQ:
- How do I make a floating form? It looks like forms are always full screen.
--- Top-level Forms with a border are always full screen and cannot be moved
or resized. Borderless or child forms can be moved and resized. Use the
following.
----- Form.BorderStyle = BorderStyle.None;
I'm using VS2005. There's no BorderStyle, bu there is a FormBorderStyle
which I set to None, but this didn't work.
Thanks for any help,
Steve
etc.
I did some searches, but I'm not sure what to look for.
I got this entry from a NETcf FAQ:
- How do I make a floating form? It looks like forms are always full screen.
--- Top-level Forms with a border are always full screen and cannot be moved
or resized. Borderless or child forms can be moved and resized. Use the
following.
----- Form.BorderStyle = BorderStyle.None;
I'm using VS2005. There's no BorderStyle, bu there is a FormBorderStyle
which I set to None, but this didn't work.
Thanks for any help,
Steve