messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2019-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Charles,\n\nGood job.",
"time": "01:10",
"topic": "Add some functions for Tensorflow",
"username": "richard-service"
}
] | Add some functions for Tensorflow |
[
{
"date": "2019-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Richard,\nI already add a Tensorflow graph browser^^\n\n\n[code=fw:1d84ra32]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #0000... | Add some functions for Tensorflow |
[
{
"date": "2019-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you.\n\nCan you please share graph.pb and tensorflow.dll?.",
"time": "21:30",
"topic": "Add some functions for Tensorflow",
"username": "MOISES"
}
] | Add some functions for Tensorflow |
[
{
"date": "2019-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Up",
"time": "19:47",
"topic": "Add some functions for Tensorflow",
"username": "MOISES"
}
] | Add some functions for Tensorflow |
[
{
"date": "2019-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Charles,\nthank you so much for your work.\nI am very interested in this new techniques.\nWould you be so kind to advice a novice some basic literature where to start.\n\nBest regards \nOtto",
"time": "21:20",
"topic... | Add some functions for Tensorflow |
[
{
"date": "2006-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I think add tooltip to tget class is better than nower message to the user to have a input guide.\n\nShuming Wang",
"time": "05:47",
"topic": "Add tooltip to Tget",
"username": "ShumingWang"
}
] | Add tooltip to Tget |
[
{
"date": "2006-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Shuming,\n\nYou may do:\n\n<oAnyControl>:cTooltTip = <cText>",
"time": "08:14",
"topic": "Add tooltip to Tget",
"username": "Antonio Linares"
}
] | Add tooltip to Tget |
[
{
"date": "2006-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n Thank you!\nShuming Wang",
"time": "08:18",
"topic": "Add tooltip to Tget",
"username": "ShumingWang"
}
] | Add tooltip to Tget |
[
{
"date": "2016-04-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "is it possible ad a ruler also on richedit class ?",
"time": "12:26",
"topic": "AddHRuler()",
"username": "Silvio.Falconi"
}
] | AddHRuler() |
[
{
"date": "2016-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nIt seems as Windows does not provide a ruler for the standard RichEdit control\n\nHere there is an example to implement one:\n[url:37chmjd2]http://www.codeproject.com/Articles/22783/Advanced-Text-Editor-with... | AddHRuler() |
[
{
"date": "2016-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nI saw your richedit box at fw for apple ...\nfrom source of codeproject you not Know how make it on richedit ?\nor perhaps modifing the tregla class",
"time": "10:59",
"topic": "AddHRuler()",
"username": "Sil... | AddHRuler() |
[
{
"date": "2016-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nYou can place a bitmap over the richedit control with the ruler painted",
"time": "11:34",
"topic": "AddHRuler()",
"username": "Antonio Linares"
}
] | AddHRuler() |
[
{
"date": "2016-04-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I thinked we can use the slider control used to mage choosegradient function but only U can create it because I not see choosegradient source",
"time": "12:45",
"topic": "AddHRuler()",
"username": "Silvio.Falconi"
}... | AddHRuler() |
[
{
"date": "2007-03-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos,\n\nDonde puedo encontrar información sobre este método y función, y cómo poder usarlos?\n\nSaludos y gracias.\nCarlos G.",
"time": "09:39",
"topic": "AddMethod() y __clsAddMsg()",
"username": "FiveWiDi"
... | AddMethod() y __clsAddMsg() |
[
{
"date": "2011-08-10",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Implemented colors support for browse lines, both background and text, example:\n\n[code=fw:1kakecax]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"... | Added support for colors in browse lines |
[
{
"date": "2011-08-12",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Intresting",
"time": "23:29",
"topic": "Added support for colors in browse lines",
"username": "mbelgrano"
}
] | Added support for colors in browse lines |
[
{
"date": "2006-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is it possible to add context specific help to a 'Say'?\n\nThis line compiles fine:\n\nReDefine Say ioTELEPHONE Var cTELEPHONE ID 103 Of oDlg HelpID\n\nbut if you add ANYTHING after the HelpID like:\n\nReDefine Say ioTELEPHONE Var... | Adding Context Specific Help to a Say |
[
{
"date": "2006-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Actually - I even discovered another benefit of doing it this way:\n\nI can actually copy and paste from a 'Say' to somewhere else if needed!!! How about that!\n\n(Thanks Enrico)!\n\nRegards,\n\nDale.",
"time": "11:20",
"... | Adding Context Specific Help to a Say |
[
{
"date": "2021-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is it possible to log events in the EventLog of Windows using FiveWin?\n\nThanks, \n\nByron ...",
"time": "23:44",
"topic": "Adding Events to the EventLog in Windows",
"username": "byron.hopp"
}
] | Adding Events to the EventLog in Windows |
[
{
"date": "2021-11-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\nthere is a Sample under \\HARBOUR\\contrib\\hbwin\\tests\\eventlog.prg in HMG using win_ReportEvent() from HbWin\n[code=fw:2xhuodo8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#require <span style=\"col... | Adding Events to the EventLog in Windows |
[
{
"date": "2007-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Everybody,\n\nI have looked at many posts and am trying to add external DLL calls to my app.\n\nCan someone please tell me where I am going wrong.\n\n\nSyntax :\nFunction Connect() as String\nReturn values:\nSuccess - Port numb... | Adding External DLL Calls |
[
{
"date": "2007-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jeff,\n\nTry it this way:\n\n[code:2ncxpy3h]local hPOX := LoadLibrary( \"\\ez\\dll\\POX.DLL\" )\n\nDLL32 FUNCTION ... LIB hPOX\n\n...\n\nFreeLibrary( hPOX )[/code:2ncxpy3h]\n\nJames"... | Adding External DLL Calls |
[
{
"date": "2007-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi James,\n\nWhen I try it that way and issue the Connect() command I get the following error:\n\nUnrecoverable error 9003:\nToo many recursive error handler calls",
"time": "16:10",
"topic": "Adding External DLL Calls",
... | Adding External DLL Calls |
[
{
"date": "2007-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jeff,\n\nI'm not experienced with DLL32 calls, but I notice other working calls (in my notes) use the FROM clause and the same name as the function with a trailing \"A\" so you might try:\n\nDLL32 FUNCTION Connect ... FROM \"Conne... | Adding External DLL Calls |
[
{
"date": "2007-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks for trying James ... Still no luck.",
"time": "17:31",
"topic": "Adding External DLL Calls",
"username": "Jeff Barnes"
}
] | Adding External DLL Calls |
[
{
"date": "2007-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Jeff Barnes\":29qkd50d]Syntax :\nFunction Connect() as String\nReturn values:\nSuccess - Port number\nError - Empty String\n\nDLL32 FUNCTION Connect() AS LPSTR PASCAL LIB \"\\Ez\\dll\\POx.DLL\"[/quote:29qkd50d]\n\nAs far ... | Adding External DLL Calls |
[
{
"date": "2007-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Enrico,\n\nPlease check your email.\n\n\nThanks,\nJeff",
"time": "19:56",
"topic": "Adding External DLL Calls",
"username": "Jeff Barnes"
}
] | Adding External DLL Calls |
[
{
"date": "2015-10-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I tested a solution adding buttonframes on METRO - buttons on action / click \nbecause there is a missing visible effect. ( showing white button-frames like in Windows10 )\nI would like to do this on mousecaption as well, but bGot... | Adding Metrobutton-frames on button-focus / action |
[
{
"date": "2015-10-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\n\nYour solution is a good one anyhow\n\nHow did you try it using bGotfocus and bLostfocus ?",
"time": "10:10",
"topic": "Adding Metrobutton-frames on button-focus / action",
"username": "Antonio Linares"
}
] | Adding Metrobutton-frames on button-focus / action |
[
{
"date": "2015-10-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI only changed / tested :\n\nDEFINE METROBUTTON oMBtn[1] OF oMetro ;\nPROMPT \"Files\" COLOR CLR_WHITE, RGB( 2, 174, 224 ) ;\nGROUP 1 ;\nIMAGE c_Path1 + \"files.bmp\" ;\nACTION MsgInfo( oMBtn[1]:Cargo , ValType( oMB... | Adding Metrobutton-frames on button-focus / action |
[
{
"date": "2015-10-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe\n\nAre you using?\n\n[code=fw:22xnwf74]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />IsOverWnd<span style=\"color: #000000;\">(</span> hWnd, nRow, nCol <span style=\"color: #000000;\">)</s... | Adding Metrobutton-frames on button-focus / action |
[
{
"date": "2015-10-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\n\nPlease try this to check if the codeblock is evaluated:\n\noMBtn[1]:bGotFocus := {|| MsgInfo( \"yes\" ), SHOW_FRAME(oMBtn, 1, nOld), nOld := 1 }",
"time": "11:57",
"topic": "Adding Metrobutton-frames on button-focu... | Adding Metrobutton-frames on button-focus / action |
[
{
"date": "2015-10-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\ntested, but there is NO response at all.\n\nbest regards\nUwe <!-- s:roll: --><img src=\"{SMILIES_PATH}/icon_rolleyes.gif\" alt=\":roll:\" title=\"Rolling Eyes\" /><!-- s:roll: -->",
"time": "12:28",
"topic": "... | Adding Metrobutton-frames on button-focus / action |
[
{
"date": "2015-10-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[b:3ekgvwu2]I got it working[/b:3ekgvwu2]\nNow it looks like shown in Windows10.\nThe solution I have been looking for : painting a frame on button-focus.\n\nMaybe possible to include the logic in class < [b:3ekgvwu2]M... | Adding Metrobutton-frames on button-focus / action |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have to admit I don't really understand how the whole PRG to C to EXE system works. And I am not a C programmer.\n\nI have a C program with a function, lets call it \"Myfunction\" in it, defined like this:\n\n CLIPPER MYFUNCTI... | Adding a C function |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You have to use\n\n[code=fw:2sbylhic]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">(</span> MYFUNCTION <span style=\"color: #00000... | Adding a C function |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nI'm sorry I still don't understand. Do you mean in the C program?\n\nChange this:\nCLIPPER MYFUNCTION( PARAMS )\n\nTo this?\nHB_FUNC( MYFUNCTION )\n\nOr, ?\n\nI am using xHarbour.\n\nJames",
"time": "22:22",
"to... | Adding a C function |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "OK, I changed it to:\n\nHB_FUNC( MYFUNCTION ( PARAMS ) )\n\nThen I get these compiler errors: \n\nError E2147 source\\inifunc.c 24: 'MYFUNCTION' cannot start a parameter declaration\nError E2293 source\\inifunc.c 24: ) expected\n\... | Adding a C function |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I now see that clp2harb.exe is changing it like this:\n\nHB_FUNC( MYFUNCTION )\n\nSo I tried that and I get these errors:\n\nWarning W8070 source\\inifunc.c 18: Function should return a value in function HB_FUNC\nWarning W8057 sou... | Adding a C function |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nPlease change it this way:\n[code=fw:liy06v50]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">(</span> MYFUNCTION <s... | Adding a C function |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI tried that already and I get this error:\n\nWarning W8065 source\\inifunc.c 20: Call to function 'GetProfileInt' with no prototype in function HB_FUN_MYFUNCTION\n\nJames\n\n\n[code=fw:1h9s1jm6]<div class=\"fw\" id=\"... | Adding a C function |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nYou have to add:\n\n#include <windows.h>\n\nso Windows API functions are properly identified.",
"time": "23:38",
"topic": "Adding a C function",
"username": "Antonio Linares"
}
] | Adding a C function |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYea! That did it. Thanks!\n\nI guess I shot myself in the foot. I thought I would start with a known good C program so I selected one from the FWH\\source directory. Now it seems that these are not compiled as-is but t... | Adding a C function |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nIn FWH 9.08 we have removed CLIPPER ... and PARAMS from all C modules, as we only focus on Harbour and xHarbour now.\n\nIf you use FWH 9.08 then there is no need to use clp2harb.exe never more to compile FWH C modules <!... | Adding a C function |
[
{
"date": "2009-09-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have another question.\n\nIs this a complete function definition?\n\nvoid pascal DelResource( HANDLE hRes );\n\nThe compiler doesn't error, but the linker gives an \"unresolved external DelResource\" error.\n\nJames",
"time"... | Adding a C function |
[
{
"date": "2009-09-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\n[quote:1h2ra8wv]void pascal DelResource( HANDLE hRes );[/quote:1h2ra8wv]\n\nThats what is called a function \"prototype\": It instructs the C compiler how to manage that function, but it does not implement its code.\n\n[... | Adding a C function |
[
{
"date": "2009-09-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Wiki documentation for it:\n\n[url:3vfzk29i]http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_delresource[/url:3vfzk29i]",
"time": "01:14",
"topic": "Adding a C function",
"username": "Antonio L... | Adding a C function |
[
{
"date": "2012-09-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI started the first time, adding a Multilanguage-option to a App.\nFirst I wanted to use a DBF, but now I found a better Solution.\n\nHow it works ( Sample ) :\n\n[color=#FF0000:1ib7ffsf]1. [/color:1ib7ffsf]\nDefine a St... | Adding a Multilanguage-solution to Your App. |
[
{
"date": "2012-09-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry BUT xharbour can have the multilanguage system it create on comilation file hil ot hit\n\nand you can call the language on your application using i18n() function \n\n\nyou must first insert on your application the text with ... | Adding a Multilanguage-solution to Your App. |
[
{
"date": "2012-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "for the sources i sad on prev topic i sent all to Antonio Linares Last year, it has never been taken as important and is not uncork never published in packages of fw. But i use current this for create Multilanguage application ea... | Adding a Multilanguage-solution to Your App. |
[
{
"date": "2012-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nThank You for the Response.\nIt sounds good.\nIn my special Situation, I want to make it possible,\n( not only a Translation ) also that the User can change the complete Text byhimself.\nButtons,Resources...\nI finished... | Adding a Multilanguage-solution to Your App. |
[
{
"date": "2012-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "the problem is when you must translate many and many words\nI''m afraid a file ini with many and many words then it can result eating of resources\n\nmy solution is easy and the final user can modify the language file creating hi... | Adding a Multilanguage-solution to Your App. |
[
{
"date": "2012-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI use a solution like i18n() function, but with ini files, it work perfect for SAY, Buttons, Title, menu, anywhere.\n\nExemple ini file:\n\n[ESP]\nDESCRIP=Español\n||~AMPA32, G~|estió de |~F~|acturacions de l'|~AMPA (~|d... | Adding a Multilanguage-solution to Your App. |
[
{
"date": "2006-10-18",
"forum": "FiveWin for CA-Clipper",
"text": "Hi all,\n\nI was able to add a menu item in the system menu that was created in the resource file at runtime.\n\nMy next task requires to add a pulldown menu at runtime.\n\nIs it posible? How?\n\nMany thanks!",
"time": "22:01",
... | Adding a pullldown menu at runtime. |
[
{
"date": "2006-10-18",
"forum": "FiveWin for CA-Clipper",
"text": "Have a look at TMenu:Add() or TMenu:Insert() methods.\n\nEMG",
"time": "22:21",
"topic": "Adding a pullldown menu at runtime.",
"username": "Enrico Maria Giordano"
}
] | Adding a pullldown menu at runtime. |
[
{
"date": "2006-10-18",
"forum": "FiveWin for CA-Clipper",
"text": "Got it. \n\nRegards!",
"time": "22:49",
"topic": "Adding a pullldown menu at runtime.",
"username": "xhbcoder"
}
] | Adding a pullldown menu at runtime. |
[
{
"date": "2020-07-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All\n\nI would like to be able to show a \"real time\" character count when you start typing a memo field .. I have some long string text fields that I have to make sure the character count does not exceed the maximum table fie... | Adding a real time character count to a memo field dialog bx |
[
{
"date": "2020-07-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is a sample with counter and limited text to 100 chars:\n\n[code=fw:2q8vhvz8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fi... | Adding a real time character count to a memo field dialog bx |
[
{
"date": "2020-07-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe like this.\n\n[code=fw:11plfhdq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> @ <span style=\"color: #000000;\">50</span>,<span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">SAY</s... | Adding a real time character count to a memo field dialog bx |
[
{
"date": "2020-07-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico \n\nThank you for your responce .. been a while since we had a chance to chat ... I am having difficulty translating your code into using resources .. \n\nthis is my current code .. I can get it to initially come up but wh... | Adding a real time character count to a memo field dialog bx |
[
{
"date": "2020-07-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry, I can't help you without a sample that I can compile and run here.\n\nEMG",
"time": "20:26",
"topic": "Adding a real time character count to a memo field dialog bx",
"username": "Enrico Maria Giordano"
}
] | Adding a real time character count to a memo field dialog bx |
[
{
"date": "2020-07-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico \n\nTry this code ... I get an initial value .. of 179 .. but the len of cMemo is not updated as you type in more charactors ..\n\nThanks\nRick\n\n[code=fw:3kjp4f4z]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospa... | Adding a real time character count to a memo field dialog bx |
[
{
"date": "2020-07-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\nChange this.\n[code=fw:1806ybko]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oMemo <span style=\"color: ... | Adding a real time character count to a memo field dialog bx |
[
{
"date": "2020-07-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan \n\nThank you VERY much for your input and nicely done.. works perfectly .. Enrico .. again that you very much for your help!!\n\nRick Lipkin",
"time": "13:54",
"topic": "Adding a real time character count to a memo ... | Adding a real time character count to a memo field dialog bx |
[
{
"date": "2023-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI need this register key :\n\n[HKEY_CURRENT_USER\\Software\\Microsoft\\Office\\16.0\\Word\\Security]\n\"DisableWarningOnIncludeFieldsUpdate\"=dword:00000001\n\nHow can I check in my application if this key already exists... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Michel,\n\nPlease try this and let me know what you get:\n\n[code=fw:20ggt634]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#define</span> HKEY_CURRENT_USER  ... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nThank you for your message.\nUnfortunately, the register key is not added.",
"time": "10:27",
"topic": "Adding a register key to the Windows register - SOLVED",
"username": "driessen"
}
] | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Michel,\n\nwhat is shown from the MsgInfo() ?",
"time": "11:06",
"topic": "Adding a register key to the Windows register - SOLVED",
"username": "Antonio Linares"
}
] | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Only a backslash",
"time": "12:37",
"topic": "Adding a register key to the Windows register - SOLVED",
"username": "driessen"
}
] | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Michel,\n\nPlease use Microsoft regedit.exe and try to locate it manually",
"time": "17:51",
"topic": "Adding a register key to the Windows register - SOLVED",
"username": "Antonio Linares"
}
] | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n[quote=\"driessen\":2f4ugwml]Unfortunately, the register key is not added.[/quote:2f4ugwml]\nhave you start it \"as Admin\" <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "look,\n\n[url:2agn1eb5]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42673&p=256920&hilit=TReg32&sid=f15a2b41e9a2f5c0991f021a042fe9ab&sid=f2ce5d0132445ffed2f9e303a9e535a2#p256920[/url:2agn1eb5]\n\nRegards,... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:fyj2qwgz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">// Managing Register services from FiveWin</span><br /><br /><span style=\"color: #00D7D7;\">#define</span> HKEY_CL... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Alerchster,\n\nThank you so much for your help. It works fantastic now.\n\nOne more little question.\n\nCan you tell me how to delete a registry key?\n\nThank you very much.",
"time": "10:18",
"topic": "Adding a register k... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nTo find the registry key manually is no problem.\n\nJimmy,\n\nI am administrator.",
"time": "18:52",
"topic": "Adding a register key to the Windows register - SOLVED",
"username": "driessen"
}
] | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Michel,\n\nDo you have the entry \"DisableWarningOnIncludeFieldsUpdate\" already created ?",
"time": "19:51",
"topic": "Adding a register key to the Windows register - SOLVED",
"username": "Antonio Linares"
}
] | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI have created the key manually. That is no problem.\n\nBut I want my application to add the key automatically so that it is installed on all PC’s on which my applications are used.\n\nThis key is necessary to prevent ... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Michel,\n\nMaybe you have to grant the user admin rights when setting this key. \n\nI want to remind you that you need to set this key for every user. \n\nBest regards,\nOtto",
"time": "22:22",
"topic": "Adding a reg... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Not my cup of thee, but in this code there is also a register search and add. Maybe it is helpfull\n\nFrom Karinha\n\n[url:z0h29bxc]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=41666#p249622[/url:z0h29bx... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:2rkbu6c9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">win_regdelete<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"HKEY_CURRENT_USER<span style=\"color: #000000;\">\\S</spa... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Michel,\n\nfrom Harbour Changelog file:\n\n[code=fw:1ulpzy2b]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">2012</span><span style=\"color: #000000;\">-05</span><span style=\"c... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2023-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Guys,\n\nThank you all so much for your help.\n\nAll my questions have been answered. Everything is running just fine now.",
"time": "08:50",
"topic": "Adding a register key to the Windows register - SOLVED",
"usern... | Adding a register key to the Windows register - SOLVED |
[
{
"date": "2012-07-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All\n\nI have an array that is created from a table and I use that array as the pick list from a combobox\n\n[code=fw:is7zcqtb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />aBin := <span style=\"color: #... | Adding an Element to a Combobox array |
[
{
"date": "2012-07-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick, try using oCbx:SetItems( aBin ) method.\n\nEMG",
"time": "23:04",
"topic": "Adding an Element to a Combobox array",
"username": "Enrico Maria Giordano"
}
] | Adding an Element to a Combobox array |
[
{
"date": "2012-07-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico\n\nThank you! Worked great\n\nRick Lipkin",
"time": "14:56",
"topic": "Adding an Element to a Combobox array",
"username": "Rick Lipkin"
}
] | Adding an Element to a Combobox array |
[
{
"date": "2011-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI want to add an option to right click menu in TGet. I have done in system menu using SYSMENU. Is there any clause for this?\n\nThanks",
"time": "13:47",
"topic": "Adding an option to right click menu on TGet.",
... | Adding an option to right click menu on TGet. |
[
{
"date": "2012-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi everyone;\n\nI wish to add tabs to a FW folder control at runtime. Likewise, I'd like to add an x btnbmp at the right of the tab to allow closing the tab page. The tab control is on a dialog control. In short, it would look ... | Adding and Deleting tabs on Dlg at runtime |
[
{
"date": "2012-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello\n\nyes, review sample testfldd.prg\n\nit's a mod form testfldd.prg\n\n[code=fw:70ppj78h]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// Dinamically adding pages and co... | Adding and Deleting tabs on Dlg at runtime |
[
{
"date": "2006-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio\n\nI am trying to add different bitmaps to the themed rPreview toolbar\nThese bitmaps are contained in my normal RES file (not in Prev32.dll)\nI cant get this to work\neg below even thing Bmp_Pdf exists in my resources,... | Adding bitmaps to themed rPreview toolbar |
[
{
"date": "2006-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio\n\nI am trying to add different bitmaps to the themed rPreview toolbar\nThese bitmaps are contained in my normal RES file (not in Prev32.dll)\nI cant get this to work\neg below even though Bmp_Pdf exists in my resources... | Adding bitmaps to themed rPreview toolbar |
[
{
"date": "2006-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How can you converte the preview in pdf file ?",
"time": "18:34",
"topic": "Adding bitmaps to themed rPreview toolbar",
"username": "Silvio"
}
] | Adding bitmaps to themed rPreview toolbar |
[
{
"date": "2006-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Peter,\n\nWhere are you adding that code? If it is inside the rpreview function then you have to switch to your resources to load your bitmap, then switch back (see getResources() and setResources() near the top of the rpreview fu... | Adding bitmaps to themed rPreview toolbar |
[
{
"date": "2006-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio;\n\nRead here:\n\n[/url]\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=4757\">http://fivetechsoft.com/forums/viewtopic.php?t=4757</a><!-- m -->\n[url]\n\n\nIt absolutely works great!... | Adding bitmaps to themed rPreview toolbar |
[
{
"date": "2006-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "1) :: is there because we have converted rPreview to a class\n\n2) The pdf utility we are using is <!-- w --><a class=\"postlink\" href=\"http://www.utilitywarrior.com\">www.utilitywarrior.com</a><!-- w --> product\n\n3) I did try... | Adding bitmaps to themed rPreview toolbar |
[
{
"date": "2006-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Peter,\n\nHas the bitmap the same dimensions of the other bitmaps ?",
"time": "17:16",
"topic": "Adding bitmaps to themed rPreview toolbar",
"username": "Antonio Linares"
}
] | Adding bitmaps to themed rPreview toolbar |
[
{
"date": "2006-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Peter,\n\n>1) :: is there because we have converted rPreview to a class \n\nThen, are you sure this code is getting linked in and used? One way to find out is to put a msgInfo() in it.\n\n>I am thinking that maybe theming requires... | Adding bitmaps to themed rPreview toolbar |
[
{
"date": "2006-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "to converte rpreview to a class is easy... and then ?",
"time": "00:18",
"topic": "Adding bitmaps to themed rPreview toolbar",
"username": "Silvio"
}
] | Adding bitmaps to themed rPreview toolbar |
[
{
"date": "2006-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi All\nI have resolved this. The problem was caused because the no of bitmaps in the imagelist is > than the no of btns, and I was assuming the my new pdf btn corresponded to the correct bmp in the imagelist. \n\nI had to add a c... | Adding bitmaps to themed rPreview toolbar |
[
{
"date": "2022-04-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nDoes anyone have an example how to add a button on an excel-sheet?\n\nThank you,",
"time": "10:31",
"topic": "Adding button in excel with FW",
"username": "Marc Vanzegbroeck"
}
] | Adding button in excel with FW |
[
{
"date": "2022-04-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Marc.\nSorry, I don't know how to do this with FWH and ole commands.\nBut here an example for adding a button tonabworksheet of excel.\n[code=fw:2hadb4ui]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> Sub AddB... | Adding button in excel with FW |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.