Click here to Skip to main content
15,886,110 members

Comments by Rddezh (Top 7 by date)

Rddezh 28-May-13 10:08am View    
I tried with DataReceived event, but I still get 59 :(
Rddezh 17-Apr-13 7:22am View    
I draw the string after drawing model, but if I reverse that, there's no change.
My model drawing code is from that page:
http://msdn.microsoft.com/en-us/library/bb197293%28v=xnagamestudio.31%29.aspx
, but it has some small modifications.
Rddezh 26-Dec-12 12:57pm View    
Hi! You should check the data type of My.Resources._2.

1. Insert brakepoint in the line, where seting value to picturebox image
2. Debug the program
3. Put mouse over the My.Resources._2 and check if it is the Image, Bitmap or any other type, that can be directly converted to Image.

I never used VB too much, but I'm familiar with c# ;)
Rddezh 24-Dec-12 13:17pm View    
Right now, I'm making a class Photo. In this class I have all data about image and the image itself.

Then I will create an array of this class. It will hold 3 images - current one, the next one and the previous one. After moving to another picture I will be able to load the image directly from the class and load the next one in the background.

So thanks for all help.
Rddezh 24-Dec-12 13:00pm View    
It still takes a few moments to load but it is much better. Thank you, very much!