Click here to Skip to main content
15,889,462 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionEMAIL ARCHIVE Pin
Member 1277093031-Oct-17 4:58
Member 1277093031-Oct-17 4:58 
AnswerRe: EMAIL ARCHIVE Pin
OriginalGriff31-Oct-17 4:58
mveOriginalGriff31-Oct-17 4:58 
AnswerRe: EMAIL ARCHIVE Pin
Maciej Los31-Oct-17 10:24
mveMaciej Los31-Oct-17 10:24 
QuestionVb.net Pin
Member 1312553228-Oct-17 2:18
Member 1312553228-Oct-17 2:18 
AnswerRe: Vb.net Pin
Eddy Vluggen28-Oct-17 4:29
professionalEddy Vluggen28-Oct-17 4:29 
AnswerRe: Vb.net Pin
Dave Kreskowiak28-Oct-17 4:32
mveDave Kreskowiak28-Oct-17 4:32 
QuestionOnPaintBackground and transparency Pin
Harpee27-Oct-17 22:24
Harpee27-Oct-17 22:24 
AnswerRe: OnPaintBackground and transparency Pin
Dave Kreskowiak28-Oct-17 4:16
mveDave Kreskowiak28-Oct-17 4:16 
You can't do it using a transparent form. The form overlaying the video is a control that is never repainted, which has to be done ON EVERY FRAME OF VIDEO.

You have no way of getting that notification and, frankly, in Windows Forms, the performance hit is ridiculous and won't be able to keep up with the video.

The proper way to do this would be a filter that draws the overlay in the graph that is loading, decoding, mixing, and rendering the video/audio. There may be libraries out there that make this easier, like possibly Overlay.NET.

I've never used any of them, so don't ask.
System.ItDidntWorkException: Something didn't work as expected.

A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

QuestionUse a custom cursor from a filr Pin
Asanka Akash Sovis26-Oct-17 22:46
professionalAsanka Akash Sovis26-Oct-17 22:46 
AnswerRe: Use a custom cursor from a filr Pin
Richard MacCutchan26-Oct-17 23:18
mveRichard MacCutchan26-Oct-17 23:18 
GeneralRe: Use a custom cursor from a filr Pin
Asanka Akash Sovis27-Oct-17 2:43
professionalAsanka Akash Sovis27-Oct-17 2:43 
GeneralRe: Use a custom cursor from a filr Pin
Richard MacCutchan27-Oct-17 5:03
mveRichard MacCutchan27-Oct-17 5:03 
GeneralRe: Use a custom cursor from a filr Pin
Asanka Akash Sovis27-Oct-17 17:21
professionalAsanka Akash Sovis27-Oct-17 17:21 
GeneralRe: Use a custom cursor from a filr Pin
Richard MacCutchan27-Oct-17 22:17
mveRichard MacCutchan27-Oct-17 22:17 
QuestionRe: Use a custom cursor from a filr Pin
Eddy Vluggen28-Oct-17 4:30
professionalEddy Vluggen28-Oct-17 4:30 
PraiseRe: Use a custom cursor from a filr Pin
Asanka Akash Sovis28-Oct-17 19:52
professionalAsanka Akash Sovis28-Oct-17 19:52 
GeneralRe: Use a custom cursor from a filr Pin
Eddy Vluggen29-Oct-17 0:18
professionalEddy Vluggen29-Oct-17 0:18 
PraiseRe: Use a custom cursor from a filr Pin
Asanka Akash Sovis31-Oct-17 20:26
professionalAsanka Akash Sovis31-Oct-17 20:26 
Questionvb.net edit Pin
dcof26-Oct-17 11:14
dcof26-Oct-17 11:14 
AnswerRe: vb.net edit Pin
Richard MacCutchan26-Oct-17 11:40
mveRichard MacCutchan26-Oct-17 11:40 
AnswerRe: vb.net edit Pin
Maciej Los26-Oct-17 19:46
mveMaciej Los26-Oct-17 19:46 
GeneralRe: vb.net edit Pin
dcof27-Oct-17 3:56
dcof27-Oct-17 3:56 
Questionschool database Pin
Member 1348620526-Oct-17 0:20
Member 1348620526-Oct-17 0:20 
AnswerRe: school database Pin
Sascha Lefèvre26-Oct-17 1:05
professionalSascha Lefèvre26-Oct-17 1:05 
AnswerRe: school database Pin
Chris Quinn26-Oct-17 1:14
Chris Quinn26-Oct-17 1: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.