Click here to Skip to main content
15,885,141 members
Home / Discussions / C#
   

C#

 
QuestionMulticast delegate vs binding Pin
Jörgen Andersson16-Dec-13 5:01
professionalJörgen Andersson16-Dec-13 5:01 
AnswerRe: Multicast delegate vs binding Pin
Abhinav S16-Dec-13 16:06
Abhinav S16-Dec-13 16:06 
AnswerRe: Multicast delegate vs binding Pin
BobJanova17-Dec-13 1:56
BobJanova17-Dec-13 1:56 
GeneralRe: Multicast delegate vs binding Pin
Jörgen Andersson17-Dec-13 3:45
professionalJörgen Andersson17-Dec-13 3:45 
GeneralRe: Multicast delegate vs binding Pin
BobJanova17-Dec-13 6:00
BobJanova17-Dec-13 6:00 
QuestionHave you tried creating an auto adjust menu strip before? Pin
dudz artiaga16-Dec-13 4:03
dudz artiaga16-Dec-13 4:03 
AnswerRe: Have you tried creating an auto adjust menu strip before? Pin
Ravi Bhavnani16-Dec-13 4:18
professionalRavi Bhavnani16-Dec-13 4:18 
AnswerRe: Have you tried creating an auto adjust menu strip before? Pin
BillWoodruff16-Dec-13 4:28
professionalBillWoodruff16-Dec-13 4:28 
If this is Windows Forms, an instance of a MenuStrip Control dragged on to a Form at design-time should automatically dock to the top of the Form, and fit to the entire width of the Form: that's an outcome of its default Dock Property, which is DockStyle.Top. At run-time the MenuStrip will expand, or contract, so it's always the width of the Form.DisplayRectangle.Width.

So, I am not sure I understand your question: are you perhaps wishing to have whatever Controls or MenuItems in your MenuStrip somehow distributed across the current width of the Form ?
If you seek to aid everyone that suffers in the galaxy, you will only weaken yourself … and weaken them. It is the internal struggles, when fought and won on their own, that yield the strongest rewards… If you care for others, then dispense with pity and sacrifice and recognize the value in letting them fight their own battles." Darth Traya

GeneralRe: Have you tried creating an auto adjust menu strip before? Pin
Ravi Bhavnani16-Dec-13 4:39
professionalRavi Bhavnani16-Dec-13 4:39 
GeneralRe: Have you tried creating an auto adjust menu strip before? Pin
dudz artiaga16-Dec-13 4:43
dudz artiaga16-Dec-13 4:43 
GeneralRe: Have you tried creating an auto adjust menu strip before? Pin
Dave Kreskowiak16-Dec-13 6:04
mveDave Kreskowiak16-Dec-13 6:04 
GeneralRe: Have you tried creating an auto adjust menu strip before? Pin
dudz artiaga16-Dec-13 15:04
dudz artiaga16-Dec-13 15:04 
QuestionRe: Have you tried creating an auto adjust menu strip before? Pin
Ravi Bhavnani16-Dec-13 9:18
professionalRavi Bhavnani16-Dec-13 9:18 
AnswerRe: Have you tried creating an auto adjust menu strip before? Pin
dudz artiaga16-Dec-13 15:06
dudz artiaga16-Dec-13 15:06 
AnswerRe: Have you tried creating an auto adjust menu strip before? Pin
dudz artiaga18-Dec-13 3:19
dudz artiaga18-Dec-13 3:19 
GeneralRe: Have you tried creating an auto adjust menu strip before? Pin
Ravi Bhavnani18-Dec-13 3:59
professionalRavi Bhavnani18-Dec-13 3:59 
QuestionDownload Files from FTP using Filers Pin
Sandeepdshenoy16-Dec-13 1:53
Sandeepdshenoy16-Dec-13 1:53 
AnswerRe: Download Files from FTP using Filers Pin
Ravi Bhavnani16-Dec-13 2:47
professionalRavi Bhavnani16-Dec-13 2:47 
AnswerRe: Download Files from FTP using Filers Pin
Sandeepdshenoy16-Dec-13 20:19
Sandeepdshenoy16-Dec-13 20:19 
QuestionHow to access remote file directories without sharing. Pin
Arun kumar Gautam16-Dec-13 0:59
Arun kumar Gautam16-Dec-13 0:59 
AnswerRe: How to access remote file directories without sharing. Pin
Chris Quinn16-Dec-13 1:05
Chris Quinn16-Dec-13 1:05 
Questionrectangle screen capture using csharp Pin
Member 1045598615-Dec-13 15:54
professionalMember 1045598615-Dec-13 15:54 
AnswerRe: rectangle screen capture using csharp Pin
Richard MacCutchan15-Dec-13 21:13
mveRichard MacCutchan15-Dec-13 21:13 
AnswerRe: rectangle screen capture using csharp Pin
GuyThiebaut15-Dec-13 22:09
professionalGuyThiebaut15-Dec-13 22:09 
QuestionHow to Get bound of screen without taskbar c# Pin
delphix515-Dec-13 2:47
delphix515-Dec-13 2:47 

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.