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

C#

 
AnswerRe: COMException while opening MS-Word files using APIs Pin
mav.northwind18-May-07 21:03
mav.northwind18-May-07 21:03 
GeneralRe: COMException while opening MS-Word files using APIs Pin
Abhishek Joshi18-May-07 22:20
Abhishek Joshi18-May-07 22:20 
AnswerRe: COMException while opening MS-Word files using APIs Pin
Manoj Kumar Rai18-May-07 23:10
professionalManoj Kumar Rai18-May-07 23:10 
QuestionHow to scroll two listbox together? Pin
nav_smec18-May-07 19:05
nav_smec18-May-07 19:05 
AnswerRe: How to scroll two listbox together? Pin
Dave Herren21-May-07 12:01
Dave Herren21-May-07 12:01 
QuestionStatusStrip Height Pin
Patricker18-May-07 17:31
Patricker18-May-07 17:31 
AnswerRe: StatusStrip Height Pin
Patricker18-May-07 18:08
Patricker18-May-07 18:08 
GeneralRe: StatusStrip Height Pin
Scott Dorman19-May-07 5:10
professionalScott Dorman19-May-07 5:10 
Yes, the AutoSize property tells the Windows Forms layout system to automatically size the control based on it's "preferred size". This is either a hard-coded value or is based on the control's contents, or some combination.

When AutoSize is set to true, the layout system will happily ignore any manually adjusted size information you might provide. By setting it to false you are telling the layout system to display the control specifially in the size you specify.

-----------------------------
In just two days, tomorrow will be yesterday.

QuestionHow to custom time(date time picker) Pin
yazeed_pal18-May-07 16:45
yazeed_pal18-May-07 16:45 
AnswerRe: How to custom time(date time picker) Pin
phantanagu18-May-07 20:21
phantanagu18-May-07 20:21 
AnswerRe: How to custom time(date time picker) Pin
Scott Dorman19-May-07 5:14
professionalScott Dorman19-May-07 5:14 
AnswerRe: How to custom time(date time picker) Pin
visualhint30-May-07 14:35
visualhint30-May-07 14:35 
QuestionObject is currently in use elsewhere! Pin
engsrini18-May-07 11:58
engsrini18-May-07 11:58 
AnswerRe: Object is currently in use elsewhere! Pin
Christian Graus18-May-07 12:26
protectorChristian Graus18-May-07 12:26 
GeneralRe: Object is currently in use elsewhere! Pin
engsrini18-May-07 12:39
engsrini18-May-07 12:39 
GeneralRe: Object is currently in use elsewhere! Pin
Colin Angus Mackay18-May-07 13:30
Colin Angus Mackay18-May-07 13:30 
GeneralRe: Object is currently in use elsewhere! Pin
Scott Dorman19-May-07 5:19
professionalScott Dorman19-May-07 5:19 
QuestionUpdating databound control from another thread Pin
Chals18-May-07 11:11
Chals18-May-07 11:11 
QuestionSending arguments to running programm Pin
Monin D.18-May-07 9:12
Monin D.18-May-07 9:12 
AnswerRe: Sending arguments to running programm Pin
Not Active18-May-07 10:47
mentorNot Active18-May-07 10:47 
AnswerRe: Sending arguments to running programm Pin
Dave Herren18-May-07 10:56
Dave Herren18-May-07 10:56 
AnswerRe: Sending arguments to running programm Pin
Christian Graus18-May-07 11:28
protectorChristian Graus18-May-07 11:28 
GeneralRe: Sending arguments to running programm Pin
Monin D.18-May-07 22:18
Monin D.18-May-07 22:18 
QuestionBeginner with file system question Pin
oriondesign18-May-07 8:47
oriondesign18-May-07 8:47 
AnswerRe: Beginner with file system question Pin
Tarakeshwar Reddy18-May-07 9:04
professionalTarakeshwar Reddy18-May-07 9:04 

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.