Click here to Skip to main content
15,918,889 members
Home / Discussions / C#
   

C#

 
GeneralAutosizing columns in DataGrid Pin
Tom Wright22-Jul-05 4:59
Tom Wright22-Jul-05 4:59 
GeneralRe: Autosizing columns in DataGrid Pin
Alomgir Miah22-Jul-05 6:02
Alomgir Miah22-Jul-05 6:02 
GeneralRe: Autosizing columns in DataGrid Pin
Tom Wright22-Jul-05 9:24
Tom Wright22-Jul-05 9:24 
GeneralRe: Autosizing columns in DataGrid Pin
Alomgir Miah22-Jul-05 10:30
Alomgir Miah22-Jul-05 10:30 
GeneralRe: Autosizing columns in DataGrid Pin
Tom Wright25-Jul-05 4:48
Tom Wright25-Jul-05 4:48 
GeneralCompiling a DLL Pin
stancrm22-Jul-05 4:10
stancrm22-Jul-05 4:10 
GeneralRe: Compiling a DLL Pin
Dave Kreskowiak22-Jul-05 4:59
mveDave Kreskowiak22-Jul-05 4:59 
GeneralRe: Compiling a DLL Pin
Tom Wright22-Jul-05 6:06
Tom Wright22-Jul-05 6:06 
Generalricreate this effect in GDI+ Pin
Anonymous22-Jul-05 3:35
Anonymous22-Jul-05 3:35 
GeneralC# MDI form Drawing Pin
Member 189349022-Jul-05 3:19
Member 189349022-Jul-05 3:19 
Generaloverride enable property Pin
fady_sayegh22-Jul-05 2:09
fady_sayegh22-Jul-05 2:09 
GeneralRe: override enable property Pin
Dave Kreskowiak22-Jul-05 4:57
mveDave Kreskowiak22-Jul-05 4:57 
GeneralVirtual Memory Pin
deus78922-Jul-05 1:03
deus78922-Jul-05 1:03 
GeneralRe: Virtual Memory Pin
Vasudevan Deepak Kumar22-Jul-05 1:43
Vasudevan Deepak Kumar22-Jul-05 1:43 
GeneralRe: Virtual Memory Pin
deus78922-Jul-05 1:57
deus78922-Jul-05 1:57 
GeneralRe: Virtual Memory Pin
Vasudevan Deepak Kumar22-Jul-05 3:48
Vasudevan Deepak Kumar22-Jul-05 3:48 
GeneralRe: Virtual Memory Pin
Dave Kreskowiak22-Jul-05 4:52
mveDave Kreskowiak22-Jul-05 4:52 
GeneralI don't know how explain Pin
Anonymous22-Jul-05 0:57
Anonymous22-Jul-05 0:57 
GeneralOutlook multiple profiles Pin
angeltsoi22-Jul-05 0:56
angeltsoi22-Jul-05 0:56 
GeneralOwner drawn text box Pin
Bravid22-Jul-05 0:47
Bravid22-Jul-05 0:47 
GeneralRe: Owner drawn text box Pin
Rob Graham23-Jul-05 17:31
Rob Graham23-Jul-05 17:31 
You may need to set the textboxes ControlStyles.UserPaint style bit (Texbox1.SetStyle( ControlStyles.UserPaint)) in order for the paint event to fire.

If you plan on having several of these, it might be worthwhile to create your own by subclassing (inheriting from) it, so that you dont have to repeat a lot of code.

Absolute faith corrupts as absolutely as absolute power
Eric Hoffer

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke

GeneralRe: Owner drawn text box Pin
Bravid26-Jul-05 1:44
Bravid26-Jul-05 1:44 
Generaloracle with c# Pin
seyakuza22-Jul-05 0:29
seyakuza22-Jul-05 0:29 
GeneralRe: oracle with c# Pin
V.22-Jul-05 1:13
professionalV.22-Jul-05 1:13 
GeneralRe: oracle with c# Pin
Anonymous22-Jul-05 1:43
Anonymous22-Jul-05 1:43 

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.