Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] ActiveX Control

See
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet81.html

for browsing typelibinfo.

Also you can get the string ID from OleView and use
OleAutomation.getIDsOfNames

See the article on Ole/ActiveX:
http://www.eclipse.org/articles/Article-ActiveX%20Support%20in%20SWT/ActiveX%20Support%20in%20SWT.html



                                                                                                                                                     
                      "Stef van Dijk"                                                                                                                
                      <Stef_van_Dijk@xxxxxxx>         To:      platform-swt-dev@xxxxxxxxxxx                                                          
                      Sent by:                        cc:                                                                                            
                      platform-swt-dev-admin@         Subject: Re: [platform-swt-dev] ActiveX Control                                                
                      eclipse.org                                                                                                                    
                                                                                                                                                     
                                                                                                                                                     
                      30/10/2002 10:39 AM                                                                                                            
                      Please respond to                                                                                                              
                      platform-swt-dev                                                                                                               
                                                                                                                                                     
                                                                                                                                                     




Out of curiosity, is there a way to get a list of the property names for a
given control?
I didn't see anything in OLEView that provided that information, but maybe
I missed it.

   Stef




|---------+---------------------------------->
|         |           "Veronika Irvine"      |
|         |           <Veronika_Irvine@xxxxxx|
|         |           m>                     |
|         |           Sent by:               |
|         |           platform-swt-dev-admin@|
|         |           eclipse.org            |
|         |                                  |
|         |                                  |
|         |           10/30/2002 08:56 AM    |
|         |           Please respond to      |
|         |           platform-swt-dev       |
|         |                                  |
|---------+---------------------------------->
  >
-------------------------------------------------------------------------------------------------------------------------------|

  |
|
  |        To:      platform-swt-dev@xxxxxxxxxxx
|
  |        cc:
|
  |        Subject: Re: [platform-swt-dev] ActiveX Control
|
  >
-------------------------------------------------------------------------------------------------------------------------------|





JML is correct, the OleControlSite hosts the ActiveX control.
You can use OLEView available from Microsoft to get the program id and to
view the type library info.



_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev






Back to the top