Click here to Skip to main content
15,881,709 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb , vc++ or c++ Pin
Steven J Jowett14-Jun-09 0:00
Steven J Jowett14-Jun-09 0:00 
QuestionHow to flip/turn cards over Pin
ymilan12-Jun-09 5:30
ymilan12-Jun-09 5:30 
AnswerRe: How to flip/turn cards over Pin
Kschuler12-Jun-09 6:06
Kschuler12-Jun-09 6:06 
GeneralRe: How to flip/turn cards over Pin
ymilan12-Jun-09 6:50
ymilan12-Jun-09 6:50 
GeneralRe: How to flip/turn cards over Pin
Kschuler12-Jun-09 7:23
Kschuler12-Jun-09 7:23 
GeneralRe: How to flip/turn cards over Pin
ymilan12-Jun-09 9:34
ymilan12-Jun-09 9:34 
GeneralRe: How to flip/turn cards over Pin
Dave Kreskowiak12-Jun-09 9:33
mveDave Kreskowiak12-Jun-09 9:33 
GeneralRe: How to flip/turn cards over Pin
ymilan15-Jun-09 7:14
ymilan15-Jun-09 7:14 
Trying to understand completely what you are saying:

Basically, I have random cards of all suits on the left of the form.   Each other card has a back.gif to show the back of the card.   Each card is in an array of 52 cards.   When a user clicks the backing card, I want the let's say queen of hearts to show up, hence image1(12), that picture; before they drag the card.

I tried this with If image1(index).picture = loadpicture("C:\backing.gif") Then

image1(12).picture = loadpicture("C:\queenhearts.gif")

and so forth; I would write all the images and set them to the correct gifs.   At runtime, nothing worked when I clicked those cards....

I even thought of trying image1_click(Index As Integer), but that didn't work either.

Any ideas on how to within the same routine, to turn the cards or set them to the proper gif when the user clicks on them?   Seems so simple, but I'm still confused.
AnswerOT Pin
Luc Pattyn12-Jun-09 6:37
sitebuilderLuc Pattyn12-Jun-09 6:37 
GeneralRe: OT Pin
ymilan15-Jun-09 10:00
ymilan15-Jun-09 10:00 
GeneralRe: OT Pin
Luc Pattyn15-Jun-09 10:04
sitebuilderLuc Pattyn15-Jun-09 10:04 
GeneralRe: OT Pin
ymilan15-Jun-09 10:17
ymilan15-Jun-09 10:17 
GeneralRe: OT Pin
Luc Pattyn15-Jun-09 10:22
sitebuilderLuc Pattyn15-Jun-09 10:22 
GeneralRe: OT Pin
ymilan16-Jun-09 5:48
ymilan16-Jun-09 5:48 
GeneralRe: OT Pin
Luc Pattyn16-Jun-09 6:16
sitebuilderLuc Pattyn16-Jun-09 6:16 
GeneralRe: OT Pin
ymilan16-Jun-09 6:54
ymilan16-Jun-09 6:54 
GeneralRe: OT Pin
Luc Pattyn16-Jun-09 11:28
sitebuilderLuc Pattyn16-Jun-09 11:28 
GeneralRe: OT Pin
ymilan16-Jun-09 11:30
ymilan16-Jun-09 11:30 
QuestionRead the comma delimited text file. Pin
Member 402761712-Jun-09 4:59
Member 402761712-Jun-09 4:59 
AnswerRe: Read the comma delimited text file. Pin
EliottA12-Jun-09 5:25
EliottA12-Jun-09 5:25 
AnswerRe: Read the comma delimited text file. Pin
Dave Kreskowiak12-Jun-09 5:26
mveDave Kreskowiak12-Jun-09 5:26 
GeneralRe: Read the comma delimited text file. Pin
Member 402761716-Jun-09 21:17
Member 402761716-Jun-09 21:17 
GeneralRe: Read the comma delimited text file. Pin
Dave Kreskowiak17-Jun-09 1:39
mveDave Kreskowiak17-Jun-09 1:39 
AnswerRe: Read the comma delimited text file. Pin
LloydA11112-Jun-09 9:15
LloydA11112-Jun-09 9:15 
QuestionTrying to acccess sql parameter from dataset Pin
Roger Rainey12-Jun-09 3:56
Roger Rainey12-Jun-09 3:56 

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.