Search found 12 matches: devicechange

Return to advanced search

Re: WM_DEVICECHANGE ???????

Dear Anser, please, could you post a small and whole sample ? Thanks in advance ! Best regards, I tried this for experimentation long time back. Unfortunately, as of now, I am unable to locate the sample on my hard drive. By the way did you try to use the sample posted by Mr.Daniel ? For me, his sa...
by anserkk
Fri Jun 02, 2017 4:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: WM_DEVICECHANGE ???????

Dear Anser,

please, could you post a small and whole sample ?

Thanks in advance !

Best regards,
by Baxajaun
Wed May 31, 2017 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: WM_DEVICECHANGE ???????

Try

WM_DEVICECHANGE = 537
by cnavarro
Tue May 30, 2017 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: WM_DEVICECHANGE ???????

What value WM_DEVICECHANGE has ?. Thank you

Saludos
by horacio
Tue May 30, 2017 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: WM_DEVICECHANGE ???????

Dear Anser,

could you post a small and whole sample ?

Thanks in advance !

Best regards,
by Baxajaun
Tue May 30, 2017 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: WM_DEVICECHANGE ???????

i will try this way

thanks so much for yours reply.
by lailton.webmaster
Mon Mar 29, 2010 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: WM_DEVICECHANGE ???????

Lailton other way As a start you could inherit a new Class TMyWindow FROM TWindow and redefine the Method HandleEvent() to process WM_DEVICECHANGE message like this function Main()   local oWnd := TMyWindow():New()   oWnd:Activate()return nilCLASS TMyWindow FROM TWind...
by Daniel Garcia-Gil
Mon Mar 29, 2010 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: WM_DEVICECHANGE ???????

Dear Mr.Lailton, May be useful for you To detect the Hardware device change, the operating system will send a WM_DEVICECHANGE message to the application when a device change is detected. All we need to do is handle this message in the window procedure of the application. When the window procedure is...
by anserkk
Mon Mar 29, 2010 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: WM_DEVICECHANGE ???????

up. :roll:
by lailton.webmaster
Mon Mar 29, 2010 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: WM_DEVICECHANGE ???????

go top
by lailton.webmaster
Sat Mar 27, 2010 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Re: WM_DEVICECHANGE ???????

up !
by lailton.webmaster
Wed Mar 24, 2010 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

WM_DEVICECHANGE ???????

How capture this event in fivewin.

i wanna know when is pluged a pen drive or other hardware disk

http://msdn.microsoft.com/en-us/library ... 85%29.aspx

someone can help me ?
by lailton.webmaster
Wed Mar 24, 2010 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WM_DEVICECHANGE ???????
Replies: 11
Views: 2156

Return to advanced search