Click here to Skip to main content
16,010,876 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is the best way for Return Messages? Exceptions, return strings, return classes? Pin
David Stone5-Dec-03 3:33
sitebuilderDavid Stone5-Dec-03 3:33 
GeneralRe: What is the best way for Return Messages? Exceptions, return strings, return classes? Pin
Heath Stewart5-Dec-03 4:01
protectorHeath Stewart5-Dec-03 4:01 
AnswerRe: What is the best way for Return Messages? Exceptions, return strings, return classes? Pin
Stephane Rodriguez.5-Dec-03 2:38
Stephane Rodriguez.5-Dec-03 2:38 
GeneralRe: What is the best way for Return Messages? Exceptions, return strings, return classes? Pin
David Stone5-Dec-03 3:32
sitebuilderDavid Stone5-Dec-03 3:32 
QuestionHow Can I get the MSN style Use C#??? Pin
lupa_84215-Dec-03 1:06
lupa_84215-Dec-03 1:06 
AnswerRe: How Can I get the MSN style Use C#??? Pin
Alex Korchemniy5-Dec-03 8:31
Alex Korchemniy5-Dec-03 8:31 
QuestionView a panel in fullscreen? Pin
thomasa5-Dec-03 0:56
thomasa5-Dec-03 0:56 
AnswerRe: View a panel in fullscreen? Pin
Heath Stewart5-Dec-03 3:59
protectorHeath Stewart5-Dec-03 3:59 
You can't display a Panel without a parent window, but you can display a Form with that Panel in fullscreen mode (it's just how window managers work).

If you want the form maximized, just set its WindowState property to FormWindowState.Maximized. If you want it to be really full-screened (like a game normally would be), it's similar: set FormBorderStyle to FormBorderStyle.None, and then set WindowState to FormWindowState.Maximized. The trick is in what the BorderStyle property does under the cover, since it's really just a wrapper for a dialog in Win32. See the Windows Styles for more information if you're interested.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralDataGrid & DataView Speed Pin
mitdej5-Dec-03 0:26
mitdej5-Dec-03 0:26 
GeneralRe: DataGrid & DataView Speed Pin
Heath Stewart5-Dec-03 3:49
protectorHeath Stewart5-Dec-03 3:49 
GeneralRe: DataGrid & DataView Speed Pin
mitdej5-Dec-03 4:17
mitdej5-Dec-03 4:17 
GeneralRe: DataGrid & DataView Speed Pin
Heath Stewart5-Dec-03 4:35
protectorHeath Stewart5-Dec-03 4:35 
QuestionSynchronizing Events - FileSystemWatcher: HowTo? Pin
wellenho5-Dec-03 0:09
wellenho5-Dec-03 0:09 
AnswerRe: Synchronizing Events - FileSystemWatcher: HowTo? Pin
Heath Stewart5-Dec-03 3:43
protectorHeath Stewart5-Dec-03 3:43 
GeneralRe: Synchronizing Events - FileSystemWatcher: HowTo? Pin
wellenho5-Dec-03 4:27
wellenho5-Dec-03 4:27 
GeneralRe: Synchronizing Events - FileSystemWatcher: HowTo? Pin
Heath Stewart5-Dec-03 4:40
protectorHeath Stewart5-Dec-03 4:40 
GeneralRe: Synchronizing Events - FileSystemWatcher: HowTo? Pin
wellenho8-Dec-03 3:22
wellenho8-Dec-03 3:22 
Generalmake a control be not confined within its parent windows Pin
honasho4-Dec-03 18:46
honasho4-Dec-03 18:46 
GeneralRe: make a control be not confined within its parent windows Pin
Heath Stewart4-Dec-03 19:06
protectorHeath Stewart4-Dec-03 19:06 
GeneralRe: make a control be not confined within its parent windows Pin
honasho4-Dec-03 19:15
honasho4-Dec-03 19:15 
GeneralQuestion about inheriting from TreeNode Pin
DoofToo4-Dec-03 13:10
DoofToo4-Dec-03 13:10 
GeneralRe: Question about inheriting from TreeNode Pin
Heath Stewart4-Dec-03 14:39
protectorHeath Stewart4-Dec-03 14:39 
GeneralRe: Question about inheriting from TreeNode Pin
DoofToo4-Dec-03 15:11
DoofToo4-Dec-03 15:11 
GeneralRe: Question about inheriting from TreeNode Pin
J. Dunlap4-Dec-03 15:56
J. Dunlap4-Dec-03 15:56 
GeneralRe: Question about inheriting from TreeNode Pin
DoofToo4-Dec-03 16:26
DoofToo4-Dec-03 16:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.