Click here to Skip to main content
15,920,632 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Copy Media File To ClipBoard Pin
StewBob10-Jul-06 7:32
StewBob10-Jul-06 7:32 
Questionhow to Stop running when form open. Pin
campbells28-Mar-06 2:46
campbells28-Mar-06 2:46 
AnswerRe: how to Stop running when form open. Pin
IBetNoBodyWillHaveThisNameOrAlias28-Mar-06 7:03
IBetNoBodyWillHaveThisNameOrAlias28-Mar-06 7:03 
GeneralRe: how to Stop running when form open. Pin
campbells28-Mar-06 20:39
campbells28-Mar-06 20:39 
GeneralRe: how to Stop running when form open. Pin
Chatura Dilan28-Mar-06 21:24
Chatura Dilan28-Mar-06 21:24 
GeneralRe: how to Stop running when form open. Pin
campbells29-Mar-06 0:32
campbells29-Mar-06 0:32 
GeneralRe: how to Stop running when form open. Pin
Chatura Dilan29-Mar-06 0:58
Chatura Dilan29-Mar-06 0:58 
GeneralRe: how to Stop running when form open. Pin
campbells29-Mar-06 1:50
campbells29-Mar-06 1:50 
i had try it not working.... if i exit that function... it woundnt run the other coding wat i mean it i just want to PAUSE it at that time when the other form open , when the form is close then continue the next coding.
actually my method is first i use timer to make the object move one by one which is the image according to the location, and then in my function check () to check some condition
--- check condition
...........
ElseIf x = 32 Or x = 56 Then
stime.enabled=false
'if computer turn, on the AI player function in the quiz
If com(Turn).Visible = True Then
quiz2.computer.Text = "on"
End If
quiz2.ShowDialog()

'if player able to win in the quiz move to other location
If x = 32 Then
If quiz2.result.Text = "y" Then
PlayerP(Turn).Location = squarelabel(z + 48).Location
Ppos(Turn).Text = 48
End If
ElseIf x = 56 Then
If quiz2.result.Text = "y" Then
PlayerP(Turn).Location = squarelabel(z + 74).Location
Ppos(Turn).Text = 74
End If

End If
ElseIf Turn >= NumPlayer.Text Then
Turn = 0.........
Questionhow to close entire system properly? Pin
campbells28-Mar-06 2:27
campbells28-Mar-06 2:27 
AnswerRe: how to close entire system properly? Pin
FeRtoll28-Mar-06 4:55
FeRtoll28-Mar-06 4:55 
GeneralRe: how to close entire system properly? Pin
campbells28-Mar-06 5:54
campbells28-Mar-06 5:54 
GeneralRe: how to close entire system properly? Pin
FeRtoll28-Mar-06 9:31
FeRtoll28-Mar-06 9:31 
QuestionRemove the last "add line" from Datagrid Pin
Izak -28-Mar-06 2:22
Izak -28-Mar-06 2:22 
AnswerRe: Remove the last "add line" from Datagrid Pin
Dean_SF29-Mar-06 4:15
Dean_SF29-Mar-06 4:15 
QuestionMedia File Cutting and Trimming Pin
shreyash_parihar28-Mar-06 2:05
shreyash_parihar28-Mar-06 2:05 
QuestionHotkey Tab Control Pin
paas28-Mar-06 1:14
paas28-Mar-06 1:14 
AnswerRe: Hotkey Tab Control Pin
paas3-Apr-06 1:52
paas3-Apr-06 1:52 
QuestionMethod Of Object failed Pin
zubair_ahmed27-Mar-06 21:51
zubair_ahmed27-Mar-06 21:51 
Questionproblem when open image from file Pin
campbells27-Mar-06 21:29
campbells27-Mar-06 21:29 
AnswerRe: problem when open image from file Pin
Swammingo27-Mar-06 22:38
Swammingo27-Mar-06 22:38 
AnswerRe: problem when open image from file Pin
Chatura Dilan27-Mar-06 22:45
Chatura Dilan27-Mar-06 22:45 
GeneralRe: problem when open image from file Pin
campbells28-Mar-06 2:22
campbells28-Mar-06 2:22 
GeneralRe: problem when open image from file Pin
Chatura Dilan28-Mar-06 14:12
Chatura Dilan28-Mar-06 14:12 
Questionhow can i format to DateTime value in Datagrid? Pin
tetra_thlaing27-Mar-06 21:15
tetra_thlaing27-Mar-06 21:15 
AnswerRe: how can i format to DateTime value in Datagrid? Pin
Macky10027-Mar-06 22:40
Macky10027-Mar-06 22:40 

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.