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

Managed C++/CLI

 
AnswerRe: COM event sink Pin
led mike6-Nov-07 4:15
led mike6-Nov-07 4:15 
GeneralRe: COM event sink Pin
eero_p7-Nov-07 3:56
eero_p7-Nov-07 3:56 
GeneralRe: COM event sink Pin
led mike7-Nov-07 4:34
led mike7-Nov-07 4:34 
GeneralRe: COM event sink Pin
eero_p7-Nov-07 20:55
eero_p7-Nov-07 20:55 
QuestionMixed types problem Pin
minihotto5-Nov-07 22:49
minihotto5-Nov-07 22:49 
AnswerRe: Mixed types problem Pin
led mike6-Nov-07 4:13
led mike6-Nov-07 4:13 
GeneralRe: Mixed types problem Pin
minihotto7-Nov-07 2:41
minihotto7-Nov-07 2:41 
QuestionConversion From Int to Hwnd Pin
narayanagvs5-Nov-07 18:44
narayanagvs5-Nov-07 18:44 
Hi,

I have to get handle for a process.I am doing as below.


Process^ pc = Process::Start("AcroRd32.exe", strCmdArgs);		
	IntPtr ProcHandle  = pc->Handle;
	HWND hwndProc = (HWND)ProcHandle.GetHashCode();
	HMENU hMenu = ::GetMenu((HWND)&hwndProc);


// When I debug Iam getting Undefined Value in hMenu.

Is my code correct? Any suggestions would be helpful.

Thanks




Today is a gift, that's why it is called the present.

AnswerRe: Conversion From Int to Hwnd Pin
led mike6-Nov-07 4:18
led mike6-Nov-07 4:18 
QuestionWarning C4945 Pin
Xpnctoc5-Nov-07 5:09
Xpnctoc5-Nov-07 5:09 
AnswerRe: Warning C4945 Pin
Mark Salsbery5-Nov-07 6:13
Mark Salsbery5-Nov-07 6:13 
GeneralRe: Warning C4945 Pin
Xpnctoc5-Nov-07 7:32
Xpnctoc5-Nov-07 7:32 
GeneralRe: Warning C4945 Pin
Mark Salsbery5-Nov-07 8:44
Mark Salsbery5-Nov-07 8:44 
GeneralRe: Warning C4945 Pin
savibosch4-Feb-10 22:31
savibosch4-Feb-10 22:31 
QuestionHow to track Mouse Movement in a Property Page Dialog Pin
Larry Mills Sr4-Nov-07 9:29
Larry Mills Sr4-Nov-07 9:29 
Answereditbox --> MFC --> wrong forum Pin
Luc Pattyn4-Nov-07 9:44
sitebuilderLuc Pattyn4-Nov-07 9:44 
QuestionFunction return string pointer Pin
karthickbabu_india2-Nov-07 18:06
karthickbabu_india2-Nov-07 18:06 
AnswerRe: Function return string pointer Pin
Mark Salsbery2-Nov-07 18:18
Mark Salsbery2-Nov-07 18:18 
AnswerRe: Function return string pointer Pin
Christian Graus2-Nov-07 19:19
protectorChristian Graus2-Nov-07 19:19 
QuestionLooking for a VS 2008 tutor (by phone) - C++, C# and VB Pin
EdBerde2-Nov-07 8:17
EdBerde2-Nov-07 8:17 
GeneralRe: Looking for a VS 2008 tutor (by phone) - C++, C# and VB Pin
Paul Conrad7-Mar-08 17:30
professionalPaul Conrad7-Mar-08 17:30 
QuestionSerial COM-Port project Pin
strizi2-Nov-07 1:22
strizi2-Nov-07 1:22 
AnswerRe: Serial COM-Port project Pin
led mike2-Nov-07 4:51
led mike2-Nov-07 4:51 
AnswerRe: HOW TO get length of BYTE variable in C++ Pin
led mike2-Nov-07 4:48
led mike2-Nov-07 4:48 
QuestionJPEG to Grayscale conversion [modified] Pin
Rajish Sajayan1-Nov-07 21:35
Rajish Sajayan1-Nov-07 21:35 

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.