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

Visual Basic

 
GeneralRe: RS MoveNext Pin
Dave Kreskowiak20-May-09 4:12
mveDave Kreskowiak20-May-09 4:12 
GeneralObjection to Dave Kreskowiak Pin
labq58121-May-09 17:03
labq58121-May-09 17:03 
GeneralRe: Objection to Dave Kreskowiak Pin
Dave Kreskowiak22-May-09 12:48
mveDave Kreskowiak22-May-09 12:48 
QuestionHow do you initialize and check if image tags are equal to each other? Pin
ymilan19-May-09 14:15
ymilan19-May-09 14:15 
AnswerRe: How do you initialize and check if image tags are equal to each other? Pin
_Damian S_19-May-09 14:59
professional_Damian S_19-May-09 14:59 
QuestionRe: How do you initialize and check if image tags are equal to each other? Pin
ymilan20-May-09 5:30
ymilan20-May-09 5:30 
AnswerRe: How do you initialize and check if image tags are equal to each other? Pin
_Damian S_20-May-09 16:11
professional_Damian S_20-May-09 16:11 
GeneralRe: How do you initialize and check if image tags are equal to each other? Pin
ymilan21-May-09 5:33
ymilan21-May-09 5:33 
Hello,

I tried to take them out and then the Msgbox messages would run in an incessant loop at runtime.

I took the message boxes out and tried this; but no card from the image1 side shows up over the card in the hearts side.   It is just blank.

Code?   Sorry, I'm such a newbie...

If X <= 12 And Y <= 12 Then
      Hearts(X).Picture = Source.Picture
      Image1(Y).Picture = Hearts(X).Picture
      X = X + 1
      Y = Y + 1
End If
'should initialize those deck positions right in the array?

      For X = 0 To 12 <<<<should I use these For's?
            For Y = 0 To 12
                  Image1(X).Tag = Hearts(Y).Tag <or should I just start with this? But then X and Y will always = each other and it won't go to next lines....it will stop at here.
     
            If Hearts(Y).Tag = Image1(X).Tag Then
            Image1(X).Drag vbEndDrag <<<<<is this where I'm messing up?
            'MsgBox ("You're right!")
      Else
            Image1(X).Drag vbCancel
            'MsgBox ("You're wrong.")

      End If

      Next
      Next

End Sub
GeneralRe: How do you initialize and check if image tags are equal to each other? Pin
_Damian S_21-May-09 15:58
professional_Damian S_21-May-09 15:58 
GeneralRe: How do you initialize and check if image tags are equal to each other? Pin
ymilan23-May-09 7:08
ymilan23-May-09 7:08 
QuestionIssue With Darag and Drop Image and contaner : VB 2005 Pin
nishkarsh_k19-May-09 3:24
nishkarsh_k19-May-09 3:24 
AnswerRe: Issue With Darag and Drop Image and contaner : VB 2005 Pin
Dave Kreskowiak19-May-09 7:41
mveDave Kreskowiak19-May-09 7:41 
QuestionNeed MySql connection string for vb.net ???? Pin
JC.KaNNaN19-May-09 2:33
JC.KaNNaN19-May-09 2:33 
AnswerRe: Need MySql connection string for vb.net ???? Pin
Luc Pattyn19-May-09 2:40
sitebuilderLuc Pattyn19-May-09 2:40 
GeneralRe: Need MySql connection string for vb.net ???? Pin
Jon_Boy19-May-09 3:22
Jon_Boy19-May-09 3:22 
QuestionSQl SERVER Authentication - Login -For Network LAN Pin
Paramu197319-May-09 2:21
Paramu197319-May-09 2:21 
AnswerRe: SQl SERVER Authentication - Login -For Network LAN Pin
Johan Hakkesteegt19-May-09 3:17
Johan Hakkesteegt19-May-09 3:17 
AnswerRe: SQl SERVER Authentication - Login -For Network LAN Pin
Jon_Boy19-May-09 3:23
Jon_Boy19-May-09 3:23 
Questionhow to comare two audio files Pin
en.Mahdi19-May-09 1:24
en.Mahdi19-May-09 1:24 
AnswerRe: how to comare two audio files Pin
Dave Kreskowiak19-May-09 4:21
mveDave Kreskowiak19-May-09 4:21 
AnswerRe: how to comare two audio files Pin
0x3c019-May-09 5:55
0x3c019-May-09 5:55 
GeneralRe: how to comare two audio files Pin
Dave Kreskowiak19-May-09 7:35
mveDave Kreskowiak19-May-09 7:35 
GeneralRe: how to comare two audio files Pin
0x3c019-May-09 10:20
0x3c019-May-09 10:20 
GeneralRe: how to comare two audio files Pin
Jon_Boy20-May-09 1:44
Jon_Boy20-May-09 1:44 
Questioni modify row no 1 but change modify row no 10 ? Pin
krrish95419-May-09 1:06
krrish95419-May-09 1:06 

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.