Click here to Skip to main content
16,004,458 members
Home / Discussions / C#
   

C#

 
AnswerRe: Treeview Pin
Nader Elshehabi6-Jul-06 5:18
Nader Elshehabi6-Jul-06 5:18 
Questionarray exporting in c++ dll to c# client Pin
Tugberk_Kara6-Jul-06 3:21
Tugberk_Kara6-Jul-06 3:21 
AnswerRe: array exporting in c++ dll to c# client Pin
rubben6-Jul-06 5:06
rubben6-Jul-06 5:06 
GeneralRe: array exporting in c++ dll to c# client Pin
Tugberk_Kara6-Jul-06 5:36
Tugberk_Kara6-Jul-06 5:36 
QuestionDisplaying a label over other controls Pin
anderde6-Jul-06 3:20
anderde6-Jul-06 3:20 
AnswerRe: Displaying a label over other controls Pin
Not Active6-Jul-06 3:30
mentorNot Active6-Jul-06 3:30 
GeneralRe: Displaying a label over other controls Pin
anderde6-Jul-06 3:44
anderde6-Jul-06 3:44 
GeneralRe: Displaying a label over other controls Pin
Not Active6-Jul-06 3:59
mentorNot Active6-Jul-06 3:59 
You can't make the graphics object the top most control because it isn't a control. The graphics object is the representation of the control, or image, or print page, etc. The control is painted on the screen using the graphics object so in your case you would do something like

public void OnPaint(...)
{
base.OnPaint()
Graphics.DrawString(...)
}

Caution: Not actual working code.
GeneralRe: Displaying a label over other controls Pin
anderde6-Jul-06 4:31
anderde6-Jul-06 4:31 
GeneralRe: Displaying a label over other controls Pin
anderde7-Jul-06 6:10
anderde7-Jul-06 6:10 
QuestionEnterprise Library January 2006 Pin
Brendan Vogt6-Jul-06 2:41
Brendan Vogt6-Jul-06 2:41 
AnswerRe: Enterprise Library January 2006 Pin
Not Active6-Jul-06 2:54
mentorNot Active6-Jul-06 2:54 
GeneralRe: Enterprise Library January 2006 Pin
Brendan Vogt6-Jul-06 3:03
Brendan Vogt6-Jul-06 3:03 
GeneralRe: Enterprise Library January 2006 Pin
Not Active6-Jul-06 3:15
mentorNot Active6-Jul-06 3:15 
QuestionRe: Enterprise Library January 2006 Pin
Brendan Vogt6-Jul-06 3:44
Brendan Vogt6-Jul-06 3:44 
AnswerRe: Enterprise Library January 2006 Pin
Not Active6-Jul-06 4:05
mentorNot Active6-Jul-06 4:05 
GeneralRe: Enterprise Library January 2006 Pin
Brendan Vogt6-Jul-06 4:42
Brendan Vogt6-Jul-06 4:42 
QuestionW MI Pin
Dayal_Sunil6-Jul-06 2:25
Dayal_Sunil6-Jul-06 2:25 
QuestionPrinting a Window Form Pin
Vipin Venugopal6-Jul-06 2:16
Vipin Venugopal6-Jul-06 2:16 
AnswerRe: Printing a Window Form Pin
Not Active6-Jul-06 2:28
mentorNot Active6-Jul-06 2:28 
GeneralRe: Printing a Window Form Pin
Vipin Venugopal6-Jul-06 2:46
Vipin Venugopal6-Jul-06 2:46 
GeneralRe: Printing a Window Form Pin
Not Active6-Jul-06 2:50
mentorNot Active6-Jul-06 2:50 
GeneralRe: Printing a Window Form Pin
Robert Rohde6-Jul-06 4:14
Robert Rohde6-Jul-06 4:14 
GeneralRe: Printing a Window Form Pin
Not Active6-Jul-06 4:29
mentorNot Active6-Jul-06 4:29 
AnswerRe: Printing a Window Form Pin
Nader Elshehabi6-Jul-06 5:33
Nader Elshehabi6-Jul-06 5:33 

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.