Click here to Skip to main content
15,894,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do I allow ODBC access my data Pin
Anonymous28-Jan-00 6:27
suss Anonymous28-Jan-00 6:27 
GeneralLost debugg information Pin
martin27-Jan-00 21:25
suss martin27-Jan-00 21:25 
GeneralRE: Lost debugg information Pin
Anonymous1-Feb-00 0:46
suss Anonymous1-Feb-00 0:46 
GeneralAdding controls to a CTabCtrl Pin
Frank Deo27-Jan-00 9:02
Frank Deo27-Jan-00 9:02 
GeneralRE: Adding controls to a CTabCtrl Pin
Nick Hodapp29-Jan-00 11:34
sitebuilderNick Hodapp29-Jan-00 11:34 
GeneralCtabctrl - change tab name on double click Pin
chrisg27-Jan-00 5:26
chrisg27-Jan-00 5:26 
GeneralCreating DLLs in VC for use in VB Pin
Bagyalakshmi SN26-Jan-00 20:18
sussBagyalakshmi SN26-Jan-00 20:18 
GeneralRE: Creating DLLs in VC for use in VB Pin
Nick Hodapp29-Jan-00 11:29
sitebuilderNick Hodapp29-Jan-00 11:29 
The "third line" in the VB Object Browser is displaying the help-string for the property or method in question.

Help-strings are defined in the component's type-library. The source for the type-library is typically a .idl file (could be .odl if you're using MFC). The ATL wizards that create interfaces assign a default help-string of "property NAME", where NAME is the name of your property. Simply change the contents of this string and recompile your type-library to update the value in the VB (or any other) browser.

The idl syntax for help strings is:

[helpstring("My Help String")]
HRESULT SomeMethod();

Hope this helps!


==================
The original message was:

Hi,
We normally create DLLs in VC for all Backend operations and use VB for GUI, use these VC objects and methods to interface with data servers.
My question is:
In VB, if we open the object browser and see the properties and methods of these libraries,
the first line of the panel in the bottom of the object browser states the Function name and Arguements required and the return value type.
The second line states that the class is a Member of some XYZ library...
The third line simply states method <methodname> or property <propertyname>

But the third line of ohher VB's library like VBA/VBRUN etc has more meaningful messages
for each of the functions and properties available in them.

Now, how to make the Object Browser display such meaningful messages for my user-defined Dlls classes?
I do not know where to define them when creating new classes in my dll?

Cheers,
Lakshmi

GeneralFlexGrid Activation Problem Pin
glerner26-Jan-00 16:58
glerner26-Jan-00 16:58 
GeneralNested CSplitterWnd('s) and CSize Pin
Frank Deo25-Jan-00 11:01
Frank Deo25-Jan-00 11:01 
GeneralRE: Nested CSplitterWnd('s) and CSize Pin
Mike Dunn25-Jan-00 14:50
Mike Dunn25-Jan-00 14:50 
GeneralRE: RE: Nested CSplitterWnd('s) and CSize Pin
Frank Deo26-Jan-00 12:08
Frank Deo26-Jan-00 12:08 
GeneralNeed a SMALL database solution Pin
Ryan Schneider25-Jan-00 7:12
Ryan Schneider25-Jan-00 7:12 
GeneralRE: Need a SMALL database solution Pin
Laura Michaels3-Feb-00 5:08
sussLaura Michaels3-Feb-00 5:08 
GeneralClosing a CFormView Pin
Jed24-Jan-00 5:59
Jed24-Jan-00 5:59 
GeneralRE: Closing a CFormView Pin
Mike Dunn24-Jan-00 7:13
Mike Dunn24-Jan-00 7:13 
QuestionHow could I draw some system items manually. Pin
Zhenzhe Wang22-Jan-00 17:59
sussZhenzhe Wang22-Jan-00 17:59 
AnswerRE: How could I draw some system items manually. Pin
Mike Dunn23-Jan-00 15:26
Mike Dunn23-Jan-00 15:26 
GeneralHaving some HWND trouble Pin
Vega22-Jan-00 12:30
Vega22-Jan-00 12:30 
GeneralRE: Having some HWND trouble Pin
chrisd24-Jan-00 16:28
chrisd24-Jan-00 16:28 
GeneralLayered Window Impl on 98 Pin
Eric Crahen21-Jan-00 16:01
Eric Crahen21-Jan-00 16:01 
GeneralLayered Window Impl on 98 Pin
Eric Crahen21-Jan-00 16:01
Eric Crahen21-Jan-00 16:01 
GeneralCWnd & CDC Pin
Ivan A. Fotan21-Jan-00 1:20
Ivan A. Fotan21-Jan-00 1:20 
GeneralRE: CWnd & CDC Pin
Jesse Ezell5-Feb-00 19:17
Jesse Ezell5-Feb-00 19:17 
GeneralDialogs with ActiveX controls in MFC regular dlls Pin
Anonymous20-Jan-00 16:41
Anonymous20-Jan-00 16:41 

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.