Click here to Skip to main content
16,004,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: USB or Parallel Port Pin
Luc Pattyn28-Dec-07 7:31
sitebuilderLuc Pattyn28-Dec-07 7:31 
GeneralRe: USB or Parallel Port Pin
meki_21183-Jan-08 17:18
meki_21183-Jan-08 17:18 
GeneralRe: USB or Parallel Port [modified] Pin
Luc Pattyn4-Jan-08 1:23
sitebuilderLuc Pattyn4-Jan-08 1:23 
Generalclient server Pin
ra_shieru17-Dec-07 11:20
ra_shieru17-Dec-07 11:20 
Questionmdb file with access to many user without SQL Server Pin
stephan060717-Dec-07 10:26
stephan060717-Dec-07 10:26 
GeneralRe: mdb file with access to many user without SQL Server Pin
Dave Kreskowiak17-Dec-07 14:56
mveDave Kreskowiak17-Dec-07 14:56 
GeneralPossible parameters in function Pin
helelark12317-Dec-07 5:38
helelark12317-Dec-07 5:38 
GeneralRe: Possible parameters in function Pin
Dave Kreskowiak17-Dec-07 14:53
mveDave Kreskowiak17-Dec-07 14:53 
There's several ways of doing this. The most basic is creating an Enum to provide this list of options. But, in all cases, it isn't magically created for you.
Public Enum ConnectionOptions As Integer
    SomeOption = someIntegerValue
    SomeOtherOption = someOtherIntegerValue
    ... and so on for each option ...
End Enum

Then, in your method signature of your Connection class:
Public Class clsMakeConnection
    Public Function ConnectTo(ByVal connectionType As ConnectionOptions) As ...



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




AnswerRe: Possible parameters in function Pin
helelark12317-Dec-07 18:38
helelark12317-Dec-07 18:38 
GeneralRe: Possible parameters in function [modified] Pin
helelark12317-Dec-07 21:54
helelark12317-Dec-07 21:54 
GeneralSerialport using in VB.NET Pin
Robert Hsu17-Dec-07 4:05
Robert Hsu17-Dec-07 4:05 
GeneralRe: Serialport using in VB.NET Pin
Luc Pattyn17-Dec-07 6:59
sitebuilderLuc Pattyn17-Dec-07 6:59 
Generalhelp need for removing image from picturebox Pin
Senthil S17-Dec-07 1:11
Senthil S17-Dec-07 1:11 
GeneralRe: help need for removing image from picturebox Pin
ChandraRam17-Dec-07 1:43
ChandraRam17-Dec-07 1:43 
GeneralRe: help need for removing image from picturebox Pin
Christian Graus17-Dec-07 10:36
protectorChristian Graus17-Dec-07 10:36 
GeneralRe: help need for removing image from picturebox Pin
Luc Pattyn17-Dec-07 11:40
sitebuilderLuc Pattyn17-Dec-07 11:40 
Questionsecurity issue Pin
Tauseef A17-Dec-07 0:52
Tauseef A17-Dec-07 0:52 
GeneralRe: security issue Pin
Vimalsoft(Pty) Ltd17-Dec-07 21:00
professionalVimalsoft(Pty) Ltd17-Dec-07 21:00 
QuestionVisual Basic 6.0 Pin
Member 472059117-Dec-07 0:40
Member 472059117-Dec-07 0:40 
GeneralRe: Visual Basic 6.0 Pin
ChandraRam17-Dec-07 1:45
ChandraRam17-Dec-07 1:45 
GeneralRe: Visual Basic 6.0 Pin
anthoy17-Dec-07 19:59
anthoy17-Dec-07 19:59 
GeneralRe: Visual Basic 6.0 Pin
Paul Conrad23-Dec-07 14:02
professionalPaul Conrad23-Dec-07 14:02 
GeneralRe: Visual Basic 6.0 Pin
CPallini17-Dec-07 3:23
mveCPallini17-Dec-07 3:23 
GeneralRe: Visual Basic 6.0 Pin
Paul Conrad23-Dec-07 14:03
professionalPaul Conrad23-Dec-07 14:03 
Questionwhat is eguivalent in c# for CShort in vb...? Pin
tasumisra16-Dec-07 23:36
tasumisra16-Dec-07 23:36 

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.