Click here to Skip to main content
15,896,730 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Karthik Chintala13-Aug-12 0:14
Karthik Chintala13-Aug-12 0:14 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Eddy Vluggen13-Aug-12 0:28
professionalEddy Vluggen13-Aug-12 0:28 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Karthik Chintala13-Aug-12 0:34
Karthik Chintala13-Aug-12 0:34 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Eddy Vluggen13-Aug-12 1:24
professionalEddy Vluggen13-Aug-12 1:24 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Karthik Chintala13-Aug-12 1:29
Karthik Chintala13-Aug-12 1:29 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Eddy Vluggen13-Aug-12 1:39
professionalEddy Vluggen13-Aug-12 1:39 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Karthik Chintala13-Aug-12 0:41
Karthik Chintala13-Aug-12 0:41 
QuestionButton Click acting weird Pin
dtdmike9412-Aug-12 2:12
dtdmike9412-Aug-12 2:12 
VB
Private Sub btnHostTools_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnHostTools.Click
    If GameActive Then
        frmHostTools.Visible = True
    Else
        MsgBox("Please launch halo first!")
    End If
End Sub


My problem is when the game isn't active it displays the message as it should, but the problem is that when the game does become active it will automatically show the form if you clicked the button when it was inactive.
How do I make it stop doing this, it's VERY annoying.
AnswerRe: Button Click acting weird Pin
Eddy Vluggen12-Aug-12 3:37
professionalEddy Vluggen12-Aug-12 3:37 
Questionremove the same rows from a table Pin
Member 933127811-Aug-12 15:18
Member 933127811-Aug-12 15:18 
AnswerRe: remove the same rows from a table Pin
Wes Aday11-Aug-12 17:06
professionalWes Aday11-Aug-12 17:06 
AnswerRe: remove the same rows from a table Pin
Dave Kreskowiak11-Aug-12 17:23
mveDave Kreskowiak11-Aug-12 17:23 
AnswerRe: remove the same rows from a table Pin
Eddy Vluggen11-Aug-12 23:15
professionalEddy Vluggen11-Aug-12 23:15 
AnswerRe: remove the same rows from a table Pin
Member 933127812-Aug-12 2:21
Member 933127812-Aug-12 2:21 
AnswerRe: remove the same rows from a table Pin
Eddy Vluggen13-Aug-12 1:27
professionalEddy Vluggen13-Aug-12 1:27 
QuestionConvert a .Wav File to .mp3 Pin
iismoove11-Aug-12 6:20
iismoove11-Aug-12 6:20 
AnswerRe: Convert a .Wav File to .mp3 Pin
Kenneth Haugland12-Aug-12 13:18
mvaKenneth Haugland12-Aug-12 13:18 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove12-Aug-12 14:16
iismoove12-Aug-12 14:16 
AnswerRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 3:22
professionalEddy Vluggen13-Aug-12 3:22 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 3:32
iismoove13-Aug-12 3:32 
GeneralRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 3:40
professionalEddy Vluggen13-Aug-12 3:40 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 5:03
iismoove13-Aug-12 5:03 
GeneralRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 5:14
professionalEddy Vluggen13-Aug-12 5:14 
GeneralRe: Convert a .Wav File to .mp3 Pin
iismoove13-Aug-12 5:22
iismoove13-Aug-12 5:22 
GeneralRe: Convert a .Wav File to .mp3 Pin
Eddy Vluggen13-Aug-12 5:54
professionalEddy Vluggen13-Aug-12 5:54 

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.