News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Finding GUID

Started by oex, January 06, 2011, 04:03:43 AM

Previous topic - Next topic

oex

How does one find a GUID.... It is most frustrating using COM as the information you must know is not on topic on MSDN (at least not that I can see it)....

ie IID_IWebBrowser2.... Do I really have to look all these up on google or are they listed somewhere on msdn I dont know about....

PS. I dont want just an on subject link but a generic place on the topic pages to click or full list

VisualBullsh*t was soo much easier when it came to COM :lol

Maybe I am not understanding it right?
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

oex

OK looks like I answered my own post.... Information is in the registry :lol
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

baltoro

oex,   
You MUST look at this webpage,...you will be amazed.
It's Japheth's COM View.
He's also got a: Page on COM and Assembly
Baltoro

oex

Aha nice 1 ty Baltoro.... I used COM a lot in my VB days, I wrote a HTML editor for one of my toy projects once :lol, but in VB it is seamless.... This is just what I needed :U
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

baltoro

If you explore Japheth's site, you'll find that you can download the source code for COMView (at least you used to be able to do so),...
He actually wrote it in ASSMEBLY LANGUAGE. It's very impressive.   
Baltoro

japheth

Quote from: baltoro on January 08, 2011, 07:37:00 PM
If you explore Japheth's site, you'll find that you can download the source code for COMView (at least you used to be able to do so),...

I guess it has been removed at some point.

Quote
He actually wrote it in ASSMEBLY LANGUAGE. It's very impressive.   

I wouldn't do that again - C is better for such tasks.