Click here to Skip to main content
15,895,011 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: database triggers Pin
Duncan Edwards Jones10-Mar-06 2:32
professionalDuncan Edwards Jones10-Mar-06 2:32 
GeneralRe: database triggers Pin
Qaiser_Iftikhar10-Mar-06 2:35
Qaiser_Iftikhar10-Mar-06 2:35 
QuestionWindows Service Problem Pin
Hisham Javed9-Mar-06 1:36
Hisham Javed9-Mar-06 1:36 
AnswerRe: Windows Service Problem Pin
progload9-Mar-06 5:06
progload9-Mar-06 5:06 
GeneralRe: Windows Service Problem Pin
Hisham Javed9-Mar-06 23:08
Hisham Javed9-Mar-06 23:08 
AnswerRe: Windows Service Problem Pin
Steve Pullan10-Mar-06 0:42
Steve Pullan10-Mar-06 0:42 
QuestionHow can I declare an API out system32 directory? Pin
JUNEYT9-Mar-06 1:19
JUNEYT9-Mar-06 1:19 
AnswerRe: How can I declare an API out system32 directory? Pin
progload9-Mar-06 4:56
progload9-Mar-06 4:56 
B Journey,

The default path your program look to find a dll
is normaly, in this order:

If it is registered... right to location where it is registered.

Otherwise:
1.Directory containing the .exe file
2.Current directory
3.Windows system directory (often but not always \Windows\System)
4.Windows directory (not necessarily \Windows)
5.Path environment variable

Do you have it registered? if you do, unregister it and put it in the folder with your applications .exe file.

progload

GeneralRe: How can I declare an API out system32 directory? Pin
JUNEYT9-Mar-06 5:24
JUNEYT9-Mar-06 5:24 
GeneralRe: How can I declare an API out system32 directory? Pin
progload9-Mar-06 5:46
progload9-Mar-06 5:46 
GeneralRe: How can I declare an API out system32 directory? Pin
JUNEYT9-Mar-06 9:16
JUNEYT9-Mar-06 9:16 
Questionhow to find Code for GoogleToolbar1.dll Pin
Paritos9-Mar-06 1:12
Paritos9-Mar-06 1:12 
AnswerRe: how to find Code for GoogleToolbar1.dll Pin
progload9-Mar-06 5:34
progload9-Mar-06 5:34 
Questionhow to Stop Timer?? Pin
campbells9-Mar-06 0:27
campbells9-Mar-06 0:27 
AnswerRe: how to Stop Timer?? Pin
Joshua Quick9-Mar-06 11:28
Joshua Quick9-Mar-06 11:28 
QuestionHelpProvider Issue Pin
Jason Stamp8-Mar-06 22:24
Jason Stamp8-Mar-06 22:24 
Questioncount total row in datagrid Pin
vivek_pon8-Mar-06 21:50
vivek_pon8-Mar-06 21:50 
AnswerRe: count total row in datagrid Pin
kostasdiktia28-Mar-06 22:31
kostasdiktia28-Mar-06 22:31 
GeneralRe: count total row in datagrid Pin
FeRtoll9-Mar-06 0:18
FeRtoll9-Mar-06 0:18 
Questionplay sound Pin
suppachai Ratchanoo8-Mar-06 21:04
suppachai Ratchanoo8-Mar-06 21:04 
QuestionGraficos en Visual Basic Pin
ronnie_leo8-Mar-06 18:44
ronnie_leo8-Mar-06 18:44 
AnswerRe: Graficos en Visual Basic Pin
Steve Pullan8-Mar-06 18:48
Steve Pullan8-Mar-06 18:48 
AnswerRe: Graficos en Visual Basic Pin
progload8-Mar-06 19:58
progload8-Mar-06 19:58 
Questionstoring images in database for dating site. Pin
uglyeyes8-Mar-06 18:08
uglyeyes8-Mar-06 18:08 
AnswerRe: storing images in database for dating site. Pin
Steve Pullan8-Mar-06 18:45
Steve Pullan8-Mar-06 18:45 

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.