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

Visual Basic

 
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 
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 
Sorry about that. Here is the code I am using. I already updated to _stdcall. I submitted the old version of the code by mistake.

#if defined(_WIN32) || defined(WIN32) || defined(__WIN32__)
#define API
#define CALL __stdcall
#else
#define API
#define CALL
#endif

API boolean CALL function_name( LPCTSTR arg1,LPCTSTR arg2);

The function is recognized in VB fine, I just can't seem to pass the arguments properly. Any Ideas??
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 
GeneralRe: attachments not working in Outlook 2000 using mapi32.dll Pin
jms007x16-Nov-04 19:37
jms007x16-Nov-04 19:37 
GeneralDisplaying the WindowsForm MonthCalendar Pin
Haggis7316-Nov-04 10:57
Haggis7316-Nov-04 10:57 
GeneralCrystal Reports Pin
Mountie16-Nov-04 8:27
Mountie16-Nov-04 8:27 
GeneralRe: Crystal Reports Pin
Anonymous16-Nov-04 8:31
Anonymous16-Nov-04 8:31 

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.