Click here to Skip to main content
15,893,663 members
Home / Discussions / C#
   

C#

 
Generaluse a per pixel image as background form Pin
Sasuko29-May-05 2:31
Sasuko29-May-05 2:31 
GeneralThe difference between . and , Pin
johanhertz29-May-05 2:29
johanhertz29-May-05 2:29 
GeneralRe: The difference between . and , Pin
Colin Angus Mackay29-May-05 3:11
Colin Angus Mackay29-May-05 3:11 
GeneralRe: The difference between . and , Pin
FriendlyFiend29-May-05 20:34
FriendlyFiend29-May-05 20:34 
GeneralRe: The difference between . and , Pin
johanhertz30-May-05 19:34
johanhertz30-May-05 19:34 
GeneralReadOnly GroupBox/Radio Buttons Pin
den2559729-May-05 0:51
den2559729-May-05 0:51 
GeneralRe: ReadOnly GroupBox/Radio Buttons Pin
Christian Graus29-May-05 0:58
protectorChristian Graus29-May-05 0:58 
GeneralRe: ReadOnly GroupBox/Radio Buttons Pin
nemopeti1-Jun-05 0:23
nemopeti1-Jun-05 0:23 
If you vant to do it read only in the chech_canage event handler, set it's default value, eg.: if you want it to readonly and checked than in the handler :
if(!checked) checked=true;

I know it's disgusting, but somtimes disgusting thinks is the best way. Like Assembly it's disgusting and powerful Laugh | :laugh:
QuestionOutlook Customise Forms? Pin
davebarkshire29-May-05 0:23
davebarkshire29-May-05 0:23 
GeneralStreamWriter not working Pin
Niklas Ulvinge28-May-05 23:42
Niklas Ulvinge28-May-05 23:42 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay28-May-05 23:57
Colin Angus Mackay28-May-05 23:57 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:01
Niklas Ulvinge29-May-05 0:01 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay29-May-05 0:05
Colin Angus Mackay29-May-05 0:05 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:12
Niklas Ulvinge29-May-05 0:12 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:18
protectorChristian Graus29-May-05 0:18 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:21
Niklas Ulvinge29-May-05 0:21 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:47
protectorChristian Graus29-May-05 0:47 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:48
Niklas Ulvinge29-May-05 0:48 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:50
protectorChristian Graus29-May-05 0:50 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:54
Niklas Ulvinge29-May-05 0:54 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:56
protectorChristian Graus29-May-05 0:56 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 1:03
Niklas Ulvinge29-May-05 1:03 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay29-May-05 0:19
Colin Angus Mackay29-May-05 0:19 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:51
protectorChristian Graus29-May-05 0:51 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay29-May-05 1:15
Colin Angus Mackay29-May-05 1:15 

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.