Click here to Skip to main content
15,888,908 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Accessing a network drive letter??? Pin
Britnt712-Jul-04 7:22
Britnt712-Jul-04 7:22 
GeneralRe: Accessing a network drive letter??? Pin
Dave Kreskowiak12-Jul-04 10:29
mveDave Kreskowiak12-Jul-04 10:29 
GeneralSystem.OutOfMemoryException Pin
Brad Fackrell12-Jul-04 4:44
Brad Fackrell12-Jul-04 4:44 
GeneralRe: System.OutOfMemoryException Pin
Dave Kreskowiak12-Jul-04 6:04
mveDave Kreskowiak12-Jul-04 6:04 
GeneralRe: System.OutOfMemoryException Pin
Brad Fackrell12-Jul-04 6:17
Brad Fackrell12-Jul-04 6:17 
GeneralRe: System.OutOfMemoryException Pin
Brad Fackrell12-Jul-04 6:56
Brad Fackrell12-Jul-04 6:56 
GeneralRe: System.OutOfMemoryException Pin
beowulfagate12-Jul-04 13:46
beowulfagate12-Jul-04 13:46 
GeneralRe: System.OutOfMemoryException Pin
Brad Fackrell13-Jul-04 7:58
Brad Fackrell13-Jul-04 7:58 
Thanks.

I discovered that the images in the directory that I was trying to read were link files (image.jpg.lnk).

I'm trying to solve the problem by trimming off the lnk...

newFileName = file.Name.Replace(".lnk", "")

...and rewrite my path string to go to the file location where the actual jpg lives...

newFilePath = filePath.Replace("Original String", "New String")

I'm still working on that second part...Eek! | :eek: It is complicated by the fact that the Original String is never the same and part of it is used to create the New String. But I think I can figure it out...Unsure | :~

Thanks again!
Brad
GeneralWeb browser credentials Pin
wizard_nz12-Jul-04 0:09
wizard_nz12-Jul-04 0:09 
QuestionOpenFileDialog and StartUpPath of Windows Service? Pin
mythinky11-Jul-04 23:37
mythinky11-Jul-04 23:37 
AnswerRe: OpenFileDialog and StartUpPath of Windows Service? Pin
Syed Abdul Khader11-Jul-04 23:55
Syed Abdul Khader11-Jul-04 23:55 
AnswerRe: OpenFileDialog and StartUpPath of Windows Service? Pin
Dave Kreskowiak12-Jul-04 6:49
mveDave Kreskowiak12-Jul-04 6:49 
GeneralError in deploying to Pocket PC Pin
Member 53081011-Jul-04 22:13
Member 53081011-Jul-04 22:13 
GeneralRe: Error in deploying to Pocket PC Pin
Dave Kreskowiak12-Jul-04 0:56
mveDave Kreskowiak12-Jul-04 0:56 
GeneralRe: Error in deploying to Pocket PC Pin
12-Jul-04 1:43
suss12-Jul-04 1:43 
GeneralHelp in Serialization and Remote events Pin
Member 106003411-Jul-04 21:51
Member 106003411-Jul-04 21:51 
GeneralRe: Help in Serialization and Remote events Pin
James Gohl14-Jul-04 8:53
James Gohl14-Jul-04 8:53 
QuestionHow to call a form using keyboard like F3 Pin
Seah6911-Jul-04 17:46
Seah6911-Jul-04 17:46 
AnswerRe: How to call a form using keyboard like F3 Pin
Syed Abdul Khader11-Jul-04 23:21
Syed Abdul Khader11-Jul-04 23:21 
AnswerRe: How to call a form using keyboard like F3 Pin
Syed Abdul Khader11-Jul-04 23:45
Syed Abdul Khader11-Jul-04 23:45 
GeneralWord.Application how to load to object without open Pin
vancouver77711-Jul-04 13:00
vancouver77711-Jul-04 13:00 
GeneralRe: Word.Application how to load to object without open Pin
Dave Kreskowiak11-Jul-04 16:53
mveDave Kreskowiak11-Jul-04 16:53 
GeneralRe: Word.Application how to load to object without open Pin
vancouver77712-Jul-04 0:59
vancouver77712-Jul-04 0:59 
GeneralRe: Word.Application how to load to object without open Pin
vancouver77712-Jul-04 7:59
vancouver77712-Jul-04 7:59 
Generaldisplay word file Pin
nazerudeen11-Jul-04 2:21
nazerudeen11-Jul-04 2:21 

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.