Click here to Skip to main content
15,890,897 members
Home / Discussions / C#
   

C#

 
Questionhelp? Pin
imran_rafique22-Sep-02 13:35
imran_rafique22-Sep-02 13:35 
GeneralDragging files onto a windows form Pin
zimbar22-Sep-02 5:01
zimbar22-Sep-02 5:01 
GeneralRe: Dragging files onto a windows form Pin
Stephane Rodriguez.22-Sep-02 5:20
Stephane Rodriguez.22-Sep-02 5:20 
GeneralCustom Control Pin
Donald Blachly21-Sep-02 18:55
Donald Blachly21-Sep-02 18:55 
GeneralRe: Custom Control Pin
Stephane Rodriguez.21-Sep-02 21:24
Stephane Rodriguez.21-Sep-02 21:24 
GeneralRe: Custom Control Pin
James T. Johnson21-Sep-02 21:42
James T. Johnson21-Sep-02 21:42 
GeneralRe: Custom Control Pin
Stephane Rodriguez.21-Sep-02 22:59
Stephane Rodriguez.21-Sep-02 22:59 
GeneralRe: Custom Control Pin
James T. Johnson21-Sep-02 23:13
James T. Johnson21-Sep-02 23:13 
StephaneRodriguez wrote:
The Modifiers property applies to an existing control, and on a one-by-one basis

In most cases you can select multiple controls and set the Modifiers property for all of them.

So far the only time I've found that you can't is when the control you are selecting comes from the base class. That makes sense because the forms designer uses the compiled assembly to do its work, so it obviously can't modify the visibility of the variable in the assembly.

StephaneRodriguez wrote:
can't figure out by the way why there is no Modifiers property at the Form level, this would have been a nice place for all controls added later).

This would be a nice addition for those that would like to expose all controls easily. Smile | :)

James
"And we are all men; apart from the females." - Colin Davies
GeneralRe: Custom Control Pin
Donald Blachly22-Sep-02 3:47
Donald Blachly22-Sep-02 3:47 
QuestionCentering a window at runtime? Pin
Zinj21-Sep-02 14:00
sussZinj21-Sep-02 14:00 
AnswerRe: Centering a window at runtime? Pin
David Stone21-Sep-02 14:14
sitebuilderDavid Stone21-Sep-02 14:14 
AnswerRe: Centering a window at runtime? Pin
James T. Johnson21-Sep-02 14:30
James T. Johnson21-Sep-02 14:30 
GeneralRe: Centering a window at runtime? Pin
Zinj21-Sep-02 15:43
sussZinj21-Sep-02 15:43 
GeneralRe: Centering a window at runtime? Pin
James T. Johnson21-Sep-02 15:50
James T. Johnson21-Sep-02 15:50 
GeneralRe: Centering a window at runtime? Pin
Zinj22-Sep-02 4:51
sussZinj22-Sep-02 4:51 
GeneralRGB and HSV Pin
Tomas Petricek21-Sep-02 4:43
Tomas Petricek21-Sep-02 4:43 
GeneralRe: RGB and HSV Pin
leppie21-Sep-02 5:34
leppie21-Sep-02 5:34 
GeneralRe: RGB and HSV Pin
Stephane Rodriguez.21-Sep-02 5:42
Stephane Rodriguez.21-Sep-02 5:42 
GeneralRe: RGB and HSV Pin
leppie21-Sep-02 5:55
leppie21-Sep-02 5:55 
GeneralRe: RGB and HSV Pin
Tomas Petricek21-Sep-02 6:19
Tomas Petricek21-Sep-02 6:19 
GeneralScrolling Metrics Pin
leppie21-Sep-02 3:53
leppie21-Sep-02 3:53 
GeneralMulticolored Text Pin
Stickman21-Sep-02 1:38
Stickman21-Sep-02 1:38 
GeneralRe: Multicolored Text Pin
leppie21-Sep-02 1:51
leppie21-Sep-02 1:51 
GeneralRe: Multicolored Text Pin
Philip Fitzsimons23-Sep-02 7:14
Philip Fitzsimons23-Sep-02 7:14 
Questionhelp ( form message releted )? Pin
imran_rafique20-Sep-02 15:59
imran_rafique20-Sep-02 15:59 

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.