Click here to Skip to main content
15,904,348 members
Home / Discussions / C#
   

C#

 
GeneralRe: command prompt with fop problem [modified] Pin
NaNg1524130-May-06 3:12
NaNg1524130-May-06 3:12 
GeneralRe: command prompt with fop problem [modified] Pin
Support12330-May-06 3:15
Support12330-May-06 3:15 
GeneralRe: command prompt with fop problem [modified] Pin
NaNg1524130-May-06 3:23
NaNg1524130-May-06 3:23 
GeneralRe: command prompt with fop problem [modified] Pin
Support12330-May-06 3:33
Support12330-May-06 3:33 
GeneralRe: command prompt with fop problem [modified] Pin
NaNg1524130-May-06 3:34
NaNg1524130-May-06 3:34 
GeneralRe: command prompt with fop problem [modified] Pin
Support12330-May-06 3:43
Support12330-May-06 3:43 
GeneralRe: command prompt with fop problem [modified] Pin
Support12330-May-06 4:01
Support12330-May-06 4:01 
AnswerRe: command prompt with fop problem Pin
Dan Neely30-May-06 3:56
Dan Neely30-May-06 3:56 
GeneralRe: command prompt with fop problem Pin
Support12330-May-06 4:03
Support12330-May-06 4:03 
QuestionUnique ID Pin
NaNg1524130-May-06 2:29
NaNg1524130-May-06 2:29 
QuestionC#: Very important: do u know how to compare excel sheets formats? Pin
haiaw30-May-06 2:20
haiaw30-May-06 2:20 
AnswerRe: C#: Very important: do u know how to compare excel sheets formats? Pin
haiaw30-May-06 4:05
haiaw30-May-06 4:05 
AnswerRe: C#: Very important: do u know how to compare excel sheets formats? Pin
Dan Neely30-May-06 4:26
Dan Neely30-May-06 4:26 
GeneralRe: C#: Very important: do u know how to compare excel sheets formats? Pin
haiaw30-May-06 9:28
haiaw30-May-06 9:28 
QuestionHow to set focus on the form. Pin
analytiks30-May-06 2:09
analytiks30-May-06 2:09 
AnswerRe: How to set focus on the form. Pin
MCSD-Gandalf30-May-06 3:01
MCSD-Gandalf30-May-06 3:01 
QuestionHow to Clear tabpage text created by graphic object Pin
printscreen1234530-May-06 1:46
printscreen1234530-May-06 1:46 
AnswerRe: How to Clear tabpage text created by graphic object Pin
stancrm30-May-06 6:36
stancrm30-May-06 6:36 
QuestionCheck mail using rpc over http protocol in c# [modified] Pin
uhs30-May-06 1:33
uhs30-May-06 1:33 
QuestionHow to send "'" to javascript from c# [modified] Pin
Rukmini T30-May-06 1:12
Rukmini T30-May-06 1:12 
AnswerRe: How to send special charecters to javascript from c# Pin
leppie30-May-06 1:17
leppie30-May-06 1:17 
Questionvirtual size of textbox form Pin
Christian Pothmann30-May-06 0:37
Christian Pothmann30-May-06 0:37 
Hi,
I (newbie) have come upon the following problem:
I use a multiline text box, and want the scrollbars to show only when they are needed.
If TextBox was inherited from ScrollableControl, this would be easy since the DisplayRectangle Dimensions would be different from the ClientSize - whenever there are changes to the text box, I could check if the DisplayRectangle is bigger than the ClientSize, and then add the scroll bars.

But since TextBox is not inherited from ScrollableControl, the DisplayRectangle is always the same like the ClientSize.
Is there another way to find out the size of the virtual client size (besides calculating it from the number of lines and the height of the font)?

Thanks and best regards,
Christian
AnswerRe: virtual size of textbox form Pin
leppie30-May-06 1:16
leppie30-May-06 1:16 
GeneralRe: virtual size of textbox form Pin
Christian Pothmann30-May-06 1:58
Christian Pothmann30-May-06 1:58 
Questionc# environment component or dll Pin
isiran30-May-06 0:37
isiran30-May-06 0:37 

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.