Click here to Skip to main content
15,893,190 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to popup a dialog in a combobox like control? Pin
G.Richard9-Jan-02 16:20
G.Richard9-Jan-02 16:20 
AnswerRe: how to popup a dialog in a combobox like control? Pin
Nish Nishant9-Jan-02 18:08
sitebuilderNish Nishant9-Jan-02 18:08 
GeneralRe: how to popup a dialog in a combobox like control? Pin
G.Richard10-Jan-02 3:55
G.Richard10-Jan-02 3:55 
AnswerRe: how to popup a dialog in a combobox like control? Pin
Michael P Butler10-Jan-02 4:15
Michael P Butler10-Jan-02 4:15 
GeneralRe: how to popup a dialog in a combobox like control? Pin
G.Richard10-Jan-02 16:58
G.Richard10-Jan-02 16:58 
QuestionPhysical menu size ??? Pin
Christian Graus9-Jan-02 16:11
protectorChristian Graus9-Jan-02 16:11 
AnswerRe: Physical menu size ??? Pin
Derek Waters9-Jan-02 19:51
Derek Waters9-Jan-02 19:51 
GeneralLoading ActiveX from another ActiveX Pin
mad05039-Jan-02 16:00
mad05039-Jan-02 16:00 
Hi ,

Is it possible to load other ActiveX controls from one ActiveX Control at
run time.

The ActiveX control I have to develop..whose responsibility is to load
the other activeX controls and PASS parameters they require at run time
The parameters I have to pass and the class ID of the control I will be
getting
from the html page in which my activeX control is present.

For Example:
<html>
<head>
</head>

<object classid="CLSID of My ActiveX control" width="300" height="250">
<param name "TotalControlsToLoad" value ="N">
<param name "Control ID" value ="ToLoad1">
<param name="Control ID" value= "ToLoad2">
.......................
.......................
<param name="Control ID" value= "ToLoad N">
</object>

<object classid="CLSID of Some Active X control One" ID="ToLoad1">
</object>

<object classid="CLSID of Some Active X control two" ID ="ToLoad2">
</object>

</body>
</html>

1. Is it possible to for my ActiveX control to get the information of other
activeX controls in the HTML page.

2. Is it possible to load the other active X controls using my control.

3. How do I communicate with other ActiveX controls...
i.e I know control communicates with container...But how do two controls
which are
contained in the same container communicate with each other.

Please send your Inputs/Suggestions /Improvements.

Thanks in Advance,
Raju

QuestionDisable CButton while function executes? Pin
9-Jan-02 10:40
suss9-Jan-02 10:40 
AnswerRe: Disable CButton while function executes? Pin
Alvaro Mendez9-Jan-02 12:24
Alvaro Mendez9-Jan-02 12:24 
AnswerRe: Disable CButton while function executes? Pin
Eugene Pustovoyt9-Jan-02 19:59
Eugene Pustovoyt9-Jan-02 19:59 
AnswerRe: Disable CButton while function executes? Pin
Nish Nishant9-Jan-02 22:08
sitebuilderNish Nishant9-Jan-02 22:08 
GeneralRe: Disable CButton while function executes? Pin
10-Jan-02 4:40
suss10-Jan-02 4:40 
GeneralRe: Disable CButton while function executes? Pin
James R. Twine10-Jan-02 7:26
James R. Twine10-Jan-02 7:26 
GeneralRe: Handle MM_MCINOTIFY notify message Pin
11-Jan-02 7:30
suss11-Jan-02 7:30 
GeneralRe: Handle MM_MCINOTIFY notify message Pin
James R. Twine11-Jan-02 19:00
James R. Twine11-Jan-02 19:00 
GeneralFinding and the keep go'n! Pin
Rickard Andersson209-Jan-02 10:38
Rickard Andersson209-Jan-02 10:38 
GeneralRe: Finding and the keep go'n! Pin
Christian Graus9-Jan-02 10:50
protectorChristian Graus9-Jan-02 10:50 
GeneralRe: Finding and the keep go'n! Pin
Alvaro Mendez9-Jan-02 12:42
Alvaro Mendez9-Jan-02 12:42 
GeneralRe: Finding and the keep go'n! Pin
Christian Graus9-Jan-02 13:21
protectorChristian Graus9-Jan-02 13:21 
GeneralRe: Finding and the keep go'n! Pin
Alvaro Mendez9-Jan-02 16:11
Alvaro Mendez9-Jan-02 16:11 
GeneralRe: Finding and the keep go'n! Pin
Christian Graus9-Jan-02 16:52
protectorChristian Graus9-Jan-02 16:52 
GeneralRe: Finding and the keep go'n! Pin
Alvaro Mendez9-Jan-02 17:22
Alvaro Mendez9-Jan-02 17:22 
GeneralC++ Win32 API: Pictures on buttons... Pin
ParaSwarm9-Jan-02 10:33
ParaSwarm9-Jan-02 10:33 
GeneralRe: C++ Win32 API: Pictures on buttons... Pin
Christian Graus9-Jan-02 10:36
protectorChristian Graus9-Jan-02 10:36 

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.