Click here to Skip to main content
15,903,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: execute batch file through vb.net Pin
Christian Graus4-Nov-07 22:50
protectorChristian Graus4-Nov-07 22:50 
AnswerRe: execute batch file through vb.net Pin
nishkarsh_k5-Nov-07 3:56
nishkarsh_k5-Nov-07 3:56 
Questionexcel sheet not opening in another system Pin
afreen taj4-Nov-07 18:48
afreen taj4-Nov-07 18:48 
AnswerRe: excel sheet not opening in another system Pin
ne0h4-Nov-07 19:50
ne0h4-Nov-07 19:50 
Questionvb.net Pin
afreen taj4-Nov-07 18:45
afreen taj4-Nov-07 18:45 
AnswerRe: vb.net Pin
Christian Graus4-Nov-07 22:51
protectorChristian Graus4-Nov-07 22:51 
QuestionPropertyGrid Pin
danasegaranea4-Nov-07 17:41
danasegaranea4-Nov-07 17:41 
QuestionLoading images async Pin
2hdass4-Nov-07 16:08
2hdass4-Nov-07 16:08 
My application requries loading all the pictures from a specified folder, and then reading the exif meta data off them.

Pictures will be displayed by PictureBoxes, and that the images are loaded using the PictureBox.Image property. I cannot make it work by using the
PictureBox.LoadAsync() function because the LoadAsync() method does not read the exif meta data.

And here are my questions:
1)
Is there any way to generate the images without first loading the whole image into memeory? As of this moment, my thumbnails are generated by first setting the PictureBox.Image property, and then use the PictureBox.getthumbnailimage and then setting the PictureBox.image to the thumbnail, which first loads the whole image into memeory, and then generating one, and then finally assigning it back to the picture box

2)
Is there any way to load the picture Async without using the LoadAsync() function. Or is there any way to load the picture using the LoadAsync() function while keeping all the exif meta data available?

thank you very much
AnswerRe: Loading images async Pin
Luc Pattyn4-Nov-07 17:04
sitebuilderLuc Pattyn4-Nov-07 17:04 
GeneralRe: Loading images async Pin
2hdass5-Nov-07 16:19
2hdass5-Nov-07 16:19 
GeneralRe: Loading images async Pin
Luc Pattyn5-Nov-07 18:53
sitebuilderLuc Pattyn5-Nov-07 18:53 
Questionwriting games in vb? Pin
nwahsbac4-Nov-07 14:49
nwahsbac4-Nov-07 14:49 
AnswerRe: writing games in vb? Pin
Christian Graus4-Nov-07 15:10
protectorChristian Graus4-Nov-07 15:10 
Questioncrystal Pin
twsted f84-Nov-07 12:21
twsted f84-Nov-07 12:21 
Questionerror "multiple step operation generated errors. check each status value." Pin
gaurav_me4-Nov-07 9:56
gaurav_me4-Nov-07 9:56 
AnswerRe: error "multiple step operation generated errors. check each status value." Pin
Guffa4-Nov-07 10:33
Guffa4-Nov-07 10:33 
GeneralRe: error "multiple step operation generated errors. check each status value." Pin
danasegaranea4-Nov-07 17:54
danasegaranea4-Nov-07 17:54 
QuestionList Box Pin
roger68974-Nov-07 6:26
roger68974-Nov-07 6:26 
AnswerRe: List Box Pin
AliAmjad4-Nov-07 7:30
AliAmjad4-Nov-07 7:30 
GeneralRe: List Box Pin
roger68974-Nov-07 10:02
roger68974-Nov-07 10:02 
GeneralRe: List Box Pin
AliAmjad4-Nov-07 22:42
AliAmjad4-Nov-07 22:42 
GeneralRe: List Box Pin
dexter97034-Nov-07 23:04
dexter97034-Nov-07 23:04 
QuestionAddition Pin
dexter97034-Nov-07 5:37
dexter97034-Nov-07 5:37 
AnswerRe: Addition Pin
AliAmjad4-Nov-07 5:46
AliAmjad4-Nov-07 5:46 
GeneralRe: Addition Pin
dexter97034-Nov-07 6:14
dexter97034-Nov-07 6:14 

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.