Click here to Skip to main content
15,890,185 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCreating a Help File Pin
cwayman17-Nov-04 5:02
cwayman17-Nov-04 5:02 
GeneralRe: Creating a Help File Pin
Rommel the iCeMAn18-Nov-04 3:10
Rommel the iCeMAn18-Nov-04 3:10 
GeneralIExtractImage... Pin
schweet_nectur17-Nov-04 3:57
schweet_nectur17-Nov-04 3:57 
GeneralPrint Dialog Pin
partt17-Nov-04 3:41
partt17-Nov-04 3:41 
GeneralRe: Print Dialog Pin
Dave Kreskowiak17-Nov-04 15:44
mveDave Kreskowiak17-Nov-04 15:44 
GeneralLPCTSTR Question Pin
SarahAmelia17-Nov-04 3:21
SarahAmelia17-Nov-04 3:21 
GeneralRe: LPCTSTR Question Pin
Mike Ellison17-Nov-04 6:50
Mike Ellison17-Nov-04 6:50 
GeneralRe: LPCTSTR Question Pin
SarahAmelia17-Nov-04 7:47
SarahAmelia17-Nov-04 7:47 
The return type in the DLL is Boolean. I tried declaring the return type as Long, but it doesn't seem to work.

I'm trying to set an If statement to ensure the function is working properly:

Dim errtcp As Long

errtcp = function_Name(txtip, txtport)
If errtcp = 0 then
isopen = true
else
msgbox "error"
exit sub
end if

The function always seems to open, errtcp = 0, even though in certain cases I know it should not work.

Do you have anymore ideas?


GeneralRe: LPCTSTR Question Pin
Mike Ellison17-Nov-04 7:52
Mike Ellison17-Nov-04 7:52 
GeneralRe: LPCTSTR Question Pin
SarahAmelia17-Nov-04 8:04
SarahAmelia17-Nov-04 8:04 
GeneralRe: LPCTSTR Question Pin
MohammadAmiry17-Nov-04 23:31
MohammadAmiry17-Nov-04 23:31 
GeneralRe: LPCTSTR Question Pin
SarahAmelia18-Nov-04 1:08
SarahAmelia18-Nov-04 1:08 
Generalparsing query in data report in runtime Pin
anj198317-Nov-04 0:55
anj198317-Nov-04 0:55 
GeneralPosting data to php file Pin
celebisson17-Nov-04 0:39
celebisson17-Nov-04 0:39 
GeneralVBS to AutoReply Pin
Electrolite16-Nov-04 23:33
Electrolite16-Nov-04 23:33 
GeneralBinding class objects to datagrid Pin
Member 116124816-Nov-04 22:57
Member 116124816-Nov-04 22:57 
GeneralCheck node level in tree view control Pin
Mekong River16-Nov-04 21:13
Mekong River16-Nov-04 21:13 
GeneralBootstrapper Pin
nitin_ion16-Nov-04 16:37
nitin_ion16-Nov-04 16:37 
GeneralRe: Bootstrapper Pin
CodeWell18-Nov-04 12:19
CodeWell18-Nov-04 12:19 
GeneralRe: Bootstrapper Pin
nitin_ion18-Nov-04 18:49
nitin_ion18-Nov-04 18:49 
GeneralRe: Bootstrapper Pin
CodeWell18-Nov-04 21:00
CodeWell18-Nov-04 21:00 
GeneralRe: Bootstrapper Pin
nitin_ion18-Nov-04 21:36
nitin_ion18-Nov-04 21:36 
GeneralRe: Bootstrapper Pin
CodeWell21-Nov-04 14:53
CodeWell21-Nov-04 14:53 
Generalattachments not working in Outlook 2000 using mapi32.dll Pin
jms007x16-Nov-04 15:27
jms007x16-Nov-04 15:27 
GeneralRe: attachments not working in Outlook 2000 using mapi32.dll Pin
Anonymous16-Nov-04 16:00
Anonymous16-Nov-04 16:00 

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.