Click here to Skip to main content
16,005,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhen a WebBrowser2 control navigate a Web Page,how to drop selected range's html source to a EditBox control? Pin
ChengMing Liu6-Nov-02 1:57
ChengMing Liu6-Nov-02 1:57 
AnswerRe: When a WebBrowser2 control navigate a Web Page,how to drop selected range's html source to a EditBox control? Pin
Stephane Rodriguez.6-Nov-02 2:01
Stephane Rodriguez.6-Nov-02 2:01 
GeneralRe: When a WebBrowser2 control navigate a Web Page,how to drop selected range's html source to a EditBox control? Pin
ChengMing Liu6-Nov-02 14:13
ChengMing Liu6-Nov-02 14:13 
Questionshowing more than one line of text inside the listcontrols cells? Pin
Joan M6-Nov-02 1:08
professionalJoan M6-Nov-02 1:08 
AnswerRe: showing more than one line of text inside the listcontrols cells? Pin
Paul M Watt6-Nov-02 5:07
mentorPaul M Watt6-Nov-02 5:07 
GeneralOLBs & TLBs Pin
AJ1236-Nov-02 1:05
AJ1236-Nov-02 1:05 
GeneralRe: OLBs & TLBs Pin
Christian Graus6-Nov-02 1:05
protectorChristian Graus6-Nov-02 1:05 
GeneralRe: OLBs & TLBs Pin
Stephane Rodriguez.6-Nov-02 1:40
Stephane Rodriguez.6-Nov-02 1:40 
the .OLB extension name has been used in the past by MS along with Office, referring to their office object model. OLB stands for Object library, a way to refer to an automation-enabled object model.

the .TLB refers to a type-library, which is also an object library. But a .tlb is not necessarily automation-enabled.

Both are type libraries, generated by compiling IDL interfaces. To become automation-enabled, a type-library must expose dispatch interfaces.

A type-library is registered by its GUID in the registry (hkcr\typelib). So actually nobody really cares about the extension name you give it.
Sometimes, a type-library is even embedded in the COM server itself (as a .rc binary blob).

If that was only for the sake of semantics, you would use an .OLB extension name with automation-enabled object libraries (usable with VB, Perl, Python, ...). And you would use .TLB for all other object libraries.

VC7 doesn't change anything about it, except at design-time : you don't need an external IDL file anymore to declare type libraries.




Back to real work : D-24.
GeneralPeculiar Resouce problem Pin
Anonymous6-Nov-02 0:37
Anonymous6-Nov-02 0:37 
GeneralClear List Box Pin
Ayush5-Nov-02 23:57
Ayush5-Nov-02 23:57 
GeneralRe: Clear List Box Pin
Anonymous6-Nov-02 0:28
Anonymous6-Nov-02 0:28 
GeneralRe: Clear List Box Pin
RuiSantiago6-Nov-02 5:21
RuiSantiago6-Nov-02 5:21 
GeneralProblem with ownerdrawn menus Pin
Chopper5-Nov-02 23:28
Chopper5-Nov-02 23:28 
GeneralRe: Problem with ownerdrawn menus Pin
includeh106-Nov-02 3:15
includeh106-Nov-02 3:15 
GeneralPrinting made easy with MFC Pin
Ruca5-Nov-02 22:33
Ruca5-Nov-02 22:33 
GeneralRe: Printing made easy with MFC Pin
Roger Allen6-Nov-02 3:14
Roger Allen6-Nov-02 3:14 
GeneralRe: Printing made easy with MFC Pin
Ruca6-Nov-02 4:25
Ruca6-Nov-02 4:25 
GeneralONMESSAGE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
stevenson5-Nov-02 21:20
stevenson5-Nov-02 21:20 
GeneralRe: ONMESSAGE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
Alexandru Savescu5-Nov-02 22:36
Alexandru Savescu5-Nov-02 22:36 
GeneralRe: ONMESSAGE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
Paul M Watt6-Nov-02 5:10
mentorPaul M Watt6-Nov-02 5:10 
GeneralVoice communication Pin
Saad Sarmad5-Nov-02 21:18
sussSaad Sarmad5-Nov-02 21:18 
GeneralRe: Voice communication Pin
Simon Brown5-Nov-02 22:31
Simon Brown5-Nov-02 22:31 
GeneralRe: Voice communication Pin
Anonymous5-Nov-02 23:24
Anonymous5-Nov-02 23:24 
GeneralRe: Voice communication Pin
benjymous5-Nov-02 23:28
benjymous5-Nov-02 23:28 
Generalerror: #include nesting level is 363 deep Pin
zecodela5-Nov-02 20:38
zecodela5-Nov-02 20:38 

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.