Search found 80 matches: shutdown

Return to advanced search

Re: Create bootable OSX usb from OSX app store

... just show you another experts menu prompt Type “w” to save the changes you have made, confirm this action when prompted to do so Quit Terminal Shutdown your Mac and unplug ALL other hard drives other than the hard drive you intend to install Windows 8/8.1 on. Also unplug all SSD cards or USB ...
by Antonio Linares
Tue Jan 30, 2018 8:32 pm
 
Forum: Utilities / Utilidades
Topic: Create bootable OSX usb from OSX app store
Replies: 5
Views: 1649

Re: Shutdown parameters

Antonio, thanks for Your help !
by Natter
Tue May 30, 2017 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shutdown parameters
Replies: 7
Views: 942

Re: Shutdown parameters

Here you have an example from Daniel:

viewtopic.php?p=96677#p96677
by Antonio Linares
Mon May 29, 2017 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shutdown parameters
Replies: 7
Views: 942

Re: Shutdown parameters

Please inherit a new Class from TWindow and redefine the Method HandleEvent()
by Antonio Linares
Mon May 29, 2017 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shutdown parameters
Replies: 7
Views: 942

Re: Shutdown parameters

Understood, it is necessary to process messages WM_QUERYENDSESSION / WM_ENDSESSION which are sent open applications when you restart the computer. How can I intercept these messages ?
by Natter
Mon May 29, 2017 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shutdown parameters
Replies: 7
Views: 942

Re: Shutdown parameters

What message appear ?

Please post a screenshot
by Antonio Linares
Mon May 29, 2017 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shutdown parameters
Replies: 7
Views: 942

Re: Shutdown parameters

Thank You, Antonio !
I wanted that when you shutdown the computer is not a message of forced close my app. In your application make Setprocessshutdownparameters(1, 1), but the message still appears forced.
by Natter
Mon May 29, 2017 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shutdown parameters
Replies: 7
Views: 942

Re: Shutdown parameters

Code: Select all  Expand view
#pragma BEGINDUMP

#include <windows.h>
#include <hbapi.h>

HB_FUNC( SETPROCESSSHUTDOWNPARAMETERS )
{
   hb_retl( SetProcessShutdownParameters( hb_parnl( 1 ), hb_parnl( 2 ) ) );
}

#pragma ENDDUMP
by Antonio Linares
Mon May 29, 2017 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shutdown parameters
Replies: 7
Views: 942

Shutdown parameters

Hi all !

I need to get/change the shutdown parameters for the currently calling process.
How can I do this using functions SetProcessShutdownParameters and GetProcessShutdownParameters ?
by Natter
Mon May 29, 2017 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shutdown parameters
Replies: 7
Views: 942

Re: Need CURL syntax with fivewin using HBCURL LIB?

... option */ #define HB_CURLFTPSSL_CCC_NONE 0 /* do not send CCC */ #define HB_CURLFTPSSL_CCC_PASSIVE 1 /* Let the server initiate the shutdown */ #define HB_CURLFTPSSL_CCC_ACTIVE 2 /* Initiate the shutdown */ /* HB_CURLOPT_FTP_FILEMETHOD option */ #define HB_CURLFTPMETHOD_DEFAULT 0 ...
by ADutheil
Tue Nov 01, 2016 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 10
Views: 4972

Re: BTNBMP using animated GIF's ?

... - 18.bmp > ( works as well and can be created as resource ) added a different start and endimage The solution could be used like in windows shutdown or start ( with button-style NOBORDER ) http://www.pflegeplus.com/DOWNLOADS/Anigif2.zip regards Uwe :D
by ukoenig
Mon Jun 20, 2016 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 2050

a problem with TTitle and Btn-tooltips ?

... The alarmclock functions : 3 possible times A time can be connected to a date, otherwise sound display every day sound selection for each time shutdown ( optional ), after playing a sound of a activated time Any idea :( http://www.pflegeplus.com/IMAGES/Alarm1.jpg DISABLED METRO ...
by ukoenig
Sat Mar 14, 2015 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a problem with TTitle and Btn-tooltips ?
Replies: 1
Views: 528

logoff FiveWin application

I want to log off when the user exits FiveWin application.

the code does not work:

viewtopic.php?f=3&t=20856&p=110754&hilit=shutdown#p110754
by MGA
Tue Feb 03, 2015 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: logoff FiveWin application
Replies: 1
Views: 464

Re: OT, shutdown linux desde mi aplicación

Muchísimas gracias Adolfo, Miraré el link que posteaste.

Saludos
by horacio
Fri Dec 20, 2013 3:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT, shutdown linux desde mi aplicación
Replies: 5
Views: 675

Re: OT, shutdown linux desde mi aplicación

Si...plink puede servirte, pero recuerda que se comunica por SSH, el puerto 22 debe estar abierto y accesible desde tu PC plink es de la misma familia del poderoso PUTTY, lo ideal es primero configurarlo y probarlo "out of the box" y luego incluirlo en alguna llamada a traves de la linea d...
by Adolfo
Fri Dec 20, 2013 2:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT, shutdown linux desde mi aplicación
Replies: 5
Views: 675
PreviousNext

Return to advanced search