messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2007-11-28", "forum": "FiveWin for Harbour/xHarbour", "text": "No borland control's. \n\nI try to use in most dialog's the same procedure\n\nFirst , in main , a MDI window is opened in a global var ownd. Other modules have GLOBAL EXTERNAL oWnd\n\nWhen in the menu is choosen to edit a dbf , a ...
Can not create dialog 7.11
[ { "date": "2007-11-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\n\nPlease post the RC source for RESOURCE \"INVLEV\"\n\nAlso please remove NOMODAL, just for a test, and lets see if that makes a difference. Thanks", "time": "09:47", "topic": "Can not create dialog 7.11", "use...
Can not create dialog 7.11
[ { "date": "2007-11-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\n\nCould you recompile FWH 7.10 PRGs with the xHarbour build used with 7.07 and build your EXE again ? \n\nOr recompile FWH 7.07 PRGs with current xHarbour build. Both tests are fine.\n\nJust to check that it is not a xHar...
Can not create dialog 7.11
[ { "date": "2005-10-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola foro, estoy migrando mi aplicación de clip53+fw2.0 a harbour+fwh.\nMe encuentro con el horrible error que pongo en el título y me lo produce el control tsbrowse.\n\nAQUI VA EL .RC que uso.\n\nPIDEUSU DIALOG 65, 46, 276, 208\...
Can not create dialog box (tsbrowse)
[ { "date": "2005-10-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Que no me había \"logueado\" y he salido como guest.", "time": "10:07", "topic": "Can not create dialog box (tsbrowse)", "username": "AngelSalom" } ]
Can not create dialog box (tsbrowse)
[ { "date": "2005-10-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Estás redefiniendo el control 110 desde el PRG ?", "time": "10:07", "topic": "Can not create dialog box (tsbrowse)", "username": "Antonio Linares" } ]
Can not create dialog box (tsbrowse)
[ { "date": "2005-10-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Cieeeerto, ese era el problema.\nAl estar migrando desde Clip53+FW, llamaba a una función que me crea los Browses y estaba llamando al que usaba con FW.\n\nGracias.", "time": "11:15", "topic": "Can not create dialog box (...
Can not create dialog box (tsbrowse)
[ { "date": "2015-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n\nI was upgraded yesterday, fwh15.02.\nBy the way, can not detect explanation of recently add function in fwfun.chm or wiki.fivetechsoft.com.\nFor example, FW _ OpenAdoConnection() ? FW _ QuotedColSQL() ? FW _ OpenR...
Can not detect explanation of function in chm or your wiki.
[ { "date": "2015-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Moon,\n\nPlease review our wiki:\n\n[url:3oywnkzj]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fwh_ado_api[/url:3oywnkzj]\n\nNot all functions are listed there yet, but surely it will help you <!-- s:-) --><img src=\"{...
Can not detect explanation of function in chm or your wiki.
[ { "date": "2008-08-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nIs this a bug or a feature? <!-- s;-) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";-)\" title=\"Wink\" /><!-- s;-) -->\r\n\r\nYou can not disable any control when you use a WHEN clause. For example:\r\n\r\n[co...
Can not disable GET when using WHEN clause
[ { "date": "2008-08-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\r\n\r\n[quote=\"Patrick Mast\":r3g8lvlx]Hello,\n\nIs this a bug or a feature? <!-- s;-) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";-)\" title=\"Wink\" /><!-- s;-) -->\n\nYou can not disable any control when you u...
Can not disable GET when using WHEN clause
[ { "date": "2008-08-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hey SGS,\r\n\r\nThanks for your sample. But I actualy want to do this:\r\n\r\n[code:1swwe4ge]#include \"FiveWin&#46;ch\"\n\nFUNCTION Main&#40;&#41;\n\n LOCAL oDlg, oGet1, oGet2\n LOCAL cVar1&#58;=\"test 1\"\n LOCAL cVar2&#58...
Can not disable GET when using WHEN clause
[ { "date": "2008-08-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick\r\n\r\nIt is normal. I placed a tracelog in the when clausule :\r\n@ 2, 6 GET oGet2 VAR cVar2 OF oDlg SIZE 60, 10 WHEN (tracelog(),.T.)\r\nwith as result :\r\n\r\n[testfw.prg->(b)MAIN] (14) Called from: \r\n ...
Can not disable GET when using WHEN clause
[ { "date": "2008-08-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick\r\n\r\nIt is normal. I placed a tracelog in the when clausule :\r\n@ 2, 6 GET oGet2 VAR cVar2 OF oDlg SIZE 60, 10 WHEN (tracelog(),.T.)\r\nwith as result :\r\n\r\n[testfw.prg->(b)MAIN] (14) Called from: \r\n ...
Can not disable GET when using WHEN clause
[ { "date": "2008-08-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\r\n\r\nTry it this way:\r\n[code:2q1jkt6v]\n#include \"FiveWin&#46;ch\" \n\nFUNCTION Main&#40;&#41; \n\n LOCAL oDlg, oGet1, oGet2, lStatus &#58;= &#46;T&#46; \n LOCAL cVar1&#58;=\"test 1\" \n LOCAL cVar2&#58;=\"test...
Can not disable GET when using WHEN clause
[ { "date": "2012-07-24", "forum": "FiveWin for Harbour/xHarbour", "text": "This issue relates to BUILDH.BAT linking the required exe using [color=#FF0000:22bawcju]iLink.exe --> Borland 582.[/color:22bawcju]\n\nSolution: Open the iLink.cfg file to be found in the folder: borland\\bcc582\\bin and correct t...
Can not open UUID.DLL
[ { "date": "2012-07-24", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=17&t=13098\">viewtopic.php?f=17&t=13098</a><!-- l -->", "time": "10:33", "topic": "Can not open UUID.DLL", "username": "Ant...
Can not open UUID.DLL
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nWe have a very interesting problem with [b:3qhujscw]Microsoft Compatibe[/b:3qhujscw] DLL files build from resources. If we compile the resource file with Borland, the problem goes away.\n\nIf we use a _ (underscore) in a...
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\n\nTry to write the resources this way:\n\nIN_DBFYES BITMAP \"BITMAPS/IN_DBF_YES.BMP\" \nIN_DBFNO BITMAP \"BITMAPS/IN_DBF_NO.BMP\" \n\nINSERT BITMAP \"BITMAPS/INSE...
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\n\nYou may also (binary) compare the RES files from Borland and Microsoft to check what the differences are", "time": "11:00", "topic": "Can not use resources with _ (Underscore)", "username": "Antonio Linares...
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1pdkelzg]Patrick,\n\nTry to write the resources this way:\nIN_DBFYES BITMAP \"BITMAPS/IN_DBF_YES.BMP\" \nIN_DBFNO BITMAP \"BITMAPS/IN_DBF_NO.BMP\" \nINSERT B...
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\n\nHave you binary compared the two RES files ?", "time": "12:16", "topic": "Can not use resources with _ (Underscore)", "username": "Antonio Linares" } ]
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":h7xbpedk]Have you binary compared the two RES files ?[/quote:h7xbpedk]Yes, and they have a few bytes difference. You can download both BCC and MSVC build DLL, MAP, RC and RES from here:\n<!-- m --><a cla...
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\n\nHave you tried to place the Borland RES file into the Microsoft compatible DLL ?\n\nIf you open the RES files with PellesC, they look exactly the same except that Borland is using Dutch (Belgium) instead of English (Un...
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2oe6s5g3]Have you tried to place the Borland RES file into the Microsoft compatible DLL ?[/quote:2oe6s5g3]Yes, but problem stays the same.\n\n[quote:2oe6s5g3]If you open the RES files with PellesC, they ...
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\n\nI think the difference comes from building the DLL, as the DLL reading is performed by standard Windows API functions", "time": "12:53", "topic": "Can not use resources with _ (Underscore)", "username": "An...
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Patrick,\n\nPellesC IDE properly opens the Borland DLL, but fails opening the other DLL with error: \"user stopped resources enumeration\"", "time": "12:55", "topic": "Can not use resources with _ (Underscore)", "usern...
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3il5b73o]I think the difference comes from building the DLL, as the DLL reading is performed by standard Windows API functions[/quote:3il5b73o]Ok.\nNow, problem is, I build the MSVC Compatible Testdll wi...
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Have you tried to build the DLL using MSVC ?", "time": "13:00", "topic": "Can not use resources with _ (Underscore)", "username": "Antonio Linares" } ]
Can not use resources with _ (Underscore)
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":32p5v3py]Have you tried to build the DLL using MSVC ?[/quote:32p5v3py]It works OK when I build the DLL with Visual Studio 2005.\n\nPatrick", "time": "14:03", "topic": "Can not use resources with ...
Can not use resources with _ (Underscore)
[ { "date": "2008-09-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Can raw keyboard input be implemented?\r\n\r\nThe Idea is-\r\nYou have a multi monitor pc.\r\n1st execution of your application is displayed on monitor 1.\r\n2nd execution of your application is displayed on monitor 2.\r\n3rd exec...
Can raw keyboard input be implemented????
[ { "date": "2008-09-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Mike,\r\n\r\nIt doesn't look difficult to be implemented:\r\n<!-- m --><a class=\"postlink\" href=\"http://msdn.microsoft.com/en-us/library/ms645590(VS.85\">http://msdn.microsoft.com/en-us/library/ms645590(VS.85</a><!-- m -->).asp...
Can raw keyboard input be implemented????
[ { "date": "2008-09-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio – I am hoping that when I implement this into an executable that it would only be active in that executable.\r\n\r\nCan anyone help with the dll32 function calls to user32.dll to process the raw keyboard calls. I have no i...
Can raw keyboard input be implemented????
[ { "date": "2008-09-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Mike,\r\n\r\nHere you have a first prototype. Actually it is just receiving the keyboard events. We need to find the flag for the mouse events too. \r\n\r\nClick on the window and then press some keyboard keys. You will hear \"bee...
Can raw keyboard input be implemented????
[ { "date": "2008-09-25", "forum": "FiveWin for Harbour/xHarbour", "text": "This new version manages the mouse and the keyboard. Please notice that it will beep like crazy because it detects all the mouse movements <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- ...
Can raw keyboard input be implemented????
[ { "date": "2008-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Wow that’s great I can’t thank you enough.\r\nI was out of the office today and was very excited to see a response from you.\r\nI don’t know if I understand correctly how this will work.\r\nWill it be that we filter the device id ...
Can raw keyboard input be implemented????
[ { "date": "2008-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "A new version implementing GETRAWINPUTDATA():\r\n[code:gciwes64]\n// Windows Raw Input API support demo, &#40;c&#41; FiveTech Software\n\n#include \"FiveWin&#46;ch\"\n\n#define WM_INPUT 0x00FF\n\nfunction Main&#40;&#41;\n\n loc...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for your time Antonio\r\nMike.", "time": "00:12", "topic": "Can raw keyboard input be implemented????", "username": "Mike Buckler" } ]
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Mike,\r\n\r\nLets see if we get a good and well designed Raw Input implementation, as simple as possible <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nI am still reading...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "This version already list the available HIDs.\r\n\r\nMike, please connect several keyboards and mouses and lets see how they look like in the list, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Keyboard and Mouse devices seem to use KBD and MOU in their names:\r\n[url=http&#58;//imageshack&#46;us:3070p13h][img:3070p13h]http&#58;//img529&#46;imageshack&#46;us/img529/3865/hidsbz0&#46;jpg[/img:3070p13h][/url:3070p13h]", ...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Here you have the EXE and PRG for those of you that want to try it on your computers:\r\n<!-- m --><a class=\"postlink\" href=\"http://rapidshare.com/files/148687954/rawinput.zip.html\">http://rapidshare.com/files/148687954/rawinp...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "I think that the easiest implementation would be something like this <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nSET KEYBOARD TO 1\r\nSET MOUSE TO 1\r\n\r\nFor another...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "A new version that counts the number of mouses and returns the handle for each one.\r\n[code:23f0uu99]\n// Windows Raw Input API support demo, &#40;c&#41; FiveTech Software\n\n#include \"FiveWin&#46;ch\"\n\n#define WM_INPUT 0x00F...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "In this new version we can select the mouse to use, though we are not processing its events yet:\r\n[code:zqjg23n6]\n// Windows Raw Input API support demo, &#40;c&#41; FiveTech Software\n\n#include \"FiveWin&#46;ch\"\n\n#define WM...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Olá Antonio,\r\n\r\nÉ possível saber:\r\n\r\n1) Qual objeto esta focado na WM_INPUT ?\r\n2) Se estou usando o teclado, qual tecla foi pressionada.\r\n3) Se estou usando o mouse, em qual objeto cliquei.\r\n\r\nObrigado,\r\n\r\nRoss...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Rossine,\r\n\r\nWe are doing many tests to find the right way to use the Raw Input API. \r\n\r\nWe think there is a mistake in Microsoft docs regarding DefRawInputProc():\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://msdn.m...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the most recent PRG and EXE:\r\n<!-- m --><a class=\"postlink\" href=\"http://rapidshare.com/files/148882254/rawinput.zip.html\">http://rapidshare.com/files/148882254/rawinput.zip.html</a><!-- m -->\r\n\r\nWe need to prope...
Can raw keyboard input be implemented????
[ { "date": "2008-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "This is a better example that lets you select the mouse to use. Please connect several mouses to your computer and select the one to use from the main menu:\r\n\r\nPRG and EXE here:\r\n<!-- m --><a class=\"postlink\" href=\"http:/...
Can raw keyboard input be implemented????
[ { "date": "2008-09-28", "forum": "FiveWin for Harbour/xHarbour", "text": "First Off Great Work Antonio\r\nThis is what I noticed.\r\n\r\nI added to METHOD HandleEvent()\r\nif nMsg == WM_MOUSEMOVE \r\n if RawGetHandle( nLParam ) == ::hMouse \r\n ::MouseMove( nHiWord( nLParam ), nLoWord( nLParam ),...
Can raw keyboard input be implemented????
[ { "date": "2008-09-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Mike,\r\n\r\nLet me explain you what we have discovered so far:\r\n\r\n1) When we use RIDEV_INPUTSINK when we call REGISTERRAWINPUTDEVICES() then we receive standard Windows mouse and keyboard messages besides the WM_INPUT message...
Can raw keyboard input be implemented????
[ { "date": "2008-09-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio what are your thoughts on how to move forward?\r\nMike", "time": "00:36", "topic": "Can raw keyboard input be implemented????", "username": "Mike Buckler" } ]
Can raw keyboard input be implemented????
[ { "date": "2008-09-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Mike,\r\n\r\nI think that we have to go for the option 2) to have full control of the mouse and keyboard", "time": "00:59", "topic": "Can raw keyboard input be implemented????", "username": "Antonio Linares" } ]
Can raw keyboard input be implemented????
[ { "date": "2008-09-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio if I knew how to do c programming I would jump right in there and help you. I believe that the hardware dollar savings that an end user could realize, would make our FiveWin applications really shine over our competition.\...
Can raw keyboard input be implemented????
[ { "date": "2008-09-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\r\n\r\nI find this important and very interesting matter.\r\n\r\nCongratulations,\r\n\r\nRossine.", "time": "15:10", "topic": "Can raw keyboard input be implemented????", "username": "Rossine" } ]
Can raw keyboard input be implemented????
[ { "date": "2008-10-01", "forum": "FiveWin for Harbour/xHarbour", "text": "In this example we try to analize all mouse input that we receive. If you run this example you will see that we get all the mouse activity. We need to find a way to select just the messages for the used window:\r\n[code:t67evavg]\...
Can raw keyboard input be implemented????
[ { "date": "2008-10-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks For Your Effort Antonio\r\nMike", "time": "05:23", "topic": "Can raw keyboard input be implemented????", "username": "Mike Buckler" } ]
Can raw keyboard input be implemented????
[ { "date": "2008-10-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I am googling for info about how to proceed. It looks as other programmers have our same questions:\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.ui...
Can raw keyboard input be implemented????
[ { "date": "2008-10-02", "forum": "FiveWin for Harbour/xHarbour", "text": "This line may be the missing part that we need:\r\n[code:1lbifc5t]\n if &#58;&#58;hWnd == GetFocus&#40;&#41; &#46;and&#46; RawIsMouse&#40; nLParam &#41; &#46;and&#46; RawGetHandle&#40; nLParam &#41; == &#58;&#58;hMouse \n[/co...
Can raw keyboard input be implemented????
[ { "date": "2008-10-02", "forum": "FiveWin for Harbour/xHarbour", "text": "No, not yet.\r\n\r\nWe need to keep searching how to do the right conversion from WM_INPUT to WM_(mouse) and WM_(keyb) messages.", "time": "09:35", "topic": "Can raw keyboard input be implemented????", "username": "Ant...
Can raw keyboard input be implemented????
[ { "date": "2008-10-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Olá Antonio,\r\n\r\nNão sei se isto tem algo a ver com o que procura: \r\n\r\n[code:2cz6c1ec]\n#define WH_MIN &#40;-1&#41;\n#define WH_MSGFILTER &#40;-1&#41;\n#define WH_JOURNALRECORD 0\n#define WH_JOURNALPLAYBACK 1\n#define W...
Can raw keyboard input be implemented????
[ { "date": "2008-10-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\r\n\r\nVeja este link também: [url:1jp99abd]http&#58;//www&#46;purebasic&#46;fr/english/viewtopic&#46;php?t=25750&postdays=0&postorder=asc&start=0[/url:1jp99abd]\r\n\r\nSaludos\r\n\r\nRossine.", "time": "13:50", "...
Can raw keyboard input be implemented????
[ { "date": "2008-10-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Rossine,\r\n\r\nThanks for the link. I had already reviewed it before <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nWe need to know the right way to translate WM_INPUT i...
Can raw keyboard input be implemented????
[ { "date": "2008-10-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio Said -\r\nThe problem is that WM_INPUT does not provide info about the windows handle where the event hapenned. Meanwhile I am typing this an idea arised: if our windows has the focus and we get a WM_INPUT message then it ...
Can raw keyboard input be implemented????
[ { "date": "2008-10-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Mike,\r\n\r\nI have been thinking about it, and I see there is a major problem with it:\r\n\r\nWe can't have several applications having the focus at the same time, in the same computer. So it may be impossible to manage them simu...
Can raw keyboard input be implemented????
[ { "date": "2009-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n i have lot of problem while learning FWH as a beginer .so Please upload a ebook or path to find it\n so it will a real boost for me. <!-- s:? --><img src=\"{SMILIES_PATH}/icon_confused.gif\" alt=\":?\" title=\"Confus...
Can some one share a ebook of fwh
[ { "date": "2009-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Sajith,\n\nIt is available from here:\n[url:36166zaa]http&#58;//www&#46;fivetechsoft&#46;com/files/fivewin&#46;chm[/url:36166zaa]", "time": "10:22", "topic": "Can some one share a ebook of fwh", "username": "Antonio Li...
Can some one share a ebook of fwh
[ { "date": "2009-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "many thanks for your support for ebook. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->\nbut this book does not provide entire feature can u provide a book with entire featu...
Can some one share a ebook of fwh
[ { "date": "2009-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Sajith,\n\nWhen you buy FWH then you get the full documentation, thanks", "time": "13:25", "topic": "Can some one share a ebook of fwh", "username": "Antonio Linares" } ]
Can some one share a ebook of fwh
[ { "date": "2009-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Sajith,\n\nThere is no book that covers all of FW's capabilities.\n\nThere are a few articles that I wrote thay may help. You can find them on my website here.\n\n[url:3o8jmzko]http&#58;//ourworld&#46;compuserve&#46;com/homepages/...
Can some one share a ebook of fwh
[ { "date": "2009-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "many thanks for ur great help <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \nRegards \nsajith", "time": "07:59", "topic": "Can some one share a ebook of fwh", ...
Can some one share a ebook of fwh
[ { "date": "2020-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear friends, I need to close the preview with ESC. Can it be done?\n\nEMG", "time": "09:05", "topic": "Can the preview be closed with ESC?", "username": "Enrico Maria Giordano" } ]
Can the preview be closed with ESC?
[ { "date": "2016-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm calling a FWH (GUI) program from a harbour console (text) one. The FWH program displays an image, but I want to return control to the caller (console) one leaving the image open. Here's the code but it's not working:\n[code=...
Can this be done ?
[ { "date": "2016-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Ah!, I do understand\n\nPlease test ACTIVATE DIALOG............... NOMODAL", "time": "11:51", "topic": "Can this be done ?", "username": "cnavarro" } ]
Can this be done ?
[ { "date": "2016-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal:\n\nDe programa closes itself with the NOMODAL clause.", "time": "13:52", "topic": "Can this be done ?", "username": "HunterEC" } ]
Can this be done ?
[ { "date": "2014-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All,\n\nI have no idea that can we connect and get translate function from google.com/translate? \n\nThanks for any idea.", "time": "04:12", "topic": "Can we connect and get function from Google/translate?", "use...
Can we connect and get function from Google/translate?
[ { "date": "2014-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch,\n\nIt appears that Google Translate only works for websites. Is that what you need? If so you can use the Translate gadget if it is your own website, otherwise for other websites you have to use the Translate API which is a...
Can we connect and get function from Google/translate?
[ { "date": "2017-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nMy Mailing provider has API stuff to let me retrieve data from my account into php.\nI never used it, but maybe if it can be cenverted to FWH it becomes interesting.\n\nHas someone done something simular once ?\n\n[code=...
Can we convert php code to FWH
[ { "date": "2017-04-27", "forum": "FiveWin for Harbour/xHarbour", "text": "I think that you don't need to convert the php code to FiveWin, instead you make a call to the php from fivewin and capture its output. The output seems to be JSON. You can further process the JSON output from Fivewin. For this to...
Can we convert php code to FWH
[ { "date": "2017-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "AFAIK, It seems it can be done with harbour, and translated without too much effort using hb_curl, that youcan find in the Harbour's contribs.", "time": "12:39", "topic": "Can we convert php code to FWH", "username": ...
Can we convert php code to FWH
[ { "date": "2006-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi \n\nCould anybody try to place menus on ReBar ?\n\n\n- Ramesh Babu P", "time": "05:17", "topic": "Can we have Menus in ReBar like Ms-Word Menus", "username": "RAMESHBABU" } ]
Can we have Menus in ReBar like Ms-Word Menus
[ { "date": "2006-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Ramesh,\n\nNo, not yet. They are not directly supported by the Windows API, though we believe we will be able to implement them.", "time": "07:41", "topic": "Can we have Menus in ReBar like Ms-Word Menus", "username": ...
Can we have Menus in ReBar like Ms-Word Menus
[ { "date": "2006-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"RAMESHBABU\":2g4v3pt0]Hi \n\nCould anybody try to place menus on ReBar ?\n\n\n- Ramesh Babu P[/quote:2g4v3pt0]", "time": "17:44", "topic": "Can we have Menus in ReBar like Ms-Word Menus", "username": "goosfanc...
Can we have Menus in ReBar like Ms-Word Menus
[ { "date": "2006-08-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi goosfancito\n\nThank you for your posting and the link.\n\nI could look at the pictures and understood that menus could be placed on\nReBar.\n\n\nBut I am very sorry! that I could not understand the language and I could \nnot f...
Can we have Menus in ReBar like Ms-Word Menus
[ { "date": "2006-08-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi goosfancito\n\nI could find the link to downloads.\n\nRegards\n\n- Ramesh Babu P", "time": "05:30", "topic": "Can we have Menus in ReBar like Ms-Word Menus", "username": "RAMESHBABU" } ]
Can we have Menus in ReBar like Ms-Word Menus
[ { "date": "2006-08-06", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"RAMESHBABU\":2icr30ub]Hi goosfancito\n\nI could find the link to downloads.\n\nRegards\n\n- Ramesh Babu P[/quote:2icr30ub]\n\nHi,\n\nYou need CVS software to download the class. This class is a modify to the original five...
Can we have Menus in ReBar like Ms-Word Menus
[ { "date": "2006-08-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi goosfancito \n\nThanks for your reply. I could download the following TTbar.prg of which\nthe header is as below:\n\n/*\n $Id: TTBar.prg,v 1.3 2006/05/27 17:25:25 Administrador Exp $\n Project: TXBrowseH\n File: TTBar...
Can we have Menus in ReBar like Ms-Word Menus
[ { "date": "2006-08-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Oskar,\n\nCould you provide us with the commctrl.ch file? I couldn't find it in the Fivewin, Harbour, xHarbour, or Borland files.\n\nJames", "time": "21:09", "topic": "Can we have Menus in ReBar like Ms-Word Menus", "u...
Can we have Menus in ReBar like Ms-Word Menus
[ { "date": "2017-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I can open and edit many tables from a online database (Prestashop) from my server.\n\nI know that Prestashop has relations, indexes, .... from many of his tables.\n\nEX.\n\nTable : PS_products must have a relation or so from tab...
Can we know the relations from SQL/MARIADB databases
[ { "date": "2017-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I see that the program HeidiSql mentioned on the forum gives most of the info.", "time": "22:41", "topic": "Can we know the relations from SQL/MARIADB databases", "username": "Marc Venken" } ]
Can we know the relations from SQL/MARIADB databases
[ { "date": "2016-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All members,\n\n Can we make Chrome extension with Fivewin for Harbour/xHarbour?\n\n Recently, I found we can not use ActiveX for several websites...\n And, those kinds of websites are increasing..\n\n When I try to connect t...
Can we make Chrome extension software with Fivewin/Harbour?
[ { "date": "2016-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Look if you serve\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=25471&start=0\">viewtopic.php?f=6&t=25471&start=0</a><!-- l -->", "time": "15:12", "topic": "Can we ma...
Can we make Chrome extension software with Fivewin/Harbour?
[ { "date": "2015-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "In the class for tget, we have the following:\n\n#define COLOR_GRAYTEXT 17\n\nI realize this is a Windows standard. It is used when displaying a Read Only field.\n\nSome of my clients say it is too hard to read. So normally...
Can we modify class #DEFINE
[ { "date": "2015-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nWe can change it into a CLASSDATA.\n\nWe will implement it for FWH 15.12", "time": "21:27", "topic": "Can we modify class #DEFINE", "username": "Antonio Linares" } ]
Can we modify class #DEFINE
[ { "date": "2015-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "That would be helpful. I have no problem myself but the one client ( and others will follow ) use older monitors and they are quite picky.", "time": "21:31", "topic": "Can we modify class #DEFINE", "username": "TimSto...
Can we modify class #DEFINE
[ { "date": "2015-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "done <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "21:31", "topic": "Can we modify class #DEFINE", "username": "Antonio Linares" } ]
Can we modify class #DEFINE
[ { "date": "2015-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "The other problem, however, is the xbrowse column auto sizing issue that I found in 15.10. I had to revert that program back to 15.06 and it works perfectly. So hopefully I can find the problem for that before 15.12. Exact sam...
Can we modify class #DEFINE
[ { "date": "2007-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Friends\n\nAs subject\n\n[url=http&#58;//img233&#46;imageshack&#46;us/my&#46;php?image=groupeo3&#46;png:20r9hhlm][img:20r9hhlm]http&#58;//img233&#46;imageshack&#46;us/img233/6300/groupeo3&#46;th&#46;png[/img:20r9hhlm][/url:20r9...
Can we paint transparant group box on gradiated dialog
[ { "date": "2007-02-17", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"RAMESHBABU\":2vk4fxrt]Hi Friends\n\nAs subject\n\n[url=http&#58;//img233&#46;imageshack&#46;us/my&#46;php?image=groupeo3&#46;png:2vk4fxrt][img:2vk4fxrt]http&#58;//img233&#46;imageshack&#46;us/img233/6300/groupeo3&#46;th&#...
Can we paint transparant group box on gradiated dialog
[ { "date": "2007-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr.Norbert\n\nThanks for your reply.\n\nThis picture is generated after having used TRANSPARENT clause.\n\nTRANSPARENT clause is working normally OK, when the dialog/window is painted with any BMP / COLOR brush. \n\nBut, here the...
Can we paint transparant group box on gradiated dialog