Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: oracle with c# Pin
V.22-Jul-05 4:02
professionalV.22-Jul-05 4:02 
GeneralRe: oracle with c# Pin
seyakuza23-Jul-05 10:52
seyakuza23-Jul-05 10:52 
GeneralRe: oracle with c# Pin
seyakuza22-Jul-05 2:11
seyakuza22-Jul-05 2:11 
GeneralRe: oracle with c# Pin
Michael P Butler22-Jul-05 3:00
Michael P Butler22-Jul-05 3:00 
GeneralRe: oracle with c# Pin
seyakuza22-Jul-05 3:30
seyakuza22-Jul-05 3:30 
GeneralRe: oracle with c# Pin
Michael P Butler22-Jul-05 3:43
Michael P Butler22-Jul-05 3:43 
GeneralRe: oracle with c# Pin
seyakuza22-Jul-05 3:50
seyakuza22-Jul-05 3:50 
GeneralRe: oracle with c# Pin
Dave Kreskowiak22-Jul-05 4:50
mveDave Kreskowiak22-Jul-05 4:50 
GeneralRe: oracle with c# Pin
Michael P Butler22-Jul-05 5:17
Michael P Butler22-Jul-05 5:17 
GeneralRe: oracle with c# Pin
Anonymous22-Jul-05 7:44
Anonymous22-Jul-05 7:44 
GeneralRe: oracle with c# Pin
seyakuza24-Jul-05 4:32
seyakuza24-Jul-05 4:32 
GeneralRational Rose (not XDE) and C# Pin
LiamD21-Jul-05 23:59
LiamD21-Jul-05 23:59 
Generalconcatenate text into a .def file Pin
Member 211897921-Jul-05 23:30
Member 211897921-Jul-05 23:30 

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.