Click here to Skip to main content
15,914,323 members
Home / Discussions / C#
   

C#

 
GeneralReal Time Applications Pin
sreejith ss nair30-Sep-04 6:03
sreejith ss nair30-Sep-04 6:03 
GeneralRe: Real Time Applications Pin
Dave Kreskowiak30-Sep-04 7:25
mveDave Kreskowiak30-Sep-04 7:25 
GeneralRe: Real Time Applications Pin
sreejith ss nair30-Sep-04 7:30
sreejith ss nair30-Sep-04 7:30 
GeneralRe: Real Time Applications Pin
Dave Kreskowiak30-Sep-04 7:52
mveDave Kreskowiak30-Sep-04 7:52 
GeneralRe: Real Time Applications Pin
Heath Stewart30-Sep-04 9:19
protectorHeath Stewart30-Sep-04 9:19 
GeneralEvil Textboxes Width Changes When Large Fonts (C#) Pin
dbromberg30-Sep-04 5:48
dbromberg30-Sep-04 5:48 
GeneralRe: Evil Textboxes Width Changes When Large Fonts (C#) Pin
leppie30-Sep-04 7:47
leppie30-Sep-04 7:47 
GeneralRe: Evil Textboxes Width Changes When Large Fonts (C#) Pin
dbromberg30-Sep-04 8:17
dbromberg30-Sep-04 8:17 
Sorry, that doesn't fix it. In fact those lines are there so the window resizes appropriately. The AutoScale on the main application assumes the default font size and when that changes, you need to change the AutoScaleBaseSize. I got that from a MS developer.

The reason I'm annoyed at this is because it seems like a built-in behavior in some manner, and there really should be a way to turn it off rather than just hardcoding it in so whenever a control tries to be helpful, I reverse what it does. I'm finding this a common theme with some of these controls.

For example, in a ListView with checkboxes and FullColumnSelect, using shift-select or control-select checks boxes automatically. There's no way to turn this behavior off. I ended up having to test for a shift or control click and set a boolean value to true and then in the onCheck event reverse the check if the boolean value was true.

I think it should be a more common practice when microsoft builds in automatic "features" like this to have the option to turn them off.

-David
Generalstatic variable Pin
goatstudio30-Sep-04 5:32
goatstudio30-Sep-04 5:32 
GeneralRe: static variable Pin
Dave Kreskowiak30-Sep-04 6:01
mveDave Kreskowiak30-Sep-04 6:01 
GeneralRe: static variable Pin
goatstudio30-Sep-04 6:22
goatstudio30-Sep-04 6:22 
GeneralRe: static variable Pin
Heath Stewart30-Sep-04 6:22
protectorHeath Stewart30-Sep-04 6:22 
GeneralRe: static variable Pin
goatstudio30-Sep-04 6:27
goatstudio30-Sep-04 6:27 
GeneralRe: static variable Pin
Heath Stewart30-Sep-04 6:42
protectorHeath Stewart30-Sep-04 6:42 
GeneralRe: static variable Pin
Dave Kreskowiak30-Sep-04 8:33
mveDave Kreskowiak30-Sep-04 8:33 
GeneralRe: static variable Pin
Heath Stewart30-Sep-04 9:10
protectorHeath Stewart30-Sep-04 9:10 
GeneralRe: static variable Pin
Dave Kreskowiak30-Sep-04 10:57
mveDave Kreskowiak30-Sep-04 10:57 
GeneralTransparent Panel Pin
MarkMokris30-Sep-04 5:28
MarkMokris30-Sep-04 5:28 
GeneralRe: Transparent Panel Pin
Heath Stewart30-Sep-04 6:32
protectorHeath Stewart30-Sep-04 6:32 
GeneralRe: Transparent Panel Pin
MarkMokris30-Sep-04 6:36
MarkMokris30-Sep-04 6:36 
GeneralRe: Transparent Panel Pin
Heath Stewart30-Sep-04 6:50
protectorHeath Stewart30-Sep-04 6:50 
Generalword formatting bar Pin
RomanD30-Sep-04 5:15
RomanD30-Sep-04 5:15 
GeneralRe: word formatting bar Pin
Dave Kreskowiak30-Sep-04 5:57
mveDave Kreskowiak30-Sep-04 5:57 
GeneralRe: word formatting bar Pin
RomanD30-Sep-04 6:09
RomanD30-Sep-04 6:09 
GeneralRe: word formatting bar Pin
Dave Kreskowiak30-Sep-04 7:21
mveDave Kreskowiak30-Sep-04 7:21 

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.