Click here to Skip to main content
15,912,400 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Need Help with Shuffle of a deck Pin
ymilan10-Apr-09 10:22
ymilan10-Apr-09 10:22 
GeneralRe: Need Help with Shuffle of a deck Pin
riced10-Apr-09 10:54
riced10-Apr-09 10:54 
GeneralRe: Need Help with Shuffle of a deck Pin
ymilan10-Apr-09 10:58
ymilan10-Apr-09 10:58 
GeneralRe: Need Help with Shuffle of a deck Pin
riced10-Apr-09 11:08
riced10-Apr-09 11:08 
GeneralRe: Need Help with Shuffle of a deck Pin
ymilan11-Apr-09 6:13
ymilan11-Apr-09 6:13 
GeneralRe: Need Help with Shuffle of a deck Pin
riced12-Apr-09 3:50
riced12-Apr-09 3:50 
GeneralRe: Need Help with Shuffle of a deck Pin
ymilan12-Apr-09 5:58
ymilan12-Apr-09 5:58 
GeneralRe: Need Help with Shuffle of a deck Pin
riced12-Apr-09 6:29
riced12-Apr-09 6:29 
So you have 52 Image1() controls and want to display the deck in them?. Do the indexes for the controls go from 1 to 52 or from 0 to 51? You should be able to find that from the properties in the designer. Depending on whether it's 0-51 or 1-52 there could be a simple solution.

How do the Image1() controls get filled with pictures when the program starts up? Is there any code that fills them (probably in Form_Load event if there is)? Or did you set them in the designer?

I managed to dig out an old machine that still had VB6 on and had a little play - frightening how much I'd forgotten about Image controls!

Regards
David R

GeneralRe: Need Help with Shuffle of a deck Pin
ymilan12-Apr-09 6:38
ymilan12-Apr-09 6:38 
GeneralRe: Need Help with Shuffle of a deck Pin
riced12-Apr-09 7:12
riced12-Apr-09 7:12 
GeneralRe: Need Help with Shuffle of a deck Pin
ymilan12-Apr-09 7:21
ymilan12-Apr-09 7:21 
GeneralRe: Need Help with Shuffle of a deck Pin
ymilan12-Apr-09 8:26
ymilan12-Apr-09 8:26 
GeneralRe: Need Help with Shuffle of a deck Pin
riced13-Apr-09 2:19
riced13-Apr-09 2:19 
GeneralRe: Need Help with Shuffle of a deck Pin
ymilan13-Apr-09 14:52
ymilan13-Apr-09 14:52 
GeneralRe: Need Help with Shuffle of a deck Pin
ymilan12-Apr-09 6:39
ymilan12-Apr-09 6:39 
GeneralRe: Need Help with Shuffle of a deck Pin
ymilan11-Apr-09 8:45
ymilan11-Apr-09 8:45 
AnswerRe: Need Help with Shuffle of a deck Pin
riced10-Apr-09 3:59
riced10-Apr-09 3:59 
GeneralRe: Need Help with Shuffle of a deck Pin
ymilan10-Apr-09 4:54
ymilan10-Apr-09 4:54 
QuestionVisual Studio, VB.Net ODBC Read from Progress Database Pin
RDCK9-Apr-09 8:51
RDCK9-Apr-09 8:51 
AnswerRe: Visual Studio, VB.Net ODBC Read from Progress Database Pin
Johan Hakkesteegt9-Apr-09 9:35
Johan Hakkesteegt9-Apr-09 9:35 
GeneralRe: Visual Studio, VB.Net ODBC Read from Progress Database Pin
RDCK14-Apr-09 12:40
RDCK14-Apr-09 12:40 
QuestionRounding problem w/ var of type single Pin
Jon_Boy9-Apr-09 7:09
Jon_Boy9-Apr-09 7:09 
AnswerRe: Rounding problem w/ var of type single Pin
Jon_Boy9-Apr-09 7:22
Jon_Boy9-Apr-09 7:22 
AnswerRe: Rounding problem w/ var of type single Pin
Dave Kreskowiak9-Apr-09 7:46
mveDave Kreskowiak9-Apr-09 7:46 
GeneralRe: Rounding problem w/ var of type single Pin
Jon_Boy9-Apr-09 7:59
Jon_Boy9-Apr-09 7:59 

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.