Click here to Skip to main content
15,892,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how can i use my datagridview's combobox Pin
Jay Royall20-Jun-08 6:05
Jay Royall20-Jun-08 6:05 
QuestionDisable the controls in a form... Pin
Sebastian T Xavier20-Jun-08 4:22
Sebastian T Xavier20-Jun-08 4:22 
AnswerRe: Disable the controls in a form... Pin
Eduard Keilholz20-Jun-08 4:54
Eduard Keilholz20-Jun-08 4:54 
GeneralRe: Disable the controls in a form... Pin
Sebastian T Xavier20-Jun-08 5:32
Sebastian T Xavier20-Jun-08 5:32 
GeneralRe: Disable the controls in a form... Pin
MarkB77720-Jun-08 19:42
MarkB77720-Jun-08 19:42 
AnswerRe: Disable the controls in a form... Pin
Jay Royall20-Jun-08 5:28
Jay Royall20-Jun-08 5:28 
QuestionTransparent Form and windows media player Pin
divyesh143220-Jun-08 1:24
divyesh143220-Jun-08 1:24 
AnswerRe: Transparent Form and windows media player Pin
nogChoco22-Jun-08 5:35
nogChoco22-Jun-08 5:35 
Hi,

This is probably caused by the fact that the mediaplayer is using hardware acceleration to show the video (this is known as a video-overlay).

What that means, is that the mediaplayer is not actually showing the video but just a rectangle with a specific colour, and the videocard will then replace any pixel that has that colour with the video. I believe the video-overlay colour is usually rgb(16,0,16) but it could vary.

Make a form with its backcolor set to 16;0;16 and move it over your mediaplayer: you should see the video playing on your form then.
QuestionDataGridView to Xml Pin
Anoop Brijmohun19-Jun-08 23:39
Anoop Brijmohun19-Jun-08 23:39 
AnswerRe: DataGridView to Xml Pin
Ajay.k_Singh20-Jun-08 3:19
Ajay.k_Singh20-Jun-08 3:19 
GeneralRe: DataGridView to Xml Pin
Anoop Brijmohun20-Jun-08 3:27
Anoop Brijmohun20-Jun-08 3:27 
QuestionSubClassing Word2007 Fluent Ribbon... Pin
S2Coder19-Jun-08 23:18
S2Coder19-Jun-08 23:18 
QuestionAdding data in a combo box from the database Pin
Aigini19-Jun-08 21:27
Aigini19-Jun-08 21:27 
AnswerRe: Adding data in a combo box from the database Pin
Christian Graus19-Jun-08 21:43
protectorChristian Graus19-Jun-08 21:43 
Questioncalling exe Pin
kadkir19-Jun-08 20:20
kadkir19-Jun-08 20:20 
AnswerRe: calling exe Pin
Christian Graus19-Jun-08 20:47
protectorChristian Graus19-Jun-08 20:47 
GeneralRe: calling exe Pin
kadkir19-Jun-08 21:55
kadkir19-Jun-08 21:55 
GeneralRe: calling exe Pin
Dave Kreskowiak20-Jun-08 13:15
mveDave Kreskowiak20-Jun-08 13:15 
GeneralRe: calling exe Pin
kadkir20-Jun-08 17:42
kadkir20-Jun-08 17:42 
GeneralRe: calling exe Pin
LloydA11121-Jun-08 15:24
LloydA11121-Jun-08 15:24 
QuestionVB 6.0 & CR9 "Load Report Failed" error 50003 Pin
zomby80200319-Jun-08 19:52
zomby80200319-Jun-08 19:52 
QuestionVB 6.0 & CR9 "Load Report Failed" error 50003 Pin
zomby80200319-Jun-08 19:51
zomby80200319-Jun-08 19:51 
Questionvb6 string truncated Pin
AJ du Plessis19-Jun-08 19:18
AJ du Plessis19-Jun-08 19:18 
AnswerRe: vb6 string truncated Pin
Christian Graus19-Jun-08 20:10
protectorChristian Graus19-Jun-08 20:10 
GeneralRe: vb6 string truncated Pin
AJ du Plessis19-Jun-08 20:25
AJ du Plessis19-Jun-08 20: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.