Click here to Skip to main content
15,899,314 members
Home / Discussions / COM
   

COM

 
QuestionRe: Query regarding Registeration and Unregisteration of COM dll. Pin
CPallini13-May-08 21:07
mveCPallini13-May-08 21:07 
AnswerRe: Query regarding Registeration and Unregisteration of COM dll. Pin
sandeepkavade14-May-08 23:43
sandeepkavade14-May-08 23:43 
QuestionRe: Query regarding Registeration and Unregisteration of COM dll. Pin
CPallini15-May-08 0:08
mveCPallini15-May-08 0:08 
AnswerRe: Query regarding Registeration and Unregisteration of COM dll. Pin
sandeepkavade15-May-08 1:35
sandeepkavade15-May-08 1:35 
GeneralRe: Query regarding Registeration and Unregisteration of COM dll. Pin
CPallini15-May-08 2:13
mveCPallini15-May-08 2:13 
QuestionWhy ISoftUSBEndpoint::DrainOUTQueue take memory increase Pin
XuanThinh TRAN12-May-08 21:13
XuanThinh TRAN12-May-08 21:13 
QuestionHow to get the html text box contain into my custom browser Pin
Member 462021612-May-08 0:10
Member 462021612-May-08 0:10 
AnswerRe: How to get the html text box contain into my custom browser Pin
Yajnesh Narayan Behera15-May-08 22:14
Yajnesh Narayan Behera15-May-08 22:14 
Now a days I am experementing with this. As per my investigation you have to get the document of your browser, you can achieve this through the IDispatch interface. As soon as you get this ask for HTMLDocument2 interface, then enumerate the TML elements through IHTMLElementCollection interface. Now count the number of elements by get_length method of IHTMLElementCollection . Here you go get IDispatch again through IHTMLElementCollection, remeber you are now in a loop enumerating each element so you need IHTMLElement interface which will be avaialble when you query through the dispatch pointer.

Now get tag name through get_tagName of IHTMLElement, you are near about your goal. get the text & button element IHTMLInputTextElement & IHTMLInputButtonElement interface. Finally get the html text using get_name.

Have a nice day.
QuestionCOM programming Pin
hari_honey11-May-08 19:12
hari_honey11-May-08 19:12 
AnswerRe: COM programming Pin
User 21559712-May-08 0:21
User 21559712-May-08 0:21 
AnswerRe: COM programming Pin
ShilpiP12-May-08 1:14
ShilpiP12-May-08 1:14 
AnswerRe: COM programming Pin
bulg21-May-08 10:14
bulg21-May-08 10:14 
QuestionIssue in Event Handling of COM Event in Java Script Pin
garammasala9-May-08 1:57
garammasala9-May-08 1:57 
Questionvalue of pbCancel parameter of OnWorkbookBeforeClose Pin
HarishKumarS8-May-08 2:11
HarishKumarS8-May-08 2:11 
AnswerRe: value of pbCancel parameter of OnWorkbookBeforeClose Pin
User 2155979-May-08 0:03
User 2155979-May-08 0:03 
QuestionIs vector list contain NULL CComPtr? Pin
Sakthivel P8-May-08 1:33
Sakthivel P8-May-08 1:33 
QuestionError in opening Database using ADO in COM dll Pin
MKUser8-May-08 1:33
MKUser8-May-08 1:33 
AnswerRe: Error in opening Database using ADO in COM dll Pin
MKUser11-May-08 21:00
MKUser11-May-08 21:00 
GeneralRe: Error in opening Database using ADO in COM dll Pin
MKUser13-May-08 1:37
MKUser13-May-08 1:37 
QuestionHow to read data from a serial port in COM Pin
hari_honey8-May-08 1:23
hari_honey8-May-08 1:23 
QuestionRe: How to read data from a serial port in COM Pin
CPallini8-May-08 2:12
mveCPallini8-May-08 2:12 
AnswerRe: How to read data from a serial port in COM Pin
hari_honey8-May-08 2:15
hari_honey8-May-08 2:15 
QuestionRe: How to read data from a serial port in COM Pin
CPallini8-May-08 2:22
mveCPallini8-May-08 2:22 
AnswerRe: How to read data from a serial port in COM Pin
hari_honey8-May-08 2:35
hari_honey8-May-08 2:35 
QuestionRe: How to read data from a serial port in COM Pin
CPallini8-May-08 2:52
mveCPallini8-May-08 2:52 

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.