Search found 95 matches: monitors

Return to advanced search

Different sizes of dialog

... WS_MINIMIZEBOX)   ICON oIcon Is there a fivewin method (no display 3.0) to recreate the dialogs at the same size if I use different monitors and computers?
by Silvio.Falconi
Wed Mar 13, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different sizes of dialog
Replies: 0
Views: 109

Re: Data exchange between PC and Android device on the same loca

A FIVEWIN desktop program on the server does the hard work. This FW-program monitors a directory. A PHP program writes a text file to this directory. In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 541

Re: ID of the new process

... WScript.Echo "New Process ID: " & objProcess.ProcessID Loop ``` Keep in mind that this method continuously monitors process creation, so you may need to implement some logic to filter out the specific process you are interested in. Choose the method that ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 291

Re: dialog opening difference in the monitor between 32/64 bit

Clicking "Open" button opens a dialog in Always in the primary monitor.

If you connected two monitors and configured in extended mode, then the dialog will open in the second monitor.
by nageswaragunupudi
Mon Aug 07, 2023 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog opening difference in the monitor between 32/64 bit
Replies: 4
Views: 458

dialog opening difference in the monitor between 32/64 bit

Good morning, I compile fivewin programmes in both 32bit and 64bit versions with MinGW 8.5 - fivewin release 22.12 and use 2 monitors I have noticed that in the 32bit version if I open a dialogue from the second monitor this is opened in the second monitor whereas if I open a dialogue ...
by vensanto
Thu Aug 03, 2023 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog opening difference in the monitor between 32/64 bit
Replies: 4
Views: 458

Re: send emails

Hello, Sometimes you can't see the forest for the trees. I can use the localhostsrv. which monitors a directory and executes the bat files that are placed in that directory. I then send the emails with a Fivewin programme: Best regards, Otto oOutlook = CREATEOBJECT( ...
by Otto
Mon Apr 24, 2023 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send emails
Replies: 1
Views: 241

Re: Device Context with 2 monitors.

Thank you, Mr.Rao !

Sorry I didn't understand - the FW_VirtualScreen() function returns an object of type TRect. How can I get DC from it ?
by Natter
Fri Dec 10, 2021 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Device Context with 2 monitors.
Replies: 2
Views: 229

Re: Device Context with 2 monitors.

We have only one hDC (device context) for both the monitors together. Total area occupied by both the monitors on this hDC is WITH OBJECT FW_VirtualScreen()   ? :nTop, :nLeft, :nBottom, :nRight, :nWidth, :nHeightEND  To find ...
by nageswaragunupudi
Fri Dec 10, 2021 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Device Context with 2 monitors.
Replies: 2
Views: 229

Re: Starting monitor

If there are several monitors, is it possible to specify the starting monitor for the application ? If you want to start the application in the 2nd monitor, then use ACTIVATE WINDOW oWnd ON INIT FW_GetMonitor( 2 ):Center( ...
by nageswaragunupudi
Fri Dec 10, 2021 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Starting monitor
Replies: 15
Views: 1226

Starting monitor

If there are several monitors, is it possible to specify the starting monitor for the application ?
by Natter
Fri Dec 03, 2021 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Starting monitor
Replies: 15
Views: 1226

Device Context with 2 monitors.

Hi,

2 monitors are connected to the computer. I need to get the Device Context from one and from the other. How it can be done ?
by Natter
Thu Dec 02, 2021 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Device Context with 2 monitors.
Replies: 2
Views: 229

REQUEST FOR XBROWSE FUNCTION

... For", "Show Only" } ;, etc. the rest of messages. - Make the size of the dialog bigger, as it is too small, also considering that monitors now offer more resolution. Thank you. All the best
by MOISES
Sat Apr 10, 2021 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REQUEST FOR XBROWSE FUNCTION
Replies: 1
Views: 375

Re: DOS accounting system to TWeb

... the request to a file on the server for the FIVEWIN server 2) starts timer = setInterval (function () {checkFile ();}, 3000); checkFile AJAX monitors for the response file of the FIVEWIN server success: function displays the response file in an <iFrame> https://mybergland.com/fwforum/webservice.gif ...
by Otto
Mon Sep 14, 2020 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS accounting system to TWeb
Replies: 45
Views: 5523

Re: More details WIN_OLEAUTO information in debugger

... Antonio. Btw, which is a good GUI debugger for Harbour? The default console debugger is ok but sometimes inconvenient, especially when you have 2 monitors. If you try to move the debugger to the larger non-default monitor, all of the lines get skewed & unreadable. I'm using a third party Harbour ...
by FWExplorer
Sat Jul 11, 2020 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1563

Re: Fivewin - anti hacker software

Hello, This is my anti ransomware program. :-) which does a good job. This program monitors the data folder. Only dbf, ftp and cdx files are allowed in the data folder. If a ransomware tries to encrypt a file, the bat-file is called with the shutdown command. Similar ...
by Otto
Wed Jun 19, 2019 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin - anti hacker software
Replies: 7
Views: 1027
Next

Return to advanced search