Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
QuestionDetermine whether connected to the internet. Pin
kippow12-Apr-09 13:58
kippow12-Apr-09 13:58 
AnswerRe: Determine whether connected to the internet. Pin
Luc 64801112-Apr-09 14:47
Luc 64801112-Apr-09 14:47 
QuestionQuestion about DirectX.Sound. Pin
t.s.al-zahrani12-Apr-09 12:52
t.s.al-zahrani12-Apr-09 12:52 
AnswerRe: Question about DirectX.Sound. Pin
Mycroft Holmes12-Apr-09 14:47
professionalMycroft Holmes12-Apr-09 14:47 
QuestionCan operators be overloaded for built-in value types Pin
Winkles12-Apr-09 12:19
Winkles12-Apr-09 12:19 
AnswerRe: Can operators be overloaded for built-in value types Pin
Colin Angus Mackay12-Apr-09 12:43
Colin Angus Mackay12-Apr-09 12:43 
AnswerRe: Can operators be overloaded for built-in value types Pin
DaveyM6912-Apr-09 20:53
professionalDaveyM6912-Apr-09 20:53 
QuestionMaximize Problem in MDI Form. Pin
hdv21212-Apr-09 10:49
hdv21212-Apr-09 10:49 
Hi i have a main form which set it's IsMdiContainer to True (MDI Form), and second form which set MaximizeBox,MinimizeBox to False and wrote this code to display it in MDI form :

this.frm = new Form2();
frm.MdiParent = this;
this.frm.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.frm.MaximizeBox = false;
this.frm.MinimizeBox = false;
frm.Show();


but when i run application, the MaximizeBox and MinimizeBox already exists (even when i click on MaximizeBox, it back to normal mode!) which i don't want to user interact with it. where does my problem and how to solve it ?
Thanks
AnswerRe: Maximize Problem in MDI Form. Pin
sajid.salim.khan12-Apr-09 18:32
sajid.salim.khan12-Apr-09 18:32 
GeneralRe: Maximize Problem in MDI Form. Pin
hdv21213-Apr-09 9:24
hdv21213-Apr-09 9:24 
Questionmonitor.pulse Pin
kyus9412-Apr-09 9:38
kyus9412-Apr-09 9:38 
AnswerRe: monitor.pulse Pin
Nicholas Butler12-Apr-09 9:47
sitebuilderNicholas Butler12-Apr-09 9:47 
GeneralRe: monitor.pulse Pin
ykcontact22-Apr-09 5:08
ykcontact22-Apr-09 5:08 
GeneralRe: monitor.pulse Pin
Nicholas Butler22-Apr-09 5:30
sitebuilderNicholas Butler22-Apr-09 5:30 
QuestionDesigning form Pin
Rajdeep.NET is BACK12-Apr-09 8:52
Rajdeep.NET is BACK12-Apr-09 8:52 
QuestionSending byte array(data) to a URL with POST or GET Pin
Member 441789212-Apr-09 6:57
Member 441789212-Apr-09 6:57 
AnswerRe: Sending byte array(data) to a URL with POST or GET Pin
harold aptroot12-Apr-09 7:09
harold aptroot12-Apr-09 7:09 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
Member 441789212-Apr-09 7:17
Member 441789212-Apr-09 7:17 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
harold aptroot12-Apr-09 7:43
harold aptroot12-Apr-09 7:43 
AnswerRe: Sending byte array(data) to a URL with POST or GET Pin
Luc 64801112-Apr-09 8:23
Luc 64801112-Apr-09 8:23 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
Member 441789212-Apr-09 9:10
Member 441789212-Apr-09 9:10 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
Luc 64801112-Apr-09 9:33
Luc 64801112-Apr-09 9:33 
Questionthreading question Pin
Rafone12-Apr-09 6:45
Rafone12-Apr-09 6:45 
AnswerRe: threading question Pin
Luc 64801112-Apr-09 7:05
Luc 64801112-Apr-09 7:05 
GeneralRe: threading question Pin
Rafone12-Apr-09 8:42
Rafone12-Apr-09 8:42 

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.