Click here to Skip to main content
15,922,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do you reverse the action on a Spin control Pin
led mike16-Jan-08 6:07
led mike16-Jan-08 6:07 
GeneralRe: How do you reverse the action on a Spin control Pin
toxcct16-Jan-08 6:21
toxcct16-Jan-08 6:21 
GeneralRe: How do you reverse the action on a Spin control Pin
Mark Salsbery16-Jan-08 7:08
Mark Salsbery16-Jan-08 7:08 
GeneralConverting a dynamic Stl String Array in a BSTR ! Pin
CrocodileBuck16-Jan-08 3:39
CrocodileBuck16-Jan-08 3:39 
GeneralRe: Converting a dynamic Stl String Array in a BSTR ! Pin
led mike16-Jan-08 5:04
led mike16-Jan-08 5:04 
GeneralRe: Converting a dynamic Stl String Array in a BSTR ! Pin
CrocodileBuck16-Jan-08 5:58
CrocodileBuck16-Jan-08 5:58 
AnswerRe: Converting a dynamic Stl String Array in a BSTR ! Pin
Nathan Holt at EMOM16-Jan-08 6:13
Nathan Holt at EMOM16-Jan-08 6:13 
GeneralRe: Converting a dynamic Stl String Array in a BSTR ! Pin
CrocodileBuck17-Jan-08 4:08
CrocodileBuck17-Jan-08 4:08 
GeneralRe: Converting a dynamic Stl String Array in a BSTR ! Pin
Nathan Holt at EMOM17-Jan-08 9:48
Nathan Holt at EMOM17-Jan-08 9:48 
GeneralError LNK1152 Pin
rover_boy16-Jan-08 1:41
rover_boy16-Jan-08 1:41 
GeneralRe: Error LNK1152 Pin
Cedric Moonen16-Jan-08 1:50
Cedric Moonen16-Jan-08 1:50 
Generalthe Invalidate problem Pin
gggwb16-Jan-08 1:16
gggwb16-Jan-08 1:16 
GeneralRe: the Invalidate problem Pin
Don Box16-Jan-08 1:28
Don Box16-Jan-08 1:28 
GeneralRe: the Invalidate problem Pin
gggwb16-Jan-08 1:37
gggwb16-Jan-08 1:37 
GeneralRe: the Invalidate problem Pin
Don Box16-Jan-08 1:57
Don Box16-Jan-08 1:57 
GeneralRe: the Invalidate problem Pin
gggwb16-Jan-08 2:15
gggwb16-Jan-08 2:15 
AnswerRe: the Invalidate problem Pin
Nathan Holt at EMOM16-Jan-08 6:21
Nathan Holt at EMOM16-Jan-08 6:21 
GeneralRe: the Invalidate problem Pin
Mark Salsbery16-Jan-08 7:13
Mark Salsbery16-Jan-08 7:13 
GeneralTouch screen Pin
Kiran Pinjala16-Jan-08 0:53
Kiran Pinjala16-Jan-08 0:53 
GeneralRe: Touch screen Pin
Iain Clarke, Warrior Programmer16-Jan-08 1:48
Iain Clarke, Warrior Programmer16-Jan-08 1:48 
GeneralRe: Touch screen Pin
Joan M16-Jan-08 2:16
professionalJoan M16-Jan-08 2:16 
GeneralActiveX Control Pin
sv1416-Jan-08 0:41
sv1416-Jan-08 0:41 
GeneralRe: ActiveX Control Pin
CPallini16-Jan-08 9:50
mveCPallini16-Jan-08 9:50 
GeneralRe: ActiveX Control Pin
sv1416-Jan-08 17:30
sv1416-Jan-08 17:30 
Thank you very much for your reply.
But, I also need to modify the previous interfaces.It is basically an MFC Activex control(developed as a reusable component)

Ex: Consider that the control exposes two interfaces,
IExample1 - CSample1
IExample2 - CExample2

Now, There are new requirements that needs to be implemented. Basically, new functionality should be added to CSample1 and CSample2.

If I go for a new interface. The methods of this new interface should use the classes CExample1 and CExample2.

If I change the version and if this OCX is copied to the client machine, what will happen to the previous OCX and if I try to insert the OCX in a new application will there be a distinction between the new version and the old one.

I hope I'm not asking too many questions Smile | :) I would really appreciate any help.

Thanks
GeneralRe: ActiveX Control Pin
CPallini16-Jan-08 21:38
mveCPallini16-Jan-08 21:38 

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.