Click here to Skip to main content
15,909,205 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows 7 Lock app [fixed] Pin
flinchy318-Jun-12 3:12
flinchy318-Jun-12 3:12 
GeneralRe: Windows 7 Lock app [fixed] Pin
Eddy Vluggen18-Jun-12 6:23
professionalEddy Vluggen18-Jun-12 6:23 
AnswerRe: Windows 7 Lock app Pin
Richard MacCutchan16-Jun-12 21:49
mveRichard MacCutchan16-Jun-12 21:49 
GeneralRe: Windows 7 Lock app Pin
Dave Kreskowiak18-Jun-12 2:06
mveDave Kreskowiak18-Jun-12 2:06 
GeneralRe: Windows 7 Lock app Pin
flinchy318-Jun-12 3:15
flinchy318-Jun-12 3:15 
GeneralRe: Windows 7 Lock application Pin
flinchy320-Jun-12 2:23
flinchy320-Jun-12 2:23 
AnswerRe: Windows 7 Lock app Pin
Bernhard Hiller17-Jun-12 22:27
Bernhard Hiller17-Jun-12 22:27 
GeneralRe: Windows 7 Lock app Pin
flinchy318-Jun-12 3:32
flinchy318-Jun-12 3:32 
GeneralRe: Windows 7 Lock app Pin
flinchy318-Jun-12 3:33
flinchy318-Jun-12 3:33 
QuestionGet Image Size using ByteArray Pin
Midnight Ahri15-Jun-12 18:44
Midnight Ahri15-Jun-12 18:44 
AnswerRe: Get Image Size using ByteArray Pin
Dave Kreskowiak15-Jun-12 18:52
mveDave Kreskowiak15-Jun-12 18:52 
AnswerRe: Get Image Size using ByteArray Pin
908236519-Jun-12 5:45
908236519-Jun-12 5:45 
GeneralRe: Get Image Size using ByteArray Pin
Midnight Ahri19-Jun-12 15:02
Midnight Ahri19-Jun-12 15:02 
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 
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 
It's not the quotes that are screwing it up, it's the backslashes. You don't normally see directory paths specified with a trailing backslash. You can put any filepath you want inside double quotes, even if there are no spaces in the path.

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.