Click here to Skip to main content
15,889,878 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Coloring ProgressBar Pin
eyalbi00716-Mar-09 3:55
eyalbi00716-Mar-09 3:55 
GeneralRe: Coloring ProgressBar Pin
harold aptroot16-Mar-09 3:57
harold aptroot16-Mar-09 3:57 
GeneralRe: Coloring ProgressBar Pin
eyalbi00716-Mar-09 4:48
eyalbi00716-Mar-09 4:48 
GeneralRe: Coloring ProgressBar Pin
harold aptroot16-Mar-09 4:53
harold aptroot16-Mar-09 4:53 
AnswerRe: Coloring ProgressBar Pin
musefan16-Mar-09 3:12
musefan16-Mar-09 3:12 
Answeris not working Pin
Luc Pattyn16-Mar-09 4:19
sitebuilderLuc Pattyn16-Mar-09 4:19 
QuestionAssign Color to text in Rich Textbox Pin
Sajjad Leo16-Mar-09 1:58
Sajjad Leo16-Mar-09 1:58 
AnswerRe: Assign Color to text in Rich Textbox Pin
Blue_Boy16-Mar-09 2:08
Blue_Boy16-Mar-09 2:08 

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.