Click here to Skip to main content
15,894,337 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Interesting...

I downloaded the kwab1.2.zip from the authors site..
In the note.txt file it states:

"The dll must reside
- in the same folder of the executables that use it
or
- in the system32 directory in the windows folder (C:\WINNT or C:\WINDOWS)"

Is how you declared it correct? I noticed in your post you put wab.dll not kWab.dll

"Public Declare Function kWabOpen Lib "wab.dll" (ByRef kw As tWab) As Boolean"

Shouldn't it be declared:

Public Declare Function kWabOpen Lib "kWab.dll" (ByRef kw As tWab) As Boolean

progload



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 
AnswerRe: storing images in database for dating site. Pin
Steve Pullan8-Mar-06 18:53
Steve Pullan8-Mar-06 18:53 
GeneralRe: storing images in database for dating site. Pin
uglyeyes9-Mar-06 1:24
uglyeyes9-Mar-06 1:24 

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.