Click here to Skip to main content
15,885,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Urgent:How do i enumerate all controls present in a window? Pin
Abyss12-Apr-06 20:35
Abyss12-Apr-06 20:35 
GeneralRe: Urgent:How do i enumerate all controls present in a window? Pin
giftsana12-Apr-06 20:49
giftsana12-Apr-06 20:49 
AnswerRe: Urgent:How do i enumerate all controls present in a window? Pin
FarPointer12-Apr-06 22:15
FarPointer12-Apr-06 22:15 
GeneralRe: Urgent:How do i enumerate all controls present in a window? Pin
giftsana12-Apr-06 22:19
giftsana12-Apr-06 22:19 
QuestionOLE link issue Pin
Abyss12-Apr-06 19:55
Abyss12-Apr-06 19:55 
QuestionIn need of some good help books on how to use InstallShield for VC++6 Pin
CodeVarma12-Apr-06 19:54
CodeVarma12-Apr-06 19:54 
AnswerRe: In need of some good help books on how to use InstallShield for VC++6 Pin
DanYELL13-Apr-06 4:42
DanYELL13-Apr-06 4:42 
QuestionActiveX Help Pin
Identity Undisclosed12-Apr-06 19:49
Identity Undisclosed12-Apr-06 19:49 
I have added a new interface in a library to provide new functionality.
The syntax is
library
{
... previous code...
[uuid(..), hidden]
dispinterface mynewinterface
properties:
method:
[id(1)] void MyNewMethod(void);
}

coclass
{
dispinterface mynewinterface
}

};

I use this method and it works fine. But now I want to a make a check whether the funcionality exists or not and that is possible i guess by checking whether the interface i.e. mynewinterface exists or not. How can I do it?

Any help.
I am using VS. NET

Best Regards





"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg."
- Bjarne Stroustrup

QuestionOnInitialUpdate() Pin
RockyJames12-Apr-06 19:39
RockyJames12-Apr-06 19:39 
QuestionAccessing the Controls from one From to Another Form Pin
kiran janaswamy12-Apr-06 19:35
kiran janaswamy12-Apr-06 19:35 
AnswerRe: Accessing the Controls from one From to Another Form Pin
Hamid_RT12-Apr-06 21:20
Hamid_RT12-Apr-06 21:20 
GeneralRe: Accessing the Controls from one From to Another Form Pin
Aqueel12-Apr-06 21:40
Aqueel12-Apr-06 21:40 
GeneralRe: Accessing the Controls from one From to Another Form Pin
Hamid_RT12-Apr-06 22:05
Hamid_RT12-Apr-06 22:05 
GeneralRe: Accessing the Controls from one From to Another Form Pin
kiran janaswamy13-Apr-06 0:50
kiran janaswamy13-Apr-06 0:50 
GeneralRe: Accessing the Controls from one From to Another Form Pin
kiran janaswamy13-Apr-06 1:17
kiran janaswamy13-Apr-06 1:17 
AnswerRe: Accessing the Controls from one From to Another Form Pin
Hamid_RT12-Apr-06 22:18
Hamid_RT12-Apr-06 22:18 
AnswerRe: Accessing the Controls from one From to Another Form Pin
David Crow18-Apr-06 3:29
David Crow18-Apr-06 3:29 
QuestionDifferent row colors in listctrl Pin
Nishad S12-Apr-06 19:04
Nishad S12-Apr-06 19:04 
AnswerRe: Different row colors in listctrl Pin
Stephen Hewitt12-Apr-06 19:20
Stephen Hewitt12-Apr-06 19:20 
GeneralRe: Different row colors in listctrl Pin
Nishad S12-Apr-06 19:26
Nishad S12-Apr-06 19:26 
AnswerRe: Different row colors in listctrl Pin
Hamid_RT12-Apr-06 21:34
Hamid_RT12-Apr-06 21:34 
GeneralRe: Different row colors in listctrl Pin
Nishad S12-Apr-06 23:45
Nishad S12-Apr-06 23:45 
QuestionHow To make a Grid control transparent ?? Pin
junkMind12-Apr-06 19:00
junkMind12-Apr-06 19:00 
AnswerRe: How To make a Grid control transparent ?? Pin
Christian Graus12-Apr-06 19:39
protectorChristian Graus12-Apr-06 19:39 
GeneralRe: How To make a Grid control transparent ?? Pin
junkMind12-Apr-06 20:22
junkMind12-Apr-06 20:22 

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.