Click here to Skip to main content
15,889,852 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem in generating report in .NET Pin
CKnig20-Dec-07 21:21
CKnig20-Dec-07 21:21 
GeneralRe: Problem in generating report in .NET Pin
Member 305788721-Dec-07 2:08
Member 305788721-Dec-07 2:08 
GeneralProblem with previleges with fileInfo/directoryInfo objects for moving a file Pin
SB 20-Dec-07 20:38
SB 20-Dec-07 20:38 
GeneralRe: Problem with previleges with fileInfo/directoryInfo objects for moving a file Pin
Dave Kreskowiak21-Dec-07 1:52
mveDave Kreskowiak21-Dec-07 1:52 
QuestionVB.NET P2P application? Pin
Benny_Lava20-Dec-07 20:16
Benny_Lava20-Dec-07 20:16 
AnswerRe: VB.NET P2P application? Pin
CKnig20-Dec-07 21:28
CKnig20-Dec-07 21:28 
QuestionWindow Form application's user access control Pin
tellytub20-Dec-07 16:06
tellytub20-Dec-07 16:06 
QuestionFind DLL without specifying file path of Lib Pin
bj9308120-Dec-07 13:47
bj9308120-Dec-07 13:47 
I tried to declare functions of DLL file in project directory with VB 2005/2008. However, I need to specify file path of DLL. Otherwise, VB cannot find DLL file when calling the function. Is there any other way I can make project directory default when loading DLL?

Current code:

Public Declare Auto Function CmodConnect Lib "C:\Visual Studio 2008\Projects\Cmod\Cmod.dll" _
(ByVal Address As Integer) As Boolean

Change to:

Public Declare Auto Function CmodConnect Lib "Cmod.dll" _
(ByVal Address As Integer) As Boolean
GeneralRe: Find DLL without specifying file path of Lib Pin
Christian Graus20-Dec-07 14:18
protectorChristian Graus20-Dec-07 14:18 
QuestionRe: Find DLL without specifying file path of Lib Pin
bj9308120-Dec-07 18:03
bj9308120-Dec-07 18:03 
GeneralRe: Find DLL without specifying file path of Lib Pin
Christian Graus20-Dec-07 18:24
protectorChristian Graus20-Dec-07 18:24 
Generaltextbox validation Pin
hassanasp20-Dec-07 12:34
hassanasp20-Dec-07 12:34 
GeneralRe: textbox validation Pin
Christian Graus20-Dec-07 14:22
protectorChristian Graus20-Dec-07 14:22 
GeneralRe: textbox validation Pin
Paul Conrad22-Dec-07 13:06
professionalPaul Conrad22-Dec-07 13:06 
QuestionHow to connect to a ODBC database in c# or visual basic? Pin
mcirosoftmohan20-Dec-07 9:37
mcirosoftmohan20-Dec-07 9:37 
GeneralRe: How to connect to a ODBC database in c# or visual basic? Pin
Christian Graus20-Dec-07 9:48
protectorChristian Graus20-Dec-07 9:48 
GeneralRe: How to connect to a ODBC database in c# or visual basic? Pin
mcirosoftmohan20-Dec-07 10:06
mcirosoftmohan20-Dec-07 10:06 
GeneralRe: How to connect to a ODBC database in c# or visual basic? Pin
Christian Graus20-Dec-07 11:03
protectorChristian Graus20-Dec-07 11:03 
GeneralRe: How to connect to a ODBC database in c# or visual basic? Pin
GuyThiebaut21-Dec-07 6:05
professionalGuyThiebaut21-Dec-07 6:05 
QuestionConcurrency exceptions with only one user? Pin
craigmg7820-Dec-07 5:10
craigmg7820-Dec-07 5:10 
GeneralRe: Concurrency exceptions with only one user? [modified] Pin
Dave Kreskowiak20-Dec-07 7:36
mveDave Kreskowiak20-Dec-07 7:36 
GeneralRe: Concurrency exceptions with only one user? Pin
craigmg7820-Dec-07 8:10
craigmg7820-Dec-07 8:10 
Generalvalidation help Pin
hassanasp20-Dec-07 1:28
hassanasp20-Dec-07 1:28 
AnswerRe: validation help Pin
Ujjaval Modi20-Dec-07 1:39
Ujjaval Modi20-Dec-07 1:39 
GeneralRe: validation help Pin
hassanasp20-Dec-07 13:06
hassanasp20-Dec-07 13:06 

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.