Click here to Skip to main content
15,916,091 members
Home / Discussions / C#
   

C#

 
AnswerRe: Java vs .NET - Open Source Pin
harold aptroot16-Mar-09 3:55
harold aptroot16-Mar-09 3:55 
GeneralRe: Java vs .NET - Open Source Pin
dataminers16-Mar-09 6:47
dataminers16-Mar-09 6:47 
AnswerRe: Java vs .NET - Open Source Pin
DaveyM6916-Mar-09 5:02
professionalDaveyM6916-Mar-09 5:02 
GeneralRe: Java vs .NET - Open Source Pin
dataminers16-Mar-09 5:13
dataminers16-Mar-09 5:13 
GeneralRe: Java vs .NET - Open Source Pin
DaveyM6916-Mar-09 5:41
professionalDaveyM6916-Mar-09 5:41 
GeneralRe: Java vs .NET - Open Source Pin
dataminers16-Mar-09 5:59
dataminers16-Mar-09 5:59 
GeneralRe: Java vs .NET - Open Source Pin
Eddy Vluggen16-Mar-09 6:10
professionalEddy Vluggen16-Mar-09 6:10 
GeneralRe: Java vs .NET - Open Source Pin
DaveyM6916-Mar-09 11:00
professionalDaveyM6916-Mar-09 11:00 
AnswerRe: Java vs .NET - Open Source Pin
led mike16-Mar-09 5:50
led mike16-Mar-09 5:50 
GeneralRe: Java vs .NET - Open Source Pin
Pete O'Hanlon16-Mar-09 5:59
mvePete O'Hanlon16-Mar-09 5:59 
GeneralRe: Java vs .NET - Open Source Pin
led mike16-Mar-09 6:39
led mike16-Mar-09 6:39 
GeneralRe: Java vs .NET - Open Source Pin
dataminers16-Mar-09 6:02
dataminers16-Mar-09 6:02 
GeneralRe: Java vs .NET - Open Source Pin
Pete O'Hanlon16-Mar-09 6:10
mvePete O'Hanlon16-Mar-09 6:10 
AnswerRe: Java vs .NET - Open Source Pin
Mohammad Dayyan16-Mar-09 9:48
Mohammad Dayyan16-Mar-09 9:48 
QuestionDisplaying multiple images in a picturebox crashes after the first one Pin
Sam Shiell16-Mar-09 3:34
Sam Shiell16-Mar-09 3:34 
AnswerRe: Displaying multiple images in a picturebox crashes after the first one Pin
Dave Kreskowiak16-Mar-09 6:04
mveDave Kreskowiak16-Mar-09 6:04 
It could be caused by the file still being written to the disk. The FSW fires it's event when the file is created, not when the app writing the file is done writing it. So, try to open the file DenyShareAll, and if it fails, Sleep for a second, then try again. If the file opens, then you can safely create a Bitmap object from the filestream, close the file, then assign the bitmap to the PictureBox's Image property.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: Displaying multiple images in a picturebox crashes after the first one Pin
Sam Shiell17-Mar-09 23:30
Sam Shiell17-Mar-09 23:30 
Questionsmall start up application... Pin
geoNeo_16-Mar-09 3:11
geoNeo_16-Mar-09 3:11 
AnswerRe: small start up application... Pin
musefan16-Mar-09 3:26
musefan16-Mar-09 3:26 
GeneralRe: small start up application... Pin
geoNeo_16-Mar-09 3:33
geoNeo_16-Mar-09 3:33 
QuestionColoring ProgressBar Pin
eyalbi00716-Mar-09 3:01
eyalbi00716-Mar-09 3:01 
AnswerRe: Coloring ProgressBar Pin
harold aptroot16-Mar-09 3:11
harold aptroot16-Mar-09 3:11 
GeneralRe: Coloring ProgressBar Pin
musefan16-Mar-09 3:17
musefan16-Mar-09 3:17 
GeneralRe: Coloring ProgressBar Pin
eyalbi00716-Mar-09 3:35
eyalbi00716-Mar-09 3:35 
GeneralRe: Coloring ProgressBar Pin
harold aptroot16-Mar-09 3:40
harold aptroot16-Mar-09 3:40 

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.