|
-
April 22nd, 1999, 01:30 AM
#1
OCX in .RC file
I have to generate dialog template in the .RC file. For each dialog in this file exists section 'Dialog info'. In this section are included definitions of all OCX controls from the dialog. How can I generate such a control definition. Which of the OCX control inforfaces are used by VC++ to generate this info?
-
April 26th, 1999, 11:23 AM
#2
Re: OCX in .RC file
If I understood your problem well, I am thinking that the LoadLibrary, FindResource, LoadResource APIs can be usefull. After, you load a resource file you can do what you need,
Sincerely, Mihai
-
April 27th, 1999, 12:03 AM
#3
Re: OCX in .RC file
Thanks for response but I need something else. Imagine that you have instance of the ActiveX control and from this instance you have to generate definition of this control in the .RC file (just like VC++ do it). I need to generate definition just like in Dialog info section in .RC file.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|