Click here to Skip to main content
16,005,178 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: data type error Pin
Dave Kreskowiak1-Jul-04 1:21
mveDave Kreskowiak1-Jul-04 1:21 
GeneralRe: data type error Pin
GaryKoh1-Jul-04 3:29
GaryKoh1-Jul-04 3:29 
GeneralDon't know where to put this. ACCESS! PLEASE HELP Pin
Rip V. Winkle29-Jun-04 15:34
Rip V. Winkle29-Jun-04 15:34 
GeneralRe: Don't know where to put this. ACCESS! PLEASE HELP Pin
KevinMac29-Jun-04 18:27
KevinMac29-Jun-04 18:27 
GeneralRe: Don't know where to put this. ACCESS! PLEASE HELP Pin
Rip V. Winkle11-Jul-04 8:25
Rip V. Winkle11-Jul-04 8:25 
GeneralRe: Don't know where to put this. ACCESS! PLEASE HELP Pin
KevinMac12-Jul-04 16:18
KevinMac12-Jul-04 16:18 
GeneralRunning a program from the network Pin
ltnuke29-Jun-04 11:45
ltnuke29-Jun-04 11:45 
GeneralRe: Running a program from the network Pin
Jeremy Falcon29-Jun-04 11:52
professionalJeremy Falcon29-Jun-04 11:52 
You should be able to copy the executable to a share and run it with no problems as long as the required runtimes are installed on the local machine.

If you're getting an exception on the server, then your best bet would be to either install a dev environment on the server to allow you to step through the code and found it where it craps out.

Although, I'd recommend (it help find out what's causing it instead of possibly just fixing it) using the process of elimination in your code by commented certain parts until it starts working and take it from there.

Jeremy Falcon
GeneralRe: Running a program from the network Pin
Steven Campbell29-Jun-04 11:59
Steven Campbell29-Jun-04 11:59 
GeneralRe: Running a program from the network Pin
Colin Angus Mackay29-Jun-04 13:16
Colin Angus Mackay29-Jun-04 13:16 
GeneralRe: Running a program from the network Pin
ltnuke30-Jun-04 2:13
ltnuke30-Jun-04 2:13 
GeneralRe: Running a program from the network Pin
Colin Angus Mackay30-Jun-04 4:55
Colin Angus Mackay30-Jun-04 4:55 
GeneralRe: Running a program from the network Pin
mtone2-Jul-04 9:22
mtone2-Jul-04 9:22 
GeneralHooking application Open file calls Pin
WESHILL29-Jun-04 10:32
WESHILL29-Jun-04 10:32 
GeneralRe: Hooking application Open file calls Pin
Dave Kreskowiak29-Jun-04 15:49
mveDave Kreskowiak29-Jun-04 15:49 
GeneralRe: Hooking application Open file calls Pin
WESHILL29-Jun-04 17:57
WESHILL29-Jun-04 17:57 
GeneralRe: Hooking application Open file calls Pin
Dave Kreskowiak30-Jun-04 0:34
mveDave Kreskowiak30-Jun-04 0:34 
GeneralRe: Hooking application Open file calls Pin
WESHILL30-Jun-04 1:50
WESHILL30-Jun-04 1:50 
GeneralRe: Hooking application Open file calls Pin
Dave Kreskowiak30-Jun-04 2:36
mveDave Kreskowiak30-Jun-04 2:36 
GeneralRe: Hooking application Open file calls Pin
WESHILL5-Jul-04 4:05
WESHILL5-Jul-04 4:05 
GeneralRead a string Pin
Brad Fackrell29-Jun-04 9:57
Brad Fackrell29-Jun-04 9:57 
GeneralRe: Read a string Pin
Name Removed29-Jun-04 10:51
Name Removed29-Jun-04 10:51 
GeneralRe: Read a string Pin
Brad Fackrell29-Jun-04 11:21
Brad Fackrell29-Jun-04 11:21 
GeneralRe: Read a string Pin
shalwi29-Jun-04 18:42
shalwi29-Jun-04 18:42 
GeneralRe: Read a string Pin
Brad Fackrell30-Jun-04 1:33
Brad Fackrell30-Jun-04 1:33 

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.