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

C#

 
GeneralRe: Poor company - do we need an obfuscator? Pin
Libor Tinka30-Nov-05 0:51
Libor Tinka30-Nov-05 0:51 
AnswerRe: Poor company - do we need an obfuscator? Pin
leppie29-Nov-05 22:25
leppie29-Nov-05 22:25 
AnswerRe: Poor company - do we need an obfuscator? Pin
Rob Philpott30-Nov-05 1:12
Rob Philpott30-Nov-05 1:12 
GeneralRe: Poor company - do we need an obfuscator? Pin
leppie30-Nov-05 3:33
leppie30-Nov-05 3:33 
QuestionTransaction Rollback timeout Pin
Mark DeVol29-Nov-05 12:51
Mark DeVol29-Nov-05 12:51 
AnswerRe: Transaction Rollback timeout Pin
rakesh_nits29-Nov-05 23:55
rakesh_nits29-Nov-05 23:55 
QuestionOverriding the Label.CanSelect property Pin
AnneThorne29-Nov-05 12:39
AnneThorne29-Nov-05 12:39 
AnswerRe: Overriding the Label.CanSelect property Pin
Dave Kreskowiak30-Nov-05 5:56
mveDave Kreskowiak30-Nov-05 5:56 
Why would you want to? Selecting a label control at run-time isn't what I would call an intuitive thing to do.

The property just returns the value of the controls ControlStyles "Selectable" value. If you want to change this so the control is selectable, you'll have to create you're own Label control, inheriting from Label, and just set its Selectable ControlStyle to true.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Overriding the Label.CanSelect property Pin
AnneThorne30-Nov-05 6:02
AnneThorne30-Nov-05 6:02 
GeneralRe: Overriding the Label.CanSelect property Pin
Dave Kreskowiak30-Nov-05 11:00
mveDave Kreskowiak30-Nov-05 11:00 
GeneralRe: Overriding the Label.CanSelect property Pin
AnneThorne30-Nov-05 11:07
AnneThorne30-Nov-05 11:07 
Questioncalling win32 dll in C# Pin
Manu_8129-Nov-05 11:51
Manu_8129-Nov-05 11:51 
AnswerRe: calling win32 dll in C# Pin
Mark DeVol29-Nov-05 12:46
Mark DeVol29-Nov-05 12:46 
GeneralRe: calling win32 dll in C# Pin
mikanu29-Nov-05 20:06
mikanu29-Nov-05 20:06 
QuestionQLMySQL Concurrency Violation Pin
Elvis_Pretzelator29-Nov-05 11:50
Elvis_Pretzelator29-Nov-05 11:50 
QuestionHow can i do a mouseover event for an asp object? Pin
Anthony Mushrow29-Nov-05 11:41
professionalAnthony Mushrow29-Nov-05 11:41 
AnswerRe: How can i do a mouseover event for an asp object? Pin
Dave Kreskowiak30-Nov-05 5:43
mveDave Kreskowiak30-Nov-05 5:43 
Questiondisposal of a homemade object Pin
melanieab29-Nov-05 10:35
melanieab29-Nov-05 10:35 
AnswerRe: disposal of a homemade object Pin
Dan Neely29-Nov-05 10:38
Dan Neely29-Nov-05 10:38 
GeneralRe: disposal of a homemade object Pin
melanieab29-Nov-05 11:14
melanieab29-Nov-05 11:14 
GeneralRe: disposal of a homemade object Pin
Dan Neely30-Nov-05 2:05
Dan Neely30-Nov-05 2:05 
Questionnetwork problem please help!!! Pin
snouto29-Nov-05 10:14
snouto29-Nov-05 10:14 
AnswerRe: network problem please help!!! Pin
mcljava29-Nov-05 12:33
mcljava29-Nov-05 12:33 
GeneralRe: network problem please help!!! Pin
snouto29-Nov-05 23:06
snouto29-Nov-05 23:06 
QuestionBack Button ASP.NET Pin
TheMajorRager29-Nov-05 10:02
TheMajorRager29-Nov-05 10:02 

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.