Click here to Skip to main content
15,887,083 members
Home / Discussions / C#
   

C#

 
AnswerRe: i want to learn MVC2 Pin
Pravin Patil, Mumbai6-Feb-11 20:46
Pravin Patil, Mumbai6-Feb-11 20:46 
AnswerRe: i want to learn MVC2 Pin
Abhinav S6-Feb-11 21:20
Abhinav S6-Feb-11 21:20 
GeneralRe: i want to learn MVC2 Pin
S.Aijaz10-Feb-11 18:09
S.Aijaz10-Feb-11 18:09 
AnswerRe: i want to learn MVC2 Pin
RobCroll7-Feb-11 1:34
RobCroll7-Feb-11 1:34 
Questionquestion on code and video Pin
Rei ho6-Feb-11 18:47
Rei ho6-Feb-11 18:47 
AnswerRe: question on code and video Pin
Abhinav S6-Feb-11 20:33
Abhinav S6-Feb-11 20:33 
GeneralRe: question on code and video Pin
Rei ho6-Feb-11 21:09
Rei ho6-Feb-11 21:09 
QuestionSmall Dialogs - How Small Can I Go ?? Pin
iltallman6-Feb-11 9:12
iltallman6-Feb-11 9:12 
Below is a configuration for a 31x60 dialog I wanted for a small button column which I could load besides my main form. The Height works, but the Width does not go to 31, and although the Debug version says the Form's Width is 31, it still draws something much wider. Is there some minimum width a form can go to?

//
// Utilities
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(32, 60);
this.ControlBox = false;
this.Controls.Add(this.btSettings);
this.Controls.Add(this.btEvents);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(32, 60);
this.MinimizeBox = false;
this.Name = "Utilities";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Utilities";
this.TopMost = true;
this.ResumeLayout(false);
AnswerRe: Small Dialogs - How Small Can I Go ?? Pin
dan!sh 6-Feb-11 10:03
professional dan!sh 6-Feb-11 10:03 
AnswerRe: Small Dialogs - How Small Can I Go ?? [modified] Pin
RobCroll7-Feb-11 1:52
RobCroll7-Feb-11 1:52 
GeneralRe: Small Dialogs - How Small Can I Go ?? Pin
iltallman7-Feb-11 12:31
iltallman7-Feb-11 12:31 
AnswerRe: Small Dialogs - How Small Can I Go ?? Pin
#realJSOP7-Feb-11 2:33
mve#realJSOP7-Feb-11 2:33 
QuestionC# Object reference not set to an instance of an object Pin
LAPEC6-Feb-11 8:45
LAPEC6-Feb-11 8:45 
AnswerRe: C# Object reference not set to an instance of an object Pin
fjdiewornncalwe6-Feb-11 8:56
professionalfjdiewornncalwe6-Feb-11 8:56 
GeneralRe: C# Object reference not set to an instance of an object Pin
LAPEC6-Feb-11 10:31
LAPEC6-Feb-11 10:31 
GeneralRe: C# Object reference not set to an instance of an object Pin
RobCroll7-Feb-11 2:12
RobCroll7-Feb-11 2:12 
GeneralRe: C# Object reference not set to an instance of an object Pin
Rob Philpott7-Feb-11 3:51
Rob Philpott7-Feb-11 3:51 
AnswerRe: C# Object reference not set to an instance of an object Pin
Luc Pattyn6-Feb-11 9:15
sitebuilderLuc Pattyn6-Feb-11 9:15 
AnswerRe: C# Object reference not set to an instance of an object Pin
dan!sh 6-Feb-11 10:07
professional dan!sh 6-Feb-11 10:07 
QuestionObtain the path and save the file. Pin
sososm6-Feb-11 2:45
sososm6-Feb-11 2:45 
AnswerRe: Obtain the path and save the file. Pin
OriginalGriff6-Feb-11 2:52
mveOriginalGriff6-Feb-11 2:52 
GeneralRe: Obtain the path and save the file. Pin
sososm6-Feb-11 5:39
sososm6-Feb-11 5:39 
AnswerRe: Obtain the path and save the file. Pin
Abhinav S6-Feb-11 6:10
Abhinav S6-Feb-11 6:10 
QuestionError: "Could not use"file name"; file already in use." [SOLVED] Pin
Marat Beiner5-Feb-11 22:26
Marat Beiner5-Feb-11 22:26 
AnswerRe: Error: "Could not use"file name"; file already in use." Pin
Elham M5-Feb-11 23:06
Elham M5-Feb-11 23:06 

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.