Click here to Skip to main content
15,925,133 members
Home / Discussions / C#
   

C#

 
GeneralTooltips Pin
Joel Holdsworth25-May-04 10:11
Joel Holdsworth25-May-04 10:11 
GeneralRe: Tooltips Pin
Heath Stewart25-May-04 10:37
protectorHeath Stewart25-May-04 10:37 
GeneralRe: Tooltips Pin
Heath Stewart25-May-04 11:25
protectorHeath Stewart25-May-04 11:25 
Generaladding dataset to webform generating error Pin
DeSonny25-May-04 10:00
DeSonny25-May-04 10:00 
GeneralWrite DataGrid to file. Pin
Jason Weibel25-May-04 9:28
Jason Weibel25-May-04 9:28 
GeneralRe: Write DataGrid to file. Pin
Heath Stewart25-May-04 9:57
protectorHeath Stewart25-May-04 9:57 
GeneralWisdom of deriving a control from Panel Pin
Joel Holdsworth25-May-04 9:08
Joel Holdsworth25-May-04 9:08 
GeneralRe: Wisdom of deriving a control from Panel Pin
ekolis25-May-04 9:19
ekolis25-May-04 9:19 
How about deriving a CustomBorderedControl class from Control, and having your CustomBorderedControl draw its own border using GDI+, possibly emulating the standard Windows border styles as close as possible? Then you know exactly how big your border is because you made it yourself, and you can derive all your other controls from CustomBorderedControl. Granted, the borders would not necessarily match those of other Windows apps when the user installed a new Windows theme, but as long as you use only your own controls in your app, then at least it will have a consistent look and feel...
Generalhmm Pin
Joel Holdsworth25-May-04 9:51
Joel Holdsworth25-May-04 9:51 
GeneralRe: Wisdom of deriving a control from Panel Pin
Heath Stewart25-May-04 10:11
protectorHeath Stewart25-May-04 10:11 
GeneralRe: Wisdom of deriving a control from Panel Pin
Joel Holdsworth25-May-04 10:15
Joel Holdsworth25-May-04 10:15 
GeneralRe: Wisdom of deriving a control from Panel Pin
Joel Holdsworth25-May-04 10:29
Joel Holdsworth25-May-04 10:29 
GeneralDisplay an install date and a print date. Pin
kornstyle25-May-04 9:01
kornstyle25-May-04 9:01 
GeneralRe: Display an install date and a print date. Pin
Heath Stewart25-May-04 9:49
protectorHeath Stewart25-May-04 9:49 
GeneralRe: Display an install date and a print date. Pin
kornstyle25-May-04 11:03
kornstyle25-May-04 11:03 
QuestionCan I send mouse clicks to another application? Pin
ekolis25-May-04 8:52
ekolis25-May-04 8:52 
AnswerRe: Can I send mouse clicks to another application? Pin
Heath Stewart25-May-04 9:43
protectorHeath Stewart25-May-04 9:43 
GeneralRe: Can I send mouse clicks to another application? Pin
ekolis25-May-04 15:05
ekolis25-May-04 15:05 
GeneralRe: Can I send mouse clicks to another application? Pin
Dave Kreskowiak25-May-04 17:14
mveDave Kreskowiak25-May-04 17:14 
GeneralRe: Can I send mouse clicks to another application? Pin
Heath Stewart26-May-04 2:57
protectorHeath Stewart26-May-04 2:57 
GeneralInterop with MSDev 6.0 running instanceS Pin
Eric Marchesin25-May-04 8:52
Eric Marchesin25-May-04 8:52 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Heath Stewart25-May-04 10:36
protectorHeath Stewart25-May-04 10:36 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Eric Marchesin25-May-04 11:15
Eric Marchesin25-May-04 11:15 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Heath Stewart25-May-04 11:20
protectorHeath Stewart25-May-04 11:20 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Eric Marchesin25-May-04 11:32
Eric Marchesin25-May-04 11:32 

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.