Click here to Skip to main content
15,916,835 members
Home / Discussions / C#
   

C#

 
QuestionAssembly Path Pin
Christiaan Laubscher1-Dec-08 1:32
Christiaan Laubscher1-Dec-08 1:32 
AnswerRe: Assembly Path Pin
leppie1-Dec-08 1:36
leppie1-Dec-08 1:36 
GeneralRe: Assembly Path Pin
Christiaan Laubscher1-Dec-08 2:43
Christiaan Laubscher1-Dec-08 2:43 
GeneralRe: Assembly Path Pin
Luc Pattyn1-Dec-08 3:14
sitebuilderLuc Pattyn1-Dec-08 3:14 
GeneralMessage Removed Pin
1-Dec-08 3:54
Christiaan Laubscher1-Dec-08 3:54 
GeneralRe: Assembly Path Pin
Luc Pattyn1-Dec-08 4:22
sitebuilderLuc Pattyn1-Dec-08 4:22 
AnswerRe: Assembly Path Pin
nelsonpaixao1-Dec-08 12:54
nelsonpaixao1-Dec-08 12:54 
GeneralMessage Removed Pin
1-Dec-08 19:44
Christiaan Laubscher1-Dec-08 19:44 
GeneralRe: Assembly Path Pin
leppie1-Dec-08 19:53
leppie1-Dec-08 19:53 
QuestionUse of Doublequotes in a string... but it doesnt work? Pin
Matjaz-xyz1-Dec-08 1:12
Matjaz-xyz1-Dec-08 1:12 
AnswerRe: Use of Doublequotes in a string... but it doesnt work? Pin
bcozican1-Dec-08 1:18
bcozican1-Dec-08 1:18 
GeneralRe: Use of Doublequotes in a string... but it doesnt work? Pin
Matjaz-xyz1-Dec-08 1:28
Matjaz-xyz1-Dec-08 1:28 
GeneralRe: Use of Doublequotes in a string... but it doesnt work? Pin
bcozican1-Dec-08 1:37
bcozican1-Dec-08 1:37 
GeneralRe: Use of Doublequotes in a string... but it doesnt work? Pin
Matjaz-xyz1-Dec-08 1:45
Matjaz-xyz1-Dec-08 1:45 
QuestionProblem in GDI+ Pin
vinay_K1-Dec-08 1:02
vinay_K1-Dec-08 1:02 
AnswerRe: Problem in GDI+ Pin
Simon P Stevens1-Dec-08 1:05
Simon P Stevens1-Dec-08 1:05 
you need to get a Graphics object.

You can either respond to the paint event on the form and use e.Graphics, or you can create your own graphics object by calling CreateGrapics() on the control you want to draw onto.

Simon

GeneralRe: Problem in GDI+ Pin
vinay_K1-Dec-08 1:07
vinay_K1-Dec-08 1:07 
GeneralRe: Problem in GDI+ Pin
leppie1-Dec-08 1:20
leppie1-Dec-08 1:20 
GeneralRe: Problem in GDI+ Pin
vinay_K1-Dec-08 1:29
vinay_K1-Dec-08 1:29 
GeneralRe: Problem in GDI+ Pin
leppie1-Dec-08 1:34
leppie1-Dec-08 1:34 
GeneralRe: Problem in GDI+ Pin
vinay_K1-Dec-08 2:14
vinay_K1-Dec-08 2:14 
GeneralRe: Problem in GDI+ Pin
leppie1-Dec-08 2:24
leppie1-Dec-08 2:24 
GeneralRe: Problem in GDI+ Pin
vinay_K1-Dec-08 3:21
vinay_K1-Dec-08 3:21 
GeneralRe: Problem in GDI+ Pin
leppie1-Dec-08 3:26
leppie1-Dec-08 3:26 
GeneralRe: Problem in GDI+ Pin
vinay_K1-Dec-08 3:33
vinay_K1-Dec-08 3: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.