Click here to Skip to main content
15,891,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to set visible area of a Popup Menu? Pin
Stuart Dootson11-Feb-09 23:01
professionalStuart Dootson11-Feb-09 23:01 
QuestionBlinking cursor on the view. Pin
VC++Maniac11-Feb-09 20:21
VC++Maniac11-Feb-09 20:21 
AnswerRe: Blinking cursor on the view. Pin
«_Superman_»11-Feb-09 20:33
professional«_Superman_»11-Feb-09 20:33 
QuestionCOM : ATL DLL? Pin
sam_psycho11-Feb-09 20:02
sam_psycho11-Feb-09 20:02 
AnswerRe: COM : ATL DLL? Pin
Stuart Dootson11-Feb-09 21:34
professionalStuart Dootson11-Feb-09 21:34 
GeneralRe: COM : ATL DLL? Pin
sam_psycho11-Feb-09 21:53
sam_psycho11-Feb-09 21:53 
GeneralRe: COM : ATL DLL? Pin
Stuart Dootson11-Feb-09 21:57
professionalStuart Dootson11-Feb-09 21:57 
GeneralRe: COM : ATL DLL? Pin
sam_psycho11-Feb-09 22:07
sam_psycho11-Feb-09 22:07 
Done!!!
I made slide changes 'cos of application was crashing due to invalid arguments.
VARIANTARG args[2];
V_VT(&args[0]) = VT_I4;
V_I4(&args[0]) = 12;
V_VT(&args[1]) = VT_I4;
V_I4(&args[1]) = 45;
param.cArgs = 2;
param.rgvarg = args;
param.cNamedArgs=0;
        param.rgdispidNamedArgs=0;


thanx for replying.
AnswerRe: COM : ATL DLL? Pin
frx9616-Feb-09 14:11
frx9616-Feb-09 14:11 
QuestionDeleting data from XML Pin
brucewayn11-Feb-09 19:54
brucewayn11-Feb-09 19:54 
AnswerRe: Deleting data from XML Pin
sam_psycho11-Feb-09 20:04
sam_psycho11-Feb-09 20:04 
AnswerRe: Deleting data from XML Pin
Cedric Moonen11-Feb-09 20:15
Cedric Moonen11-Feb-09 20:15 
AnswerRe: Deleting data from XML Pin
sam_psycho11-Feb-09 20:23
sam_psycho11-Feb-09 20:23 
GeneralRe: Deleting data from XML Pin
Cedric Moonen11-Feb-09 20:50
Cedric Moonen11-Feb-09 20:50 
GeneralRe: Deleting data from XML Pin
CPallini11-Feb-09 22:16
mveCPallini11-Feb-09 22:16 
GeneralRe: Deleting data from XML Pin
Cedric Moonen11-Feb-09 22:28
Cedric Moonen11-Feb-09 22:28 
QuestionFindWindow() Pin
AnithaSubramani11-Feb-09 19:48
AnithaSubramani11-Feb-09 19:48 
AnswerRe: FindWindow() Pin
Perspx11-Feb-09 20:06
Perspx11-Feb-09 20:06 
AnswerRe: FindWindow() Pin
«_Superman_»11-Feb-09 20:28
professional«_Superman_»11-Feb-09 20:28 
AnswerRe: FindWindow() Pin
Stuart Dootson11-Feb-09 21:36
professionalStuart Dootson11-Feb-09 21:36 
Questionconverting TCHAR to CString giving some garbage value Pin
VCProgrammer11-Feb-09 19:47
VCProgrammer11-Feb-09 19:47 
AnswerRe: converting TCHAR to CString giving some garbage value Pin
Cedric Moonen11-Feb-09 20:19
Cedric Moonen11-Feb-09 20:19 
GeneralRe: converting TCHAR to CString giving some garbage value Pin
VCProgrammer11-Feb-09 20:51
VCProgrammer11-Feb-09 20:51 
GeneralRe: converting TCHAR to CString giving some garbage value Pin
Cedric Moonen11-Feb-09 20:56
Cedric Moonen11-Feb-09 20:56 
AnswerRe: converting TCHAR to CString giving some garbage value Pin
«_Superman_»11-Feb-09 20:26
professional«_Superman_»11-Feb-09 20:26 

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.