Click here to Skip to main content
16,006,341 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to catch all that is doing on a computer Pin
marclenoir20051-Jun-04 11:22
marclenoir20051-Jun-04 11:22 
AnswerRe: How to catch all that is doing on a computer Pin
Dave Kreskowiak2-Jun-04 2:37
mveDave Kreskowiak2-Jun-04 2:37 
GeneralLet's make it more simple. Pin
Anonymous2-Jun-04 10:31
Anonymous2-Jun-04 10:31 
GeneralRe: Let's make it more simple. Pin
Dave Kreskowiak2-Jun-04 12:06
mveDave Kreskowiak2-Jun-04 12:06 
GeneralMimic rtlMoveMemory for Speed Pin
Pugman8121-Jun-04 9:42
Pugman8121-Jun-04 9:42 
GeneralRe: Mimic rtlMoveMemory for Speed Pin
Dave Kreskowiak1-Jun-04 15:22
mveDave Kreskowiak1-Jun-04 15:22 
Generalwinsock error Pin
GaryKoh1-Jun-04 4:24
GaryKoh1-Jun-04 4:24 
GeneralRe: winsock error Pin
Dave Kreskowiak1-Jun-04 4:31
mveDave Kreskowiak1-Jun-04 4:31 
You don't have the MSWinsock .DLL on your computer and regsitered. It's on his machine because he developed the application with the reference to it. He needs to supply you with the .DLL file, most likely winsock.dll, he used and any other .DLL files in the bin directory he got the finshed .EXE from. You then need to copy that .DLL into your C:\WINNT\System32 or C:\WINDOWS\System32 folder (WinNT or better), register the .DLL using REGSVR32 and the remaining .DLL's into the folder with your .EXE. Then your app should work.

Better yet! Tell him to make an Installer Project and add it his solution so you can install the application and any needed files.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: winsock error Pin
GaryKoh1-Jun-04 5:24
GaryKoh1-Jun-04 5:24 
GeneralRe: winsock error Pin
Dave Kreskowiak1-Jun-04 5:53
mveDave Kreskowiak1-Jun-04 5:53 
GeneralRe: winsock error Pin
GaryKoh1-Jun-04 7:32
GaryKoh1-Jun-04 7:32 
GeneralRe: winsock error Pin
Dave Kreskowiak1-Jun-04 14:58
mveDave Kreskowiak1-Jun-04 14:58 
GeneralRe: winsock error Pin
GaryKoh1-Jun-04 20:45
GaryKoh1-Jun-04 20:45 
GeneralRe: winsock error Pin
Dave Kreskowiak2-Jun-04 0:30
mveDave Kreskowiak2-Jun-04 0:30 
GeneralRe: winsock error Pin
GaryKoh2-Jun-04 14:48
GaryKoh2-Jun-04 14:48 
GeneralRe: winsock error Pin
Dave Kreskowiak3-Jun-04 12:11
mveDave Kreskowiak3-Jun-04 12:11 
GeneralRe: winsock error Pin
Dave Kreskowiak4-Jun-04 0:13
mveDave Kreskowiak4-Jun-04 0:13 
GeneralRe: winsock error Pin
GaryKoh6-Jun-04 18:00
GaryKoh6-Jun-04 18:00 
GeneralRe: winsock error Pin
Dave Kreskowiak7-Jun-04 0:02
mveDave Kreskowiak7-Jun-04 0:02 
GeneralRe: winsock error Pin
GaryKoh7-Jun-04 2:13
GaryKoh7-Jun-04 2:13 
QuestionHow do I receive an external file name from within an application? Pin
Alan Hallett1-Jun-04 4:06
Alan Hallett1-Jun-04 4:06 
AnswerRe: How do I receive an external file name from within an application? Pin
Dave Kreskowiak1-Jun-04 4:20
mveDave Kreskowiak1-Jun-04 4:20 
GeneralRe: How do I receive an external file name from within an application? Pin
Alan Hallett1-Jun-04 5:23
Alan Hallett1-Jun-04 5:23 
GeneralRe: How do I receive an external file name from within an application? Pin
Dave Kreskowiak1-Jun-04 5:56
mveDave Kreskowiak1-Jun-04 5:56 
GeneralMschart DataSource Pin
Ashraf Fathy1-Jun-04 2:44
Ashraf Fathy1-Jun-04 2:44 

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.