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

C#

 
AnswerRe: Learning C# custom controls Pin
Dean Oliver24-Jan-12 19:00
Dean Oliver24-Jan-12 19:00 
AnswerRe: Learning C# custom controls Pin
BillWoodruff25-Jan-12 3:49
professionalBillWoodruff25-Jan-12 3:49 
GeneralRe: Learning C# custom controls Pin
thechazm25-Jan-12 9:04
thechazm25-Jan-12 9:04 
Questionhelp with array of buttons Pin
goldsoft24-Jan-12 2:51
goldsoft24-Jan-12 2:51 
AnswerRe: help with array of buttons Pin
Pete O'Hanlon24-Jan-12 3:04
mvePete O'Hanlon24-Jan-12 3:04 
GeneralRe: help with array of buttons Pin
PIEBALDconsult24-Jan-12 3:57
mvePIEBALDconsult24-Jan-12 3:57 
AnswerRe: help with array of buttons Pin
Dean Oliver24-Jan-12 18:47
Dean Oliver24-Jan-12 18:47 
GeneralRe: help with array of buttons Pin
BillWoodruff25-Jan-12 3:54
professionalBillWoodruff25-Jan-12 3:54 
Please note the above code would produce #4 buttons, not #5. The array element at position #0 will be undefined.

If the button's width, which you don't specify, is exactly #25, then they will be equally spaced, and not overlap; but that makes an assumption about a button's default width, which can be affected by whether 'AutoSize is 'true, and the width of the 'Text property content.

And, no, I did not down-vote your post.

best, Bill
"Science is facts; just as houses are made of stones: so, is science made of facts. But, a pile of stones is not a house, and a collection of facts is not, necessarily, science." Henri Poincare

GeneralRe: help with array of buttons Pin
Dean Oliver25-Jan-12 18:49
Dean Oliver25-Jan-12 18:49 
QuestionCreate an application which send forms through google docs and download results Pin
pinifg24-Jan-12 1:37
pinifg24-Jan-12 1:37 
AnswerRe: Create an application which send forms through google docs and download results Pin
Pete O'Hanlon24-Jan-12 1:42
mvePete O'Hanlon24-Jan-12 1:42 
GeneralRe: Create an application which send forms through google docs and download results Pin
pinifg24-Jan-12 1:52
pinifg24-Jan-12 1:52 
GeneralRe: Create an application which send forms through google docs and download results Pin
Pete O'Hanlon24-Jan-12 2:13
mvePete O'Hanlon24-Jan-12 2:13 
GeneralRe: Create an application which send forms through google docs and download results Pin
pinifg24-Jan-12 2:14
pinifg24-Jan-12 2:14 
GeneralRe: Create an application which send forms through google docs and download results Pin
Pete O'Hanlon24-Jan-12 2:20
mvePete O'Hanlon24-Jan-12 2:20 
QuestionHow to fix the position of a scroll bar....after selecting a row in grid view in an asp.net page Pin
rake6224-Jan-12 0:40
rake6224-Jan-12 0:40 
AnswerRe: How to fix the position of a scroll bar....after selecting a row in grid view in an asp.net page Pin
V.24-Jan-12 3:59
professionalV.24-Jan-12 3:59 
AnswerRe: How to fix the position of a scroll bar....after selecting a row in grid view in an asp.net page Pin
ZurdoDev24-Jan-12 10:56
professionalZurdoDev24-Jan-12 10:56 
QuestionProblem connecting to MySQL Pin
Jassim Rahma24-Jan-12 0:03
Jassim Rahma24-Jan-12 0:03 
AnswerRe: Problem connecting to MySQL Pin
Luc Pattyn24-Jan-12 0:35
sitebuilderLuc Pattyn24-Jan-12 0:35 
GeneralRe: Problem connecting to MySQL Pin
Jassim Rahma24-Jan-12 5:03
Jassim Rahma24-Jan-12 5:03 
GeneralRe: Problem connecting to MySQL Pin
Matt Meyer24-Jan-12 5:18
Matt Meyer24-Jan-12 5:18 
GeneralRe: Problem connecting to MySQL Pin
Jassim Rahma24-Jan-12 5:22
Jassim Rahma24-Jan-12 5:22 
QuestionSqlConnection in encrypted file Pin
Jassim Rahma23-Jan-12 21:44
Jassim Rahma23-Jan-12 21:44 
AnswerRe: SqlConnection in encrypted file Pin
Pete O'Hanlon23-Jan-12 22:18
mvePete O'Hanlon23-Jan-12 22:18 

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.