Click here to Skip to main content
15,918,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: to string cannot be used Pin
Christian Graus11-Apr-07 2:00
protectorChristian Graus11-Apr-07 2:00 
AnswerRe: again stumped with arraylists Pin
Dave Kreskowiak11-Apr-07 4:48
mveDave Kreskowiak11-Apr-07 4:48 
Questiondatabase and VB.Net Pin
Mshapis10-Apr-07 21:57
Mshapis10-Apr-07 21:57 
AnswerRe: database and VB.Net Pin
Colin Angus Mackay10-Apr-07 22:17
Colin Angus Mackay10-Apr-07 22:17 
QuestionComparing images using the GetPixel method Pin
Zaegra10-Apr-07 21:56
Zaegra10-Apr-07 21:56 
AnswerRe: Comparing images using the GetPixel method Pin
Christian Graus10-Apr-07 22:39
protectorChristian Graus10-Apr-07 22:39 
Questionhow to play Url through window media player Pin
onrivman10-Apr-07 21:41
onrivman10-Apr-07 21:41 
AnswerRe: how to play Url through window media player Pin
Dave Kreskowiak11-Apr-07 4:46
mveDave Kreskowiak11-Apr-07 4:46 
I don't use MediaPlayer at all, but it would appear that you have to set the URL property, then call the Play method of the CtrlControls collection.
myPlayer.URL = "some URL..."
myPlayer.Ctlcontrols.play()



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionPrevent Certain EXE program from running Pin
chitzdacs10-Apr-07 21:38
chitzdacs10-Apr-07 21:38 
AnswerRe: Prevent Certain EXE program from running Pin
Christian Graus10-Apr-07 22:39
protectorChristian Graus10-Apr-07 22:39 
AnswerRe: Prevent Certain EXE program from running Pin
Dave Kreskowiak11-Apr-07 4:41
mveDave Kreskowiak11-Apr-07 4:41 
QuestionHow to rotate images? Pin
Diego F.10-Apr-07 21:24
Diego F.10-Apr-07 21:24 
AnswerRe: How to rotate images? Pin
Zaegra10-Apr-07 22:00
Zaegra10-Apr-07 22:00 
GeneralRe: How to rotate images? Pin
Diego F.10-Apr-07 22:11
Diego F.10-Apr-07 22:11 
GeneralRe: How to rotate images? Pin
Christian Graus10-Apr-07 22:40
protectorChristian Graus10-Apr-07 22:40 
GeneralRe: How to rotate images? Pin
Zaegra10-Apr-07 22:47
Zaegra10-Apr-07 22:47 
GeneralRe: How to rotate images? Pin
Diego F.10-Apr-07 23:01
Diego F.10-Apr-07 23:01 
GeneralRe: How to rotate images? Pin
Krish - KP10-Apr-07 23:17
Krish - KP10-Apr-07 23:17 
GeneralRe: How to rotate images? Pin
Diego F.10-Apr-07 23:30
Diego F.10-Apr-07 23:30 
GeneralRe: How to rotate images? Pin
Diego F.11-Apr-07 2:12
Diego F.11-Apr-07 2:12 
GeneralRe: How to rotate images? Pin
Diego F.11-Apr-07 2:29
Diego F.11-Apr-07 2:29 
Question.exe file creation Pin
navyasri10-Apr-07 20:51
navyasri10-Apr-07 20:51 
AnswerRe: .exe file creation Pin
Krish - KP10-Apr-07 20:55
Krish - KP10-Apr-07 20:55 
AnswerRe: .exe file creation Pin
Christian Graus10-Apr-07 20:56
protectorChristian Graus10-Apr-07 20:56 
AnswerRe: .exe file creation Pin
kigali10-Apr-07 23:14
kigali10-Apr-07 23:14 

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.