Click here to Skip to main content
16,005,491 members
Home / Discussions / C#
   

C#

 
GeneralPolicy not being applied to reference at this time Pin
Guillermo Jimenez18-Mar-05 3:47
Guillermo Jimenez18-Mar-05 3:47 
GeneralRe: Policy not being applied to reference at this time Pin
Member 9878981-Jul-10 12:26
Member 9878981-Jul-10 12:26 
Generaldraw on transparent control over a mediaplayer Pin
spAAwn18-Mar-05 2:57
spAAwn18-Mar-05 2:57 
GeneralRe: draw on transparent control over a mediaplayer Pin
MoustafaS18-Mar-05 12:35
MoustafaS18-Mar-05 12:35 
GeneralRe: draw on transparent control over a mediaplayer Pin
spAAwn18-Mar-05 12:44
spAAwn18-Mar-05 12:44 
GeneralRe: draw on transparent control over a mediaplayer Pin
MoustafaS18-Mar-05 14:13
MoustafaS18-Mar-05 14:13 
GeneralRe: draw on transparent control over a mediaplayer Pin
spAAwn18-Mar-05 14:28
spAAwn18-Mar-05 14:28 
GeneralRe: draw on transparent control over a mediaplayer Pin
MoustafaS19-Mar-05 6:48
MoustafaS19-Mar-05 6:48 
The last thing that you can try is to make another thread to the control to draw in and don't make that in the paint method and use thread timers to make it infinite or as u wish u can make it as the lenght of the vedio in this method u cac write
private void drawingMethod(object o)
{
//make this call at all the first
this.BringToFront();
//and then call it agai and again (but in a separate thread)//the timer will make this separate thread for u or u can make an instance of the thread class ex. Thread urThread = new Thread(new ThreadStart(medothname));
}

ByMindOnlyYouCanDoIt
GeneralRe: draw on transparent control over a mediaplayer Pin
Dave Kreskowiak18-Mar-05 16:33
mveDave Kreskowiak18-Mar-05 16:33 
GeneralRe: draw on transparent control over a mediaplayer Pin
ACorbs19-Mar-05 11:20
ACorbs19-Mar-05 11:20 
GeneralRe: draw on transparent control over a mediaplayer Pin
ACorbs19-Mar-05 11:33
ACorbs19-Mar-05 11:33 
GeneralRe: draw on transparent control over a mediaplayer Pin
spAAwn19-Mar-05 13:14
spAAwn19-Mar-05 13:14 
GeneralRuntime exception generated when no handler subscribed to an event Pin
GazzaJ18-Mar-05 0:54
GazzaJ18-Mar-05 0:54 
GeneralRe: Runtime exception generated when no handler subscribed to an event Pin
mav.northwind18-Mar-05 1:44
mav.northwind18-Mar-05 1:44 
GeneralRe: Runtime exception generated when no handler subscribed to an event Pin
GazzaJ18-Mar-05 4:00
GazzaJ18-Mar-05 4:00 
GeneralRe: Runtime exception generated when no handler subscribed to an event Pin
mav.northwind18-Mar-05 5:13
mav.northwind18-Mar-05 5:13 
GeneralSending SMS from PC to Mobile phone Pin
Jasto18-Mar-05 0:40
Jasto18-Mar-05 0:40 
GeneralRe: Sending SMS from PC to Mobile phone Pin
Magnus2718-Mar-05 23:40
Magnus2718-Mar-05 23:40 
Generalremote .mdb file access Pin
Adnan Siddiqi18-Mar-05 0:35
Adnan Siddiqi18-Mar-05 0:35 
GeneralRe: remote .mdb file access Pin
Dave Kreskowiak18-Mar-05 4:50
mveDave Kreskowiak18-Mar-05 4:50 
GeneralRe: remote .mdb file access Pin
Adnan Siddiqi18-Mar-05 8:44
Adnan Siddiqi18-Mar-05 8:44 
GeneralRe: remote .mdb file access Pin
Dave Kreskowiak18-Mar-05 16:29
mveDave Kreskowiak18-Mar-05 16:29 
GeneralC#-Function as Part of an SQL-Where-Clause Pin
Rainer Ziebarth18-Mar-05 0:24
Rainer Ziebarth18-Mar-05 0:24 
GeneralRe: C#-Function as Part of an SQL-Where-Clause Pin
Ravindra Sadaphule18-Mar-05 11:54
Ravindra Sadaphule18-Mar-05 11:54 
GeneralRe: C#-Function as Part of an SQL-Where-Clause Pin
Rainer Ziebarth20-Mar-05 7:29
Rainer Ziebarth20-Mar-05 7:29 

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.