Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
QuestionCan I somehow convert an array to mimic a variable arglist? Pin
dpmIris31-Mar-06 3:15
dpmIris31-Mar-06 3:15 
AnswerRe: Can I somehow convert an array to mimic a variable arglist? Pin
leppie31-Mar-06 3:34
leppie31-Mar-06 3:34 
GeneralRe: Can I somehow convert an array to mimic a variable arglist? Pin
dpmIris31-Mar-06 3:44
dpmIris31-Mar-06 3:44 
Questionlock position of form Pin
magja31-Mar-06 2:20
magja31-Mar-06 2:20 
AnswerRe: lock position of form Pin
Ravi Bhavnani31-Mar-06 5:02
professionalRavi Bhavnani31-Mar-06 5:02 
QuestionDuplicate ToolStripMenuItem Pin
hpetriffer31-Mar-06 2:20
hpetriffer31-Mar-06 2:20 
QuestionHow to create a window like mIRC's status window? Pin
alexjstubbs31-Mar-06 2:14
alexjstubbs31-Mar-06 2:14 
AnswerRe: How to create a window like mIRC's status window? Pin
LongRange.Shooter31-Mar-06 3:15
LongRange.Shooter31-Mar-06 3:15 
One way that you could do this is to set up the status window as a panel and create your own Paint events. You would then use the graphics object for the control to do the drawing you need done. Changing font characteristics and doing g.DrawString will handle the multi-colored text. g.DrawImage would handle graphics at some point. The last piece would be more difficult with a panel, but there is probably a windows API you could hook into for that.
GeneralRe: How to create a window like mIRC's status window? Pin
alexjstubbs31-Mar-06 5:54
alexjstubbs31-Mar-06 5:54 
Questionpages in a text editor Pin
abdelhameed8131-Mar-06 1:52
abdelhameed8131-Mar-06 1:52 
AnswerRe: pages in a text editor Pin
LongRange.Shooter31-Mar-06 3:16
LongRange.Shooter31-Mar-06 3:16 
QuestionOverride parentCtrl setting childCtrl.Enabled *solved Pin
livez31-Mar-06 0:52
livez31-Mar-06 0:52 
QuestionReverse Name Assignment Pin
Shadow Sprite31-Mar-06 0:32
Shadow Sprite31-Mar-06 0:32 
AnswerRe: Reverse Name Assignment Pin
CWIZO31-Mar-06 1:32
CWIZO31-Mar-06 1:32 
GeneralRe: Reverse Name Assignment Pin
Dave Kreskowiak31-Mar-06 5:50
mveDave Kreskowiak31-Mar-06 5:50 
AnswerRe: Reverse Name Assignment Pin
abhinish31-Mar-06 1:40
abhinish31-Mar-06 1:40 
GeneralRe: Reverse Name Assignment Pin
CWIZO31-Mar-06 2:18
CWIZO31-Mar-06 2:18 
GeneralRe: Reverse Name Assignment Pin
Shadow Sprite1-Apr-06 13:59
Shadow Sprite1-Apr-06 13:59 
QuestionSet 1 pixel of Image to transparent, how? Pin
Sasuko30-Mar-06 23:46
Sasuko30-Mar-06 23:46 
AnswerRe: Set 1 pixel of Image to transparent, how? Pin
CWIZO30-Mar-06 23:53
CWIZO30-Mar-06 23:53 
QuestionGet shares of a network computer Pin
kendao30-Mar-06 23:14
kendao30-Mar-06 23:14 
QuestionContextMenuStrip Pin
hpetriffer30-Mar-06 22:49
hpetriffer30-Mar-06 22:49 
QuestionHave problemS with windows control dll Pin
Tony_Joh30-Mar-06 22:42
Tony_Joh30-Mar-06 22:42 
QuestionC#_Transparent Pin
hung_ngole30-Mar-06 22:40
hung_ngole30-Mar-06 22:40 
Questionuse Control to DataGridViewCell Pin
hpetriffer30-Mar-06 22:36
hpetriffer30-Mar-06 22:36 

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.