Click here to Skip to main content
15,897,891 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Testing if Elevated Process Pin
Mark Salsbery27-Apr-09 6:53
Mark Salsbery27-Apr-09 6:53 
GeneralRe: Testing if Elevated Process Pin
turkmeistr127-Apr-09 9:01
turkmeistr127-Apr-09 9:01 
GeneralRe: Testing if Elevated Process Pin
Mark Salsbery27-Apr-09 9:05
Mark Salsbery27-Apr-09 9:05 
GeneralRe: Testing if Elevated Process Pin
turkmeistr127-Apr-09 10:08
turkmeistr127-Apr-09 10:08 
GeneralRe: Testing if Elevated Process Pin
Mark Salsbery27-Apr-09 11:11
Mark Salsbery27-Apr-09 11:11 
QuestionGetting the Brush to apply to pictureBox instead of Form Pin
Jeffrey Webster26-Apr-09 19:55
Jeffrey Webster26-Apr-09 19:55 
AnswerRe: Getting the Brush to apply to pictureBox instead of Form Pin
Luc Pattyn27-Apr-09 0:58
sitebuilderLuc Pattyn27-Apr-09 0:58 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Jeffrey Webster27-Apr-09 3:13
Jeffrey Webster27-Apr-09 3:13 
Hi,
Thanks Luc. Yes, I'm aware that it is probably not a great idea to keep creating and disposing of the pens/brushes. I found in a previous application I'd written (in unmanaged C++) that it seemed to recreate the pen every time for some reason, even though I wasn't specifically telling it to do so. It kept crashing. Finally I gave up and simply created and deleted everything on each iteration. But I'll work on that again.

Mostly I'm just trying to understand the syntax/object model of managed C++ well enough to actually do some basic examples. My big goal at this point is to control where the drawing is done, which unfortunately you didn't mention in your reply.

The code examples I'm drawing from are from Msft VisualC++.Net by Templeman/Olsen (for anyone who is interested) and they are using the "Graphics" class to invoke the DrawLine method as you can see in the code. But how does this class know where to draw the line? Somehow it's assuming I want it drawn on the Form. What if I want it drawn somewhere else?



Thanks,
Jeff
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Luc Pattyn27-Apr-09 3:43
sitebuilderLuc Pattyn27-Apr-09 3:43 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Jeffrey Webster27-Apr-09 4:26
Jeffrey Webster27-Apr-09 4:26 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Luc Pattyn27-Apr-09 4:34
sitebuilderLuc Pattyn27-Apr-09 4:34 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Jeffrey Webster27-Apr-09 6:20
Jeffrey Webster27-Apr-09 6:20 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Luc Pattyn27-Apr-09 6:23
sitebuilderLuc Pattyn27-Apr-09 6:23 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Jeffrey Webster27-Apr-09 6:34
Jeffrey Webster27-Apr-09 6:34 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Luc Pattyn27-Apr-09 6:52
sitebuilderLuc Pattyn27-Apr-09 6:52 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Jeffrey Webster27-Apr-09 8:01
Jeffrey Webster27-Apr-09 8:01 
QuestionHow to Convert Strings[] to LPWSTR*??? Pin
ANURAG VISHNOI22-Apr-09 21:14
ANURAG VISHNOI22-Apr-09 21:14 
AnswerRe: How to Convert Strings[] to LPWSTR*??? Pin
Mark Salsbery23-Apr-09 6:33
Mark Salsbery23-Apr-09 6:33 
QuestionChecking OS and Vista admin rights Pin
turkmeistr122-Apr-09 3:32
turkmeistr122-Apr-09 3:32 
AnswerRe: Checking OS and Vista admin rights Pin
Mark Salsbery22-Apr-09 8:07
Mark Salsbery22-Apr-09 8:07 
GeneralRe: Checking OS and Vista admin rights Pin
turkmeistr122-Apr-09 8:38
turkmeistr122-Apr-09 8:38 
GeneralRe: Checking OS and Vista admin rights Pin
Mark Salsbery22-Apr-09 12:15
Mark Salsbery22-Apr-09 12:15 
GeneralRe: Checking OS and Vista admin rights Pin
turkmeistr122-Apr-09 12:40
turkmeistr122-Apr-09 12:40 
GeneralRe: Checking OS and Vista admin rights Pin
Mark Salsbery22-Apr-09 13:26
Mark Salsbery22-Apr-09 13:26 
GeneralRe: Checking OS and Vista admin rights Pin
turkmeistr123-Apr-09 7:34
turkmeistr123-Apr-09 7:34 

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.