Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
GeneralRe: MainMenu disappearing Pin
Ashok Dhamija25-Mar-05 0:58
Ashok Dhamija25-Mar-05 0:58 
GeneralRe: MainMenu disappearing Pin
Chals25-Mar-05 3:01
Chals25-Mar-05 3:01 
Generalplease help me again Pin
snouto24-Mar-05 22:46
snouto24-Mar-05 22:46 
GeneralRe: please help me again Pin
Andrew Kirillov25-Mar-05 3:47
Andrew Kirillov25-Mar-05 3:47 
QuestionHow to deploy a windows aplication with a ms access db Pin
basbous24-Mar-05 22:31
basbous24-Mar-05 22:31 
AnswerRe: How to deploy a windows aplication with a ms access db Pin
Chals25-Mar-05 0:19
Chals25-Mar-05 0:19 
QuestionHow to resize the check box of the checkbox control Pin
basbous24-Mar-05 22:28
basbous24-Mar-05 22:28 
AnswerRe: How to resize the check box of the checkbox control Pin
Ashok Dhamija25-Mar-05 0:31
Ashok Dhamija25-Mar-05 0:31 
If you want to resize the checkbox control itself (i.e., the rectangle including the text accompanying the checkbox), then you can use the "Size" property by indicating the new height and width of the control (or alternatively, you can directly change the values of the properties "Height" and "Width"). These changes can be made in the constructor of the Form on which the checkbox control is placed, after the InitializeComponent() has already been called.

However, if you are interested to change the size of the "checkbox" itself and not of the "control as a whole", perhaps the only method would be derive your own custom control with the appropriate size.
Generalprint preview dialog Pin
Jugen24-Mar-05 20:34
Jugen24-Mar-05 20:34 
Questionabnormity form,line-number,highlight keywords? Pin
thewoodman24-Mar-05 19:26
thewoodman24-Mar-05 19:26 
AnswerRe: abnormity form,line-number,highlight keywords? Pin
Dave Kreskowiak25-Mar-05 4:59
mveDave Kreskowiak25-Mar-05 4:59 
Generala question for addin develop Pin
pengyi24-Mar-05 16:27
pengyi24-Mar-05 16:27 
GeneralRe: a question for addin develop Pin
pengyi25-Mar-05 20:37
pengyi25-Mar-05 20:37 
GeneralHelp with objects Pin
johanhertz24-Mar-05 11:12
johanhertz24-Mar-05 11:12 
GeneralRe: Help with objects Pin
turbochimp24-Mar-05 11:43
turbochimp24-Mar-05 11:43 
GeneralRe: Help with objects Pin
johanhertz24-Mar-05 11:52
johanhertz24-Mar-05 11:52 
GeneralRe: Help with objects Pin
turbochimp24-Mar-05 15:02
turbochimp24-Mar-05 15:02 
GeneralRe: Help with objects Pin
johanhertz25-Mar-05 8:56
johanhertz25-Mar-05 8:56 
QuestionHow to create custom formatters in C# Pin
wweiss125824-Mar-05 10:26
wweiss125824-Mar-05 10:26 
AnswerRe: How to create custom formatters in C# Pin
turbochimp24-Mar-05 11:57
turbochimp24-Mar-05 11:57 
Generalplease help me again Pin
snouto24-Mar-05 10:00
snouto24-Mar-05 10:00 
GeneralRe: please help me again Pin
Andrew Kirillov24-Mar-05 12:05
Andrew Kirillov24-Mar-05 12:05 
GeneralRe: please help me again Pin
Andrew Kirillov24-Mar-05 12:17
Andrew Kirillov24-Mar-05 12:17 
GeneralRe: please help me again Pin
snouto24-Mar-05 13:12
snouto24-Mar-05 13:12 
GeneralRe: please help me again Pin
Andrew Kirillov24-Mar-05 23:17
Andrew Kirillov24-Mar-05 23:17 

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.