Click here to Skip to main content
15,912,207 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
0x3c03-Jun-09 22:45
0x3c03-Jun-09 22:45 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Striker.dbz3-Jun-09 22:57
Striker.dbz3-Jun-09 22:57 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
0x3c03-Jun-09 23:24
0x3c03-Jun-09 23:24 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Striker.dbz4-Jun-09 0:47
Striker.dbz4-Jun-09 0:47 
Questionhow to use a downloaded C# sourcefile in a vb.net 2008 project? Pin
aeroaster3-Jun-09 4:43
aeroaster3-Jun-09 4:43 
AnswerRe: how to use a downloaded C# sourcefile in a vb.net 2008 project? Pin
Kschuler3-Jun-09 4:56
Kschuler3-Jun-09 4:56 
GeneralRe: how to use a downloaded C# sourcefile in a vb.net 2008 project? Pin
aeroaster3-Jun-09 16:00
aeroaster3-Jun-09 16:00 
GeneralRe: how to use a downloaded C# sourcefile in a vb.net 2008 project? Pin
Kschuler4-Jun-09 2:52
Kschuler4-Jun-09 2:52 
Once the dll has been referenced, you need to create an instance of it and then you can call any exposed methods or functions it conatins. For example, if your DLL is named MyLibrary and has a function called MyFunction that takes two string parameters. This is how you would call it and use it:

Dim objLib as New MyLibrary<br />
Dim str as String<br />
str = objLib.MyFunction("Hello", "World")

Questiondeleteing from database Pin
chrispowell123453-Jun-09 4:26
chrispowell123453-Jun-09 4:26 
AnswerRe: deleteing from database Pin
riced3-Jun-09 4:55
riced3-Jun-09 4:55 
AnswerRe: deleteing from database Pin
Jon_Boy3-Jun-09 5:01
Jon_Boy3-Jun-09 5:01 
AnswerRe: deleteing from database Pin
Dave Kreskowiak3-Jun-09 5:45
mveDave Kreskowiak3-Jun-09 5:45 
GeneralRe: deleteing from database Pin
Jon_Boy3-Jun-09 6:27
Jon_Boy3-Jun-09 6:27 
GeneralRe: deleteing from database Pin
chrispowell123453-Jun-09 22:12
chrispowell123453-Jun-09 22:12 
GeneralRe: deleteing from database Pin
Dave Kreskowiak4-Jun-09 1:22
mveDave Kreskowiak4-Jun-09 1:22 
GeneralRe: deleteing from database Pin
chrispowell123454-Jun-09 2:18
chrispowell123454-Jun-09 2:18 
QuestionTransaction deadlock crash + vb.net 2008 Pin
Pankaj Garg3-Jun-09 3:41
Pankaj Garg3-Jun-09 3:41 
AnswerRe: Transaction deadlock crash + vb.net 2008 Pin
Kschuler3-Jun-09 4:59
Kschuler3-Jun-09 4:59 
AnswerRe: Transaction deadlock crash + vb.net 2008 Pin
Dave Kreskowiak3-Jun-09 5:40
mveDave Kreskowiak3-Jun-09 5:40 
QuestionAny suggestions or guidelines with using Class Modules in VBA for MS Word / Excel Pin
psionic20093-Jun-09 0:27
psionic20093-Jun-09 0:27 
Questionproblem in sending a mail through CDO configuration using macro in Excel Pin
haijimsonjose2-Jun-09 23:25
haijimsonjose2-Jun-09 23:25 
AnswerRe: problem in sending a mail through CDO configuration using macro in Excel Pin
EliottA3-Jun-09 3:17
EliottA3-Jun-09 3:17 
QuestionWhere does the custom Outlook Commandbar come from? Pin
Sonhospa2-Jun-09 22:26
Sonhospa2-Jun-09 22:26 
AnswerRe: Where does the custom Outlook Commandbar come from? Pin
Dave Kreskowiak3-Jun-09 3:19
mveDave Kreskowiak3-Jun-09 3:19 
NewsRe: Where does the custom Outlook Commandbar come from? Pin
Sonhospa3-Jun-09 4:04
Sonhospa3-Jun-09 4:04 

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.