Click here to Skip to main content
15,922,015 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralExcel OM Library - HELP I'm down! Pin
nvmoss5-Feb-04 12:01
nvmoss5-Feb-04 12:01 
GeneralIs there a customer control that can handle text and pictures Pin
Namboy825-Feb-04 6:32
Namboy825-Feb-04 6:32 
GeneralRe: Is there a customer control that can handle text and pictures Pin
John Kuhn5-Feb-04 10:33
John Kuhn5-Feb-04 10:33 
GeneralRe: Is there a customer control that can handle text and pictures Pin
Dave Kreskowiak5-Feb-04 11:03
mveDave Kreskowiak5-Feb-04 11:03 
GeneralHELP!!!!! on Forms Pin
Namboy825-Feb-04 6:26
Namboy825-Feb-04 6:26 
GeneralRe: HELP!!!!! on Forms Pin
John Kuhn5-Feb-04 10:16
John Kuhn5-Feb-04 10:16 
GeneralCOM Interop Attributes Pin
Jim Taylor5-Feb-04 5:45
Jim Taylor5-Feb-04 5:45 
GeneralRe: COM Interop Attributes Pin
Mike Dimmick6-Feb-04 3:34
Mike Dimmick6-Feb-04 3:34 
The default is visible.

If you want to hide something, use System.Runtime.InteropServices.ComVisibleAttribute like so:
<ComVisible(False)> _
Public Class MyClass
 
End Class
The same syntax applies to methods and to properties.

However, types are not registered with COM by default. To do so, check 'Register for COM Interop' in the project properties, or use regasm.exe.
GeneralRe: COM Interop Attributes Pin
Jim Taylor6-Feb-04 3:47
Jim Taylor6-Feb-04 3:47 
Generalvb.net, timer, run program every 5 mins Pin
Chrissy Callen5-Feb-04 3:09
Chrissy Callen5-Feb-04 3:09 
GeneralRe: vb.net, timer, run program every 5 mins Pin
Ray Cassick5-Feb-04 6:39
Ray Cassick5-Feb-04 6:39 
GeneralRe: vb.net, timer, run program every 5 mins Pin
Chrissy Callen5-Feb-04 23:01
Chrissy Callen5-Feb-04 23:01 
Questionhow to set path? Pin
emmshazi5-Feb-04 2:05
emmshazi5-Feb-04 2:05 
AnswerRe: how to set path? Pin
Dave Kreskowiak5-Feb-04 9:35
mveDave Kreskowiak5-Feb-04 9:35 
GeneralRe: how to set path? Pin
emmshazi6-Feb-04 2:00
emmshazi6-Feb-04 2:00 
GeneralRe: how to set path? Pin
Dave Kreskowiak6-Feb-04 2:50
mveDave Kreskowiak6-Feb-04 2:50 
GeneralTrueDBGrid CellTips question Pin
gpa20004-Feb-04 23:57
gpa20004-Feb-04 23:57 
GeneralRe: TrueDBGrid CellTips question Pin
stepdaddy5-Feb-04 0:33
stepdaddy5-Feb-04 0:33 
GeneralRe: TrueDBGrid CellTips question Pin
gpa20005-Feb-04 2:55
gpa20005-Feb-04 2:55 
GeneralRe: TrueDBGrid CellTips question Pin
gpa20008-Feb-04 20:47
gpa20008-Feb-04 20:47 
QuestionHow to add pictures to your database from the front end Pin
fready4-Feb-04 20:43
fready4-Feb-04 20:43 
AnswerRe: How to add pictures to your database from the front end Pin
Hesham Amin4-Feb-04 22:39
Hesham Amin4-Feb-04 22:39 
GeneralImage Scanning in VB with ADO conrol Pin
praveed4-Feb-04 19:13
praveed4-Feb-04 19:13 
GeneralRe: Image Scanning in VB with ADO conrol Pin
stepdaddy5-Feb-04 0:41
stepdaddy5-Feb-04 0:41 
GeneralRe: Image Scanning in VB with ADO conrol Pin
Dave Kreskowiak5-Feb-04 8:20
mveDave Kreskowiak5-Feb-04 8:20 

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.