Click here to Skip to main content
15,891,248 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Play Video and Audio Pin
Christian Graus3-Apr-07 20:48
protectorChristian Graus3-Apr-07 20:48 
QuestionSend mail without openig SMTP Relay server Pin
nitin_ion3-Apr-07 19:38
nitin_ion3-Apr-07 19:38 
AnswerRe: Send mail without openig SMTP Relay server Pin
Dave Kreskowiak4-Apr-07 3:54
mveDave Kreskowiak4-Apr-07 3:54 
GeneralRe: Send mail without openig SMTP Relay server Pin
nitin_ion4-Apr-07 21:31
nitin_ion4-Apr-07 21:31 
GeneralRe: Send mail without openig SMTP Relay server Pin
Dave Kreskowiak5-Apr-07 1:46
mveDave Kreskowiak5-Apr-07 1:46 
GeneralRe: Send mail without openig SMTP Relay server Pin
nitin_ion5-Apr-07 1:50
nitin_ion5-Apr-07 1:50 
GeneralRe: Send mail without openig SMTP Relay server Pin
Dave Kreskowiak5-Apr-07 13:17
mveDave Kreskowiak5-Apr-07 13:17 
QuestionProblem in Video Pin
Kumaran21cen3-Apr-07 19:07
Kumaran21cen3-Apr-07 19:07 
Hi,

Iam creating the VB Applicaition. In that i have buttom called play. If user click the button. then it launces the mediaplayer and play the appropriate .mpeg file. It works fine in Win2k. But I get audio only , no video in WinXP. Even i Installed the appropriate CODEC files as well.

The CODE is here :
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Private Sub PlayVideo_Click()
ShellExecute Me.hwnd, "open", App.Path & "\Videos\pirates.mpeg", "", "", 0
End Sub

Please tell me whats the problem....


Thanks & Regards
Kumaran

AnswerRe: Problem in Video Pin
Christian Graus3-Apr-07 19:10
protectorChristian Graus3-Apr-07 19:10 
GeneralRe: Problem in Video Pin
Kumaran21cen3-Apr-07 19:19
Kumaran21cen3-Apr-07 19:19 
GeneralRe: Problem in Video Pin
Christian Graus3-Apr-07 21:38
protectorChristian Graus3-Apr-07 21:38 
GeneralRe: Problem in Video Pin
Dave Kreskowiak4-Apr-07 3:51
mveDave Kreskowiak4-Apr-07 3:51 
QuestionInput mask on text box Pin
harveyhanson3-Apr-07 17:07
harveyhanson3-Apr-07 17:07 
AnswerRe: Input mask on text box Pin
Krish - KP3-Apr-07 17:32
Krish - KP3-Apr-07 17:32 
AnswerRe: Input mask on text box Pin
Christian Graus3-Apr-07 17:42
protectorChristian Graus3-Apr-07 17:42 
GeneralRe: Input mask on text box Pin
harveyhanson4-Apr-07 1:47
harveyhanson4-Apr-07 1:47 
GeneralRe: Input mask on text box Pin
Christian Graus4-Apr-07 10:04
protectorChristian Graus4-Apr-07 10:04 
QuestionVB or Macro? Pin
g3neration3-Apr-07 14:26
g3neration3-Apr-07 14:26 
AnswerRe: VB or Macro? Pin
Dave Kreskowiak4-Apr-07 3:47
mveDave Kreskowiak4-Apr-07 3:47 
QuestionListview Pin
Esmo20003-Apr-07 13:20
Esmo20003-Apr-07 13:20 
AnswerRe: Listview Pin
J$3-Apr-07 15:01
J$3-Apr-07 15:01 
Questionhow to buy vb6.0 and vb.net and asp.net Pin
ciacia3-Apr-07 8:54
ciacia3-Apr-07 8:54 
AnswerRe: how to buy vb6.0 and vb.net and asp.net Pin
abbss.gaurav3-Apr-07 9:14
abbss.gaurav3-Apr-07 9:14 
GeneralRe: how to buy vb6.0 and vb.net and asp.net Pin
ciacia4-Apr-07 9:44
ciacia4-Apr-07 9:44 
AnswerRe: how to buy vb6.0 and vb.net and asp.net Pin
Dave Kreskowiak3-Apr-07 9:36
mveDave Kreskowiak3-Apr-07 9:36 

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.