Click here to Skip to main content
15,895,256 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Get Image Size using ByteArray Pin
Dave Kreskowiak20-Jun-12 2:13
mveDave Kreskowiak20-Jun-12 2:13 
GeneralRe: Get Image Size using ByteArray Pin
Midnight Ahri20-Jun-12 15:07
Midnight Ahri20-Jun-12 15:07 
QuestionStruggling to retrieve date from a table in adatapicker Pin
ilgrongo15-Jun-12 9:35
ilgrongo15-Jun-12 9:35 
AnswerRe: Struggling to retrieve date from a table in adatapicker Pin
Dave Kreskowiak15-Jun-12 19:00
mveDave Kreskowiak15-Jun-12 19:00 
QuestionVB 2008, forms and bindingsource Pin
Ivan Marijanovic15-Jun-12 5:03
Ivan Marijanovic15-Jun-12 5:03 
AnswerRe: VB 2008, forms and bindingsource Pin
javadadabi16-Jun-12 22:52
javadadabi16-Jun-12 22:52 
QuestionGetCommandLineArgs() fails for long directory name? Pin
biop.codeproject15-Jun-12 0:20
biop.codeproject15-Jun-12 0:20 
AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
908236515-Jun-12 1:51
908236515-Jun-12 1:51 
I'm assuming that the quotation marks are all part of the input in which case you're confusing the heck out of the parser! As I understand it, the input you need is ..


C:\abc123\456780\ "C:\long long long space\\\" "abc=def, 123=456, 81\23 33"

if the long directory name includes spaces else

C:\abc123\456780\ C:\longlonglongnospaces\ "abc=def, 123=456, 81\23 33"

See MS help ....

Quote:
Command line arguments are delimited by spaces. You can use double quotation marks (") to include spaces within an argument. The single quotation mark ('), however, does not provide this functionality.

If a double quotation mark follows two or an even number of backslashes, each proceeding backslash pair is replaced with one backslash and the double quotation mark is removed. If a double quotation mark follows an odd number of backslashes, including just one, each preceding pair is replaced with one backslash and the remaining backslash is removed; however, in this case the double quotation mark is not removed.

AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
Eddy Vluggen15-Jun-12 1:54
professionalEddy Vluggen15-Jun-12 1:54 
GeneralRe: GetCommandLineArgs() fails for long directory name? Pin
biop.codeproject15-Jun-12 21:38
biop.codeproject15-Jun-12 21:38 
GeneralRe: GetCommandLineArgs() fails for long directory name? Pin
Eddy Vluggen15-Jun-12 22:28
professionalEddy Vluggen15-Jun-12 22:28 
AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
Dave Kreskowiak15-Jun-12 1:57
mveDave Kreskowiak15-Jun-12 1:57 
GeneralRe: GetCommandLineArgs() fails for long directory name? Pin
biop.codeproject15-Jun-12 21:39
biop.codeproject15-Jun-12 21:39 
AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
Richard MacCutchan15-Jun-12 2:53
mveRichard MacCutchan15-Jun-12 2:53 
GeneralRe: GetCommandLineArgs() fails for long directory name? Pin
biop.codeproject15-Jun-12 21:40
biop.codeproject15-Jun-12 21:40 
Questionhow to create advanced browser like firefox with visual basic 2010? Pin
JOHNSAMI13-Jun-12 16:19
JOHNSAMI13-Jun-12 16:19 
AnswerRe: how to create advanced browser like firefox with visual basic 2010? Pin
Dave Kreskowiak13-Jun-12 18:22
mveDave Kreskowiak13-Jun-12 18:22 
Questionvb .net - Moving to a new computer Pin
No-e13-Jun-12 8:02
No-e13-Jun-12 8:02 
AnswerRe: vb .net - Moving to a new computer Pin
Dave Kreskowiak13-Jun-12 8:12
mveDave Kreskowiak13-Jun-12 8:12 
GeneralRe: vb .net - Moving to a new computer Pin
No-e13-Jun-12 9:48
No-e13-Jun-12 9:48 
GeneralRe: vb .net - Moving to a new computer Pin
Richard MacCutchan13-Jun-12 22:46
mveRichard MacCutchan13-Jun-12 22:46 
QuestionHow to Print this array in word?(VBA) Pin
godevg12-Jun-12 21:23
godevg12-Jun-12 21:23 
AnswerRe: How to Print this array in word?(VBA) Pin
Andy_L_J12-Jun-12 21:57
Andy_L_J12-Jun-12 21:57 
QuestionLimit picture size in picture box Pin
Midnight Ahri10-Jun-12 22:51
Midnight Ahri10-Jun-12 22:51 
AnswerRe: Limit picture size in picture box Pin
Eddy Vluggen11-Jun-12 0:09
professionalEddy Vluggen11-Jun-12 0:09 

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.