Click here to Skip to main content
16,007,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Auto Launch @ windows start-up Pin
MatrixCoder4-Feb-07 8:13
MatrixCoder4-Feb-07 8:13 
AnswerRe: Auto Launch @ windows start-up Pin
A*****4-Feb-07 16:06
A*****4-Feb-07 16:06 
GeneralRe: Auto Launch @ windows start-up Pin
WestSideRailways4-Feb-07 20:30
WestSideRailways4-Feb-07 20:30 
QuestionCreate new object as public? Pin
cstrader2324-Feb-07 3:56
cstrader2324-Feb-07 3:56 
AnswerRe: Create new object as public? Pin
MatrixCoder4-Feb-07 5:07
MatrixCoder4-Feb-07 5:07 
GeneralRe: Create new object as public? Pin
cstrader2324-Feb-07 7:19
cstrader2324-Feb-07 7:19 
AnswerRe: Create new object as public? Pin
Guffa4-Feb-07 6:35
Guffa4-Feb-07 6:35 
QuestionWMP functions Pin
jady844-Feb-07 2:45
jady844-Feb-07 2:45 
Hi All,

I want WMP to set my timers off, everytime the 'play' button is clicked. However I cannot seem to find what the name of the intergrated 'play' function is.

for e.g.

Private Sub AxWindowsMediaPlayer1_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AxWindowsMediaPlayer1.Enter

If numberofcalls = 0 Then
Timer1.Enabled = True
End If

If numberofcalls = 1 Then
Timer2.Enabled = True
......etc

In this code timer1 is enabled when play is pressed right at the beggining, but when play is pressed again, timer2 doesnt seem to work (be enabled).

Thanks in advance

Jaidev
AnswerRe: WMP functions Pin
Christian Graus4-Feb-07 9:20
protectorChristian Graus4-Feb-07 9:20 
GeneralRe: WMP functions Pin
jady844-Feb-07 10:34
jady844-Feb-07 10:34 
GeneralRe: WMP functions Pin
Christian Graus4-Feb-07 12:29
protectorChristian Graus4-Feb-07 12:29 
QuestionHow to run Windows Explorer from an application Pin
TJO14-Feb-07 0:51
TJO14-Feb-07 0:51 
AnswerRe: How to run Windows Explorer from an application Pin
Christian Graus4-Feb-07 0:55
protectorChristian Graus4-Feb-07 0:55 
GeneralRe: How to run Windows Explorer from an application Pin
TJO15-Feb-07 0:14
TJO15-Feb-07 0:14 
QuestionSearch Data Grid Pin
aslamshaikh044-Feb-07 0:44
aslamshaikh044-Feb-07 0:44 
AnswerRe: Search Data Grid Pin
Christian Graus4-Feb-07 0:54
protectorChristian Graus4-Feb-07 0:54 
QuestionChoosing specific folders to Delete Pin
charchabil034-Feb-07 0:43
charchabil034-Feb-07 0:43 
Questionselecting values in datagrid & getting it into textbox Pin
swetachotalia4-Feb-07 0:16
swetachotalia4-Feb-07 0:16 
AnswerRe: selecting values in datagrid & getting it into textbox Pin
Christian Graus4-Feb-07 0:25
protectorChristian Graus4-Feb-07 0:25 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
aslamshaikh044-Feb-07 0:41
aslamshaikh044-Feb-07 0:41 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
Christian Graus4-Feb-07 0:52
protectorChristian Graus4-Feb-07 0:52 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
aslamshaikh044-Feb-07 2:08
aslamshaikh044-Feb-07 2:08 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
aslamshaikh044-Feb-07 2:17
aslamshaikh044-Feb-07 2:17 
QuestionTextfile connection Pin
Socheat.Net3-Feb-07 22:32
Socheat.Net3-Feb-07 22:32 
AnswerRe: Textfile connection Pin
Christian Graus3-Feb-07 23:25
protectorChristian Graus3-Feb-07 23:25 

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.