Click here to Skip to main content
15,889,266 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: incrementing via timer and loading value to text box Pin
ThatsAlok26-Apr-09 18:29
ThatsAlok26-Apr-09 18:29 
GeneralRe: incrementing via timer and loading value to text box Pin
Jeffrey Webster26-Apr-09 18:49
Jeffrey Webster26-Apr-09 18:49 
GeneralRe: incrementing via timer and loading value to text box Pin
ThatsAlok26-Apr-09 21:12
ThatsAlok26-Apr-09 21:12 
GeneralRe: Managed v. Unmanaged forum Pin
Jeffrey Webster27-Apr-09 3:28
Jeffrey Webster27-Apr-09 3:28 
GeneralRe: incrementing via timer and loading value to text box Pin
Stuart Dootson27-Apr-09 0:04
professionalStuart Dootson27-Apr-09 0:04 
GeneralRe: incrementing via timer and loading value to text box Pin
Jeffrey Webster27-Apr-09 3:22
Jeffrey Webster27-Apr-09 3:22 
Question[Message Deleted] Pin
Amy whinehouse26-Apr-09 15:43
Amy whinehouse26-Apr-09 15:43 
GeneralRe: help fix my program Pin
_AnsHUMAN_ 26-Apr-09 18:20
_AnsHUMAN_ 26-Apr-09 18:20 
GeneralWelcome in the CP's Memorable Quotes list. Pin
CPallini26-Apr-09 21:40
mveCPallini26-Apr-09 21:40 
GeneralRe: Welcome in the CP's Memorable Quotes list. Pin
_AnsHUMAN_ 26-Apr-09 21:56
_AnsHUMAN_ 26-Apr-09 21:56 
AnswerRe: help fix my program Pin
CPallini26-Apr-09 21:25
mveCPallini26-Apr-09 21:25 
QuestionRe: help fix my program Pin
David Crow27-Apr-09 3:46
David Crow27-Apr-09 3:46 
QuestionReport tool Pin
rastaVnuce26-Apr-09 12:32
rastaVnuce26-Apr-09 12:32 
Questionhow to convert byte array of .jpg and .jp2 images to Bitmap byte array in VC++? Pin
kapardhi26-Apr-09 4:09
kapardhi26-Apr-09 4:09 
AnswerRe: how to convert byte array of .jpg and .jp2 images to Bitmap byte array in VC++? Pin
CPallini26-Apr-09 4:47
mveCPallini26-Apr-09 4:47 
GeneralRe: how to convert byte array of .jpg and .jp2 images to Bitmap byte array in VC++? Pin
Hamid_RT26-Apr-09 6:34
Hamid_RT26-Apr-09 6:34 
GeneralRe: how to convert byte array of .jpg and .jp2 images to Bitmap byte array in VC++? Pin
CPallini26-Apr-09 6:56
mveCPallini26-Apr-09 6:56 
GeneralRe: how to convert byte array of .jpg and .jp2 images to Bitmap byte array in VC++? Pin
kapardhi26-Apr-09 18:49
kapardhi26-Apr-09 18:49 
AnswerRe: how to convert byte array of .jpg and .jp2 images to Bitmap byte array in VC++? Pin
Hamid_RT26-Apr-09 6:33
Hamid_RT26-Apr-09 6:33 
QuestionControl not coming to the new method after .odl modification? [modified] Pin
SIJUTHOMASP26-Apr-09 3:02
professionalSIJUTHOMASP26-Apr-09 3:02 
AnswerRe: Control not coming to the new method after .odl modification? Pin
SIJUTHOMASP26-Apr-09 9:31
professionalSIJUTHOMASP26-Apr-09 9:31 
I have resolved the issue finally with the following changes to the code given..

What I found was the DISP_FUNCTION usage couldn't exactly trace the id of the method..Instead when I used DISP_FUNCTION_ID, it started working..I have noticed that the DISP_FUNCTION_ID call having a parameter option to pass dispid of the method as well..Not sure why the DISP_FUNCTION couldn't work but anyhow my issue got resolved with DISP_FUNCTION_ID..

Similarly in the .h file I have changed 30L to just 30. Rest all are same..
//changed part of the code in testpgm.cpp <br />
 <br />
DISP_FUNCTION_ID(testcontrl, "newmethod",dispidnewmethod, newmethod, VT_BOOL, VTS_BSTR VTS_BSTR VTS_BSTR VTS_BSTR VTS_BSTR)<br />
 <br />
//changed part in testpgm.h :<br />
public:<br />
enum{ <br />
dispidnewmethod = 30, ..


Thanks,

SoftwareDeveloper(.NET)

Questionextern variable Pin
durban225-Apr-09 21:25
durban225-Apr-09 21:25 
AnswerRe: extern variable Pin
Stuart Dootson25-Apr-09 21:47
professionalStuart Dootson25-Apr-09 21:47 
AnswerRe: extern variable Pin
ThatsAlok26-Apr-09 18:31
ThatsAlok26-Apr-09 18:31 
Questionconstructor and OnInitDialog() Pin
durban225-Apr-09 21:21
durban225-Apr-09 21:21 

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.