Click here to Skip to main content
16,004,890 members
Home / Discussions / C#
   

C#

 
QuestionHow to handle event in PictureBox? Pin
TanutAPI24-Apr-05 19:22
TanutAPI24-Apr-05 19:22 
AnswerRe: How to handle event in PictureBox? Pin
Enishi25-Apr-05 1:43
Enishi25-Apr-05 1:43 
GeneralRe: How to handle event in PictureBox? Pin
TanutAPI25-Apr-05 17:15
TanutAPI25-Apr-05 17:15 
QuestionHow to make a loading screen? Pin
Anonymous24-Apr-05 14:43
Anonymous24-Apr-05 14:43 
GeneralFill many combo in a fORm fROm DB Pin
Jassim Rahma24-Apr-05 11:38
Jassim Rahma24-Apr-05 11:38 
GeneralRe: Fill many combo in a fORm fROm DB Pin
Kodanda Pani24-Apr-05 18:28
Kodanda Pani24-Apr-05 18:28 
GeneralMDI Child without Min, Max or X Pin
Jassim Rahma24-Apr-05 11:30
Jassim Rahma24-Apr-05 11:30 
GeneralRe: MDI Child without Min, Max or X Pin
Ashok Dhamija24-Apr-05 18:17
Ashok Dhamija24-Apr-05 18:17 
To show MDI child as maximized, set the "WindowState" property to the value of "Maximized".

If you do not want to show the Max button, set the "MaximizeBox" property to "False".

For not showing the Min button, set the "MinimizeBox" property to "False'.

Likewise, if you do not want to show the X button (i.e., close button) on the child form, you can set the value of "ControlBox" as "False".
GeneralRe: MDI Child without Min, Max or X Pin
Kodanda Pani24-Apr-05 18:32
Kodanda Pani24-Apr-05 18:32 
GeneralRe: MDI Child without Min, Max or X Pin
Luis Alonso Ramos24-Apr-05 20:18
Luis Alonso Ramos24-Apr-05 20:18 
GeneralRe: MDI Child without Min, Max or X Pin
Ashok Dhamija24-Apr-05 21:06
Ashok Dhamija24-Apr-05 21:06 
QuestionA syntax error or logic? Pin
Tugbay Sahin24-Apr-05 9:26
Tugbay Sahin24-Apr-05 9:26 
AnswerRe: A syntax error or logic? Pin
Dave Kreskowiak24-Apr-05 16:31
mveDave Kreskowiak24-Apr-05 16:31 
GeneralRe: A syntax error or logic? Pin
Anonymous24-Apr-05 19:51
Anonymous24-Apr-05 19:51 
GeneralBinary Reader Pin
24-Apr-05 9:24
suss24-Apr-05 9:24 
GeneralRe: Binary Reader Pin
Dave Kreskowiak24-Apr-05 16:30
mveDave Kreskowiak24-Apr-05 16:30 
GeneralRe: Binary Reader Pin
Kodanda Pani24-Apr-05 19:58
Kodanda Pani24-Apr-05 19:58 
GeneralBinary Reader Pin
Member 190895324-Apr-05 9:19
Member 190895324-Apr-05 9:19 
GeneralRe: Binary Reader Pin
Polis Pilavas24-Apr-05 10:42
Polis Pilavas24-Apr-05 10:42 
QuestionEdit TreeNode text ??? Pin
gyokusei24-Apr-05 6:47
gyokusei24-Apr-05 6:47 
AnswerRe: Edit TreeNode text ??? Pin
Polis Pilavas24-Apr-05 6:55
Polis Pilavas24-Apr-05 6:55 
AnswerRe: Edit TreeNode text ??? Pin
tommazzo24-Apr-05 10:22
tommazzo24-Apr-05 10:22 
AnswerRe: Edit TreeNode text ??? Pin
NassosReyzidis25-Apr-05 23:30
NassosReyzidis25-Apr-05 23:30 
General== or String.Equals() Pin
tommazzo24-Apr-05 6:43
tommazzo24-Apr-05 6:43 
GeneralRe: == or String.Equals() Pin
S. Senthil Kumar24-Apr-05 19:12
S. Senthil Kumar24-Apr-05 19:12 

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.