Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KingLouie
  • Content: Threads
  • Order by date
  1. KingLouie

    compiling as dll

    does someone know a dll-compiler for vb-modules? thanx
  2. KingLouie

    how to retrieve of a file selected in explorer

    I need to retrieve the path of the file selected in the windows explorer. is there an api function for that? Thanx
  3. KingLouie

    creating FTP on WinXp

    Is it possible to create a FTP on WinXP pro?
  4. KingLouie

    Jumper Settings

    I got: AMD 2000XP, ASUS A7V266-E, WinXp if I put the System speed to 1.7 Ghz in Bios (JumperFree mode) the system hangs. might some jumper settings be incorect?
  5. KingLouie

    Calling C++ dll

    I want to call a dll created in c++. in c++ it locks like this: int open(LPCTSTR lpszFileName) ... ... in vB: Private Declare FileOpen Lib "c:\mydll.dll" Alias "open" (byval lpszFileName as String) as Long ... a=FileOpen("c:\mifile.ixx") At this point the...
  6. KingLouie

    compile as dll

    I want to call a dll created in C++ in VBasic. Unfortunatly some functions are named "Open" and "Close" and i can't declare them in VBasic because those words are used as syntaxes in VB. I changed the name of the functions in C++ but i could not compile it as dll just as exe...

Part and Inventory Search

Back
Top