R
RipperT
Cannot find VB6 newsgroup.
Trying to send a string argument to a shortcut creation method for launching
an Access .mdb file. Here is the string argument (VS 2005).
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE""
""C:\ITS\ITS.mdb"" /wrkgrp ""G:\~Prisoner Census\I T S\IBC_Staff.mdw"
Here is the path that is generated in the created shortcut:
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "C:\ITS\ITS.mdb"
\wrkgrp "G:\~Prisoner Census\I T S\IBC_Staff.mdw"
This is totally correct except the foreslash in front of wrkgrp becomes a
backslash. Any idea how I can fix
this? I've tried a million different ways and spent hours. Someone suggested
placing an @ in front of the strings, but that seems to only apply to C and
C#. Please help!
Rip
Trying to send a string argument to a shortcut creation method for launching
an Access .mdb file. Here is the string argument (VS 2005).
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE""
""C:\ITS\ITS.mdb"" /wrkgrp ""G:\~Prisoner Census\I T S\IBC_Staff.mdw"
Here is the path that is generated in the created shortcut:
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "C:\ITS\ITS.mdb"
\wrkgrp "G:\~Prisoner Census\I T S\IBC_Staff.mdw"
This is totally correct except the foreslash in front of wrkgrp becomes a
backslash. Any idea how I can fix
this? I've tried a million different ways and spent hours. Someone suggested
placing an @ in front of the strings, but that seems to only apply to C and
C#. Please help!
Rip