Click here to Skip to main content
15,887,683 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow do you change Target Framework Pin
RichardBerry22-May-07 0:56
RichardBerry22-May-07 0:56 
AnswerRe: How do you change Target Framework Pin
Christian Graus22-May-07 1:12
protectorChristian Graus22-May-07 1:12 
QuestionDeploment project Pin
taherjaorawala22-May-07 0:26
taherjaorawala22-May-07 0:26 
AnswerRe: Deploment project Pin
kubben22-May-07 3:28
kubben22-May-07 3:28 
QuestionCann't find DLL entry point in **** dll [modified] Pin
AR Reddy21-May-07 23:24
AR Reddy21-May-07 23:24 
AnswerRe: Cann't find DLL entry point in **** dll Pin
MohammadAmiry22-May-07 0:22
MohammadAmiry22-May-07 0:22 
GeneralRe: Cann't find DLL entry point in **** dll Pin
AR Reddy22-May-07 4:27
AR Reddy22-May-07 4:27 
GeneralRe: Cann't find DLL entry point in **** dll Pin
Dave Kreskowiak22-May-07 8:53
mveDave Kreskowiak22-May-07 8:53 
The Alias part is there if you want to use a different name in your code from what's exported by the .DLL. If, say, the DLL exports a function called "SomeExportedFunction", but you want to use a shorted name in your code, the Declare would be like this:
Private Declare Function MyShortName Lib "Lib.dll" Alias "SomeExportedFunction" ....

If you get the wrong name for the Alias, or if you don't use the alias, your function name doesn't match the exported name in the DLL, you'll get this error.



A guide to posting questions on CodeProject[^]

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


QuestionTimer in vb.net Pin
Shrimali197521-May-07 23:06
Shrimali197521-May-07 23:06 
AnswerRe: Timer in vb.net Pin
koolprasad200321-May-07 23:15
professionalkoolprasad200321-May-07 23:15 
QuestionMultuUser Drawing Tool Pin
kantipudi21-May-07 22:21
kantipudi21-May-07 22:21 
AnswerRe: MultuUser Drawing Tool Pin
Dave Kreskowiak22-May-07 8:50
mveDave Kreskowiak22-May-07 8:50 
QuestionEncrypted Connection String in appSetting Pin
Ajeet mittal21-May-07 22:05
Ajeet mittal21-May-07 22:05 
AnswerRe: Encrypted Connection String in appSetting Pin
Dileep_Vickey22-May-07 2:00
Dileep_Vickey22-May-07 2:00 
GeneralRe: Encrypted Connection String in appSetting Pin
Dave Kreskowiak22-May-07 8:46
mveDave Kreskowiak22-May-07 8:46 
GeneralRe: Encrypted Connection String in appSetting Pin
Dileep_Vickey22-May-07 17:34
Dileep_Vickey22-May-07 17:34 
GeneralRe: Encrypted Connection String in appSetting Pin
Dave Kreskowiak23-May-07 15:15
mveDave Kreskowiak23-May-07 15:15 
AnswerRe: Encrypted Connection String in appSetting Pin
Dave Kreskowiak22-May-07 8:48
mveDave Kreskowiak22-May-07 8:48 
Questionhome folder Pin
Jayesh Talsaniya21-May-07 21:33
Jayesh Talsaniya21-May-07 21:33 
AnswerRe: home folder Pin
Dave Kreskowiak22-May-07 8:45
mveDave Kreskowiak22-May-07 8:45 
Questionactive directory Pin
Jayesh Talsaniya21-May-07 21:32
Jayesh Talsaniya21-May-07 21:32 
Questionhow to edit label in listview to specify column? Pin
charleslau285521-May-07 20:46
charleslau285521-May-07 20:46 
AnswerRe: how to edit label in listview to specify column? Pin
Dave Kreskowiak22-May-07 8:43
mveDave Kreskowiak22-May-07 8:43 
QuestionFile Handling Problem Pin
virendra_00721-May-07 20:31
virendra_00721-May-07 20:31 
AnswerRe: File Handling Problem Pin
CPallini21-May-07 21:06
mveCPallini21-May-07 21: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.