Click here to Skip to main content
15,889,462 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web Development Pin
Andy Brummer19-Sep-07 6:10
sitebuilderAndy Brummer19-Sep-07 6:10 
JokeRe: Regular Expressions Pin
Dan Neely18-Sep-07 12:37
Dan Neely18-Sep-07 12:37 
GeneralRe: Regular Expressions Pin
Chris Maunder18-Sep-07 18:52
cofounderChris Maunder18-Sep-07 18:52 
GeneralRe: Regular Expressions Pin
#realJSOP18-Sep-07 23:35
mve#realJSOP18-Sep-07 23:35 
GeneralRe: Regular Expressions Pin
Christian Graus18-Sep-07 22:27
protectorChristian Graus18-Sep-07 22:27 
GeneralRe: Regular Expressions Pin
JimmyRopes19-Sep-07 2:53
professionalJimmyRopes19-Sep-07 2:53 
QuestionCan you hack numericupdown's to change button width? Pin
aei_totten18-Sep-07 10:17
aei_totten18-Sep-07 10:17 
AnswerRe: Can you hack numericupdown's to change button width? Pin
TJoe25-Sep-07 10:01
TJoe25-Sep-07 10:01 
You won't be able to hack the arrow button's width. The method PositionControls() in the UpDownBase class determines it's width. This class is private and would override any possible hacks.

Your best option would probably be to build a UserControl using a TextBox and two Buttons.

Take care,
Tom

-----------------------------------------------
Check out my blog at http://tjoe.wordpress.com

QuestionHow to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 10:16
gizmokaka18-Sep-07 10:16 
AnswerRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:22
mvePete O'Hanlon18-Sep-07 10:22 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 10:25
gizmokaka18-Sep-07 10:25 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:28
mvePete O'Hanlon18-Sep-07 10:28 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 10:41
gizmokaka18-Sep-07 10:41 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Dave Kreskowiak18-Sep-07 10:48
mveDave Kreskowiak18-Sep-07 10:48 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 11:01
gizmokaka18-Sep-07 11:01 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka19-Sep-07 2:17
gizmokaka19-Sep-07 2:17 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Dave Kreskowiak19-Sep-07 11:50
mveDave Kreskowiak19-Sep-07 11:50 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:50
mvePete O'Hanlon18-Sep-07 10:50 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 11:02
gizmokaka18-Sep-07 11:02 
QuestionC# students in UK Pin
Francois Benadie18-Sep-07 10:09
Francois Benadie18-Sep-07 10:09 
AnswerRe: C# students in UK Pin
Pete O'Hanlon18-Sep-07 10:20
mvePete O'Hanlon18-Sep-07 10:20 
QuestionLinking function keys to buttons Pin
Dio2218-Sep-07 9:06
Dio2218-Sep-07 9:06 
AnswerRe: Linking function keys to buttons Pin
Giorgi Dalakishvili18-Sep-07 9:20
mentorGiorgi Dalakishvili18-Sep-07 9:20 
GeneralRe: Linking function keys to buttons Pin
Dio2218-Sep-07 10:17
Dio2218-Sep-07 10:17 
GeneralRe: Linking function keys to buttons Pin
Giorgi Dalakishvili18-Sep-07 10:24
mentorGiorgi Dalakishvili18-Sep-07 10:24 

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.