topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
how to compile the file maindllp.c | [code=fw:2190o6u5]<div class="fw" id="{CB}" style="font-family: monospace;"><br />line <span style="color: #000000;">187</span> : <br /><span style="color: #000000;">line</span> <span style="color: #000000;">188</span> : <span style="color: #000000;">char</span> * hb_parc<span style="color: #000000;">(</span> int i... |
how to compile the file maindllp.c | Daniel,
Please try to change this line this way:
line 188 : static char * hb_parc( int iParam, ... ) |
how to compile the file maindllp.c | Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
c:\xharbour\source\vm\maindllp.c:
Error E2356 c:\xharbour\source\vm\maindllp.c 190: Type mismatch in redeclaration
of 'hb_parc'
Error E2344 c:\xharbour\include\hbapi.h 399: Earlier declaration of 'hb_parc'
Error E2356 c:\xharbour\source\vm\maindllp.c 629: Ty... |
how to compile the file maindllp.c | Daniel,
maindllp.c properly compiled here on first try:
[code=fw:blahyn37]<div class="fw" id="{CB}" style="font-family: monospace;"><br />C:\temp>c:\bcc55\bin\bcc32 -c -Ic:\xharbour\include maindllp.c<br />Borland C++ <span style="color: #000000;">5.5</span><span style="color: #000000;">.1</span> <span style="color: #... |
how to compile the file maindllp.c | Hi Antonio,
are you using last xharbour CVS? The problem still exists.
i:\apps\bcc55\bin\bcc32 -c -Ii:\apps\xharbour\include -Ii:\apps\bcc55\include maindllp.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
maindllp.c:
Error E2356 maindllp.c 189: Type mismatch in redeclaration of 'hb_parc'
Error E2344 i:... |
how to compile the file maindllp.c | meu xharbour esta no link poderia verificar ou poderia me enviar uma copia dos fontes do seu xharbour ?
my xharbour this could check the link or could send me a copy of the sources of their xharbour included the contrib directory?
<!-- m --><a class="postlink" href="http://www.lopes.ms/fw/xharbour.rar">http://www.lop... |
how to compile the file maindllp.c | You can download maindllp.c from here:
[url:2qyn3tb4]http://xharbour.cvs.sourceforge.net/viewvc/*checkout*/xharbour/xharbour/source/vm/maindllp.c?revision=1.34[/url:2qyn3tb4] |
how to compile the file maindllp.c | I changed the following lines (according to hbapi.h declaration):
188:
char * hb_parc( int iParam, ... )
to
const char * hb_parc( int iParam, ... )
627:
char * hb_pards( int iParam, ... ) /* retrieve a date as a string yyyymmdd */
to
const char * hb_pards( int iParam, ... ) /* retrieve a date as a string yyyymmdd */
... |
how to compile the file maindllp.c | Roberto,
I guess the above just applies for Harbour, not xHarbour |
how to compile the file maindllp.c | the problem is not the source code "maindllp.c" but in hbapi.h follows the hbapi.h xharbour antonio could check with your hbapi.h?
<!-- m --><a class="postlink" href="http://www.lopes.ms/fw/hbapi.txt">http://www.lopes.ms/fw/hbapi.txt</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.lopes.ms/fw/hbapi.h">... |
how to compile the file maindllp.c | Daniel,
This is the right hbapi.h for xharbour:
[url:1j7fjqvw]http://xharbour.cvs.sourceforge.net/viewvc/*checkout*/xharbour/xharbour/include/hbapi.h?revision=1.272[/url:1j7fjqvw] |
how to compile the file maindllp.c | change maindllp.c
nos fontes dos xharbour cvs segue abaixo as alterações ja propostas pelo usuario Roberto Parisi
antônio poderia reportar ao pessoal do projeto esse codigo fonte não é mais compilado no xharbour por isso esses erros continuam
a compilação funcionou agora vou tentar gerar a dll e o exe
line 190
bef... |
how to convert a string into a number | I need to convert a string "23600001122334455172700" in number and do not know how,
With the "val ()" do not get a whole number. Please Help! |
how to convert a string into a number | Try uCharToVal(xxx) your string
Hth |
how to convert a string into a number | No, this returns a character type result, not a numeric one:
[code=fw:1rwtt4y2]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color:... |
how to convert a string into a number | Your number seems to be too BIG for a 64 bits computer.
[url:2ut0yl14]http://stackoverflow.com/questions/6003492/how-big-can-a-64bit-signed-integer-be[/url:2ut0yl14]
George |
how to convert a string into a number | If what you want is to add to this number, you could use the SUBSTR() function to substract the last numbers of the string, add what you want and replace the string with the result... |
how to convert a string into a number | THANK YOU for your help, my problem lies in the fact
that the string "23600001122334455172700" / 97
then the whole number without decimals * 97
the first number-second number = nn
98-nn = control number
used in IBAN |
how to convert a string into a number | This is some code I found in javascript to check IBAN:
[url:3p2uqhdb]http://www.tbg5-finance.org/checkiban.js[/url:3p2uqhdb]
[code=fw:3p2uqhdb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// More languages are welcome. Please send your list of country names, er... |
how to convert a string into a number | došao sam do rješenja problema
string se mora podijeliti na dva dijela koji se mogu obra?ivati
"2360000112233" i "4455172700"
svaki se posebno podijeli sa 97 onda se drugome broju ispred stavi ostatak dijeljenja prvog broja
val("2360000112233")%97=25
val("25"+"4455172700")%97=9
kontrolni broj je 98-9=89
pa je iban... |
how to convert a string into a number | I came up with solutions to problems
string must be split into two parts that can be processed
"2360000112233" and "4455172700"
each separately divided by 97, then the second number in front put the remainder on dividing the first number
val ("2360000112233")% 97 = 25
val ("25" + "4455172700")% 97 = 9
control number is... |
how to create a webservice? | I need to create a webservice to receive orders and send customers and products |
how to create a webservice? | Perhaps this will help. Not my work, I just remember this being shared on this forum previously.
[u:2519eiil]
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35210&p=209552">viewtopic.php?f=3&t=35210&p=209552</a><!-- l -->
[/u:2519eiil]
Robb |
how to detect Clipboard Format under harbour ? | hi,
default Clipboard use CF_TEXT
[img:2d6ee803]https://i.postimg.cc/D0kmGJ0q/Clipboard-Default.jpg[/img:2d6ee803]
but can also use CF_BITMAP or OLE
[img:2d6ee803]https://i.postimg.cc/NfN9J0zw/Clipboard-OLE.jpg[/img:2d6ee803]
under Xbase++ i have QueryGetFormat() to ask which Format is... |
how to detect Clipboard Format under harbour ? | Dear Jimmy,
This Windows API function seems to do what you are looking for:
[url:11hl04ey]https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enumclipboardformats[/url:11hl04ey] |
how to detect Clipboard Format under harbour ? | hi Antonio,
thx, i will try that Way |
how to detect app if running in memory ? | Hi, In main prg ,I do a call upgrade to download from web and overwrite main.exe , but the mian exe not close in memory,so upgrade will failure. main.prg ... define window ownd ... ... button action (ownd:end(),winexec("upgrade.exe")) activate window ownd other close return but when running upgrade.exe... |
how to detect app if running in memory ? | Is this what u r looking for[code:3n5v0fl6]// Check whether the application is already running in the same PC
if IsExeRunning( cFileName( HB_ARGV( 0 ) ) )
MsgWait( "This application is already running", "Application Name" )
Quit
endif
[/code:3n5v0fl6]RegardsAnser |
how to detect app if running in memory ? | ShumingWangDo you have some code that will automatically search an FTP site for upgrades. If you do can you post a copy. Thanks |
how to detect app if running in memory ? | Hag, For the www /web mode download more faster, so I change from FTP to WEB mode. I place a .ini file contian version id: local nsize,afiles:={},oInternet,i,newversionid,odb1,lok:=.f.local cwebpath:="http://www.xtech.com.cn/down/xerp6.1"+if(oserver:cCharset=="big5","f","")local cpath:=curdrive()+":\"+curdir()+"\tmp... |
how to detect app if running in memory ? | Thanks for the quick response. |
how to detect app if running in memory ? | Anserkk, The IsExeRunning( "main.exe") return .f., ether windows task table shows no. But it seems the file still not release even wait many minutes, URLDownloadToFile( 0, cwebpath+"/"+afiles[i], cpath+"\"+afiles[i], 0, 0 ) == 0 // failure Best regards!Shuming Wang |
how to detect app if running in memory ? | Dear ShumingWang,A Hint :I think you should try to get the window Handle of the Running.Exe, If u search this forum, you will find how to do it.RegardsAnser |
how to detect multiselect of xBrowse | HI all,
here an other question about the multiselect feature of xBrowse.
I want to give the possibility to create groups of selected items of a browse.
A user might multi-select some rows and click at a button to create a group from those selected items.
If there is only one row selected it makes no sense to create ... |
how to detect multiselect of xBrowse | Hello Detlef
it is your test...
check it
compiled with xharbour
[code:zy7nk128]
#INCLUDE "FiveWin.ch"
#INCLUDE "XBrowse.ch"
function Main()
local oDlg, aLin := {}, i, oBrw
local oBtn
for i := 1 TO 6
AAdd( aLin, { chr( 64 + i ), "Item " + str( i ) } )
... |
how to detect multiselect of xBrowse | Daniel,
thanks a lot for your code.
It works exactly as i wanted.
Thanks and regards,
Detlef |
how to disable minimize and maximize buttons on main window | Hello all,
Can you send me a sample showing how to disable minimize and maximize buttons on main window MDI
Thank you |
how to disable minimize and maximize buttons on main window | [code:b7z152bw]
#include "FiveWin.ch"
function Main()
local oWnd
DEFINE WINDOW oWnd STYLE nOr( WS_CAPTION, WS_VISIBLE, WS_SYSMENU ) MDI
ACTIVATE WINDOW oWnd
return nil
[/code:b7z152bw] |
how to disable minimize and maximize buttons on main window | Thank you Antonio |
how to disable minimize and maximize buttons on main window | Hi,
What would be the command to remove only the Maximize/Restore button from a MDI child window. ie I need the minimize and close buttons to be there on the windows.
Regards
Anser |
how to disable minimize and maximize buttons on main window | Hi Anser
Here it is
[code=fw:1eiwrrze]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00D7D7;">#define</span> MF_BYPOSITION <span style="color: #000000;">1024</span> <span st... |
how to disable minimize and maximize buttons on main window | Dear Ramesh,
Thank you for the code. Your sample code is working fine on the MDI window, unfortunately when I try it on the MDI CHILD window of my real app, only the Close button is getting disabled
[url=http://img442.imageshack.us/i/ramesh.jpg/:eye5bkni][img:eye5bkni]http://img442.imageshack&#... |
how to disable minimize and maximize buttons on main window | Anser,
>My requirement is to either remove OR disable the Maximize/Restore control on the MDI CHILD window. My first preference is to remove the Maximize/Restore control
This sounds like a non-modal dialog. Have you consider that?
Regards,
James |
how to disable minimize and maximize buttons on main window | Hi Mr.James,
The following code solved my problem. Applying the following style, disabled the Maximize/Restore button on a [b:2sz3cy4e][color=#0000FF:2sz3cy4e]MDICHILD[/color:2sz3cy4e][/b:2sz3cy4e] Window.
If this also failed then I would have opted a Non Modal Dialog.
[code=fw:2sz3cy4e]<div class="fw" id="{CB}" s... |
how to disable minimize and maximize buttons on main window | Where is the need to adopt such complex approach? Cant we simply disable these buttons while creating the window ( normal, MDI, MDICHILD ) by using the syntax already provided by FWH?
CREATE WINDOW ....... NOMINIMIZE NOMAXIMIZE
This does the job. Or am I missing something? |
how to disable minimize and maximize buttons on main window | Dear Mr.Rao,
[b:l7vnh93l]Your Quote[/b:l7vnh93l]
[quote:l7vnh93l]It is true that we can disable maximize or minimize buttons by simply using clauses NOMAXIMIZE, NOMINIMIZE, etc. while creating the window. But still the user can resize the window by dragging the right bottom corner of the window.
aMinMaxInfo gives us ... |
how to disable tree item | #include "FiveWin.ch"#include "WColors.ch"function Main() local oDlg, oTree DEFINE DIALOG oDlg TITLE "TreeView from source" @ 0.5, 1 TREEVIEW oTree OF oDlg SIZE 80, 60 COLOR 0, GetSysColor( COLOR_WINDOW ) ACTIVATE DIALOG oDlg CENTERED ; ON INIT AddItems( oTree ) return nil function AddItems( o... |
how to disable tree item | Try this:[code:a2cpb0u1]function AddItems( oTree )
local oItem1, oItem2, oItem3, oSubItem
oItem1 = oTree:Add( "First" )
oItem1:Add( "One" )
oSubitem := oItem1:Add( "Two" )
oSubitem:disable()
oItem1:Add( "Three" )
oItem2 = oTree:Add( "Se... |
how to disable tree item | Thanks for your helpWith the change, I get this error message:Message not found: TTVITEM:DISABLEThanks |
how to disable tree item | It's possible to make the treeview disabled.I think maybe not's possible to do the same thing with a item of treeview. |
how to disable tree item | Acwoo,Please, try this:[code:1mlktwmt]enableWindow( oItem:hItem, lEnable )[/code:1mlktwmt] |
how to disable tree item | ThanksenableWindow( oItem:hItem, lEnable )How do I change this to runThanks |
how to disable tree item | Acwoo,Something like this:[code:2t7o1f6g]function AddItems( oTree )
local oItem1, oItem2, oItem3, oSubItem
oItem1 = oTree:Add( "First" )
oItem1:Add( "One" )
oSubitem := oItem1:Add( "Two" )
enableWindow( oSubItem:hItem, .F. )
oItem1:Add( "Th... |
how to disable tree item | ThanksTree "Two" not disabled.Thanks |
how to disable tree item | Ok!I think that not's possible to do! |
how to disable tree item | Acwoo,Antonio or Uwe or James, maybe they can help you! |
how to disable tree item | Acwoo,You can delete a TreeView item (including its childen items) and later on add it again:<!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-us/library/bb773560(VS.85">http://msdn.microsoft.com/en-us/library/bb773560(VS.85</a><!-- m -->).aspx |
how to disable tree item | Thankshow do I use this TVM_Deleteitem to run Thanks |
how to disable tree item | Acwoo,As Antonio told you... please, try this:[code:1bb9tlqx]SendMessage( oTree:hWnd, TVM_DELETEITEM, 0, oItem:hItem )[/code:1bb9tlqx]
You can too make a function to control this operation like this:
[code:1bb9tlqx]function deleteItem( oTree, oItem )
SendMessage( oTree:hWnd, TVM_DE... |
how to disable tree item | Thanks |
how to disable vertical scrollbar listbox | Hello Antonio,
is it possible to disable the vertical scrollbar from a listbox.
Thanks in advance
Otto |
how to disable vertical scrollbar listbox | Otto,
If you are creating it from resources, don't use WS_VSCROLL style |
how to disable vertical scrollbar listbox | Hello Antonio,
no. I am creating it from code.
Thanks in advance
Otto |
how to disable vertical scrollbar listbox | Otto,
Then you have to modify the Class source code and remove WS_VSCROLL.
You can modify the Class PRG and link the OBJ as another OBJ of your application. |
how to display sorce code inside html | Dear Antonio,
I'm starting a FAQ for mod harbor beginners.
It would be great if I could also store source code examples in the memo field in the database.
But I still haven't figured out how to encrypt the source code so that it can be displayed in the website.
I'll use photos meanwhile.
Best regards,
Otto
[url:c418qo... |
how to display sorce code inside html | Dear Otto,
I would suggest to use syntax highlighted source code so I would use the same control that we use in mod_harbour/samples/modpro
[code=fw:37s4qbh8]<div class="fw" id="{CB}" style="font-family: monospace;"> <div <span style="color: #0000ff;">id</span>=<span style="color: #ff0000;">"editor"</span>><sp... |
how to display sorce code inside html | Dear Antonio,
Thank you so much. I will try it.
Best regards,
Otto |
how to distinguish xhb.org or xhb.com with ifdef | Hi guys,I started to migrate my system to work under xhb.com and sqlrdd, but I have to keep my old sql connection code, because for my clients who still using my old system version i must keep the support and i dont wanna separate my code for each version of xharbour. So for do that i thought about distinguish in my co... |
how to distinguish xhb.org or xhb.com with ifdef | [quote="dempty":379jtcwd]I started to migrate my system to work under xhb.com and sqlrdd, but I have to keep my old sql connection code, because for my clients who still using my old system version i must keep the support and i dont wanna separate my code for each version of xharbour.
So for do that i thought about di... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | Dear All,
I try to use WMPlayer.OCX and play loop for better solution than GIF file. But it has black frame before start playing the vdo.
How to fix black frame as vdo clip?
Thanks in advance for any help and suggestion.
[img:3gikc7vf]https://s3.gifyu.com/images/ezgif.com-video-to-gif437fcf73e86a6c6... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | I tryied too, and the only solution I found is do manually the loop:
[code=fw:7lyl5sx7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">if</span> oActiveX :<span style="color: #000000;">controls</span>:<span style="color: #000000;">currentPosition</span> > oActiveX :<... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | Dutch,
I noticed a short loading-time during the loops
here is a free Video-editor / cutter to check the frames
at the beginning and end.
32 and 64 bit-version
<!-- m --><a class="postlink" href="https://www.fosshub.com/Avidemux.html">https://www.fosshub.com/Avidemux.html</a><!-- m -->
regards
Uwe <!-- s:D --><img ... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | Dear Uwe,
Thank you for your reply but there is not black frame in vdo (mp4). I try Avidemux but no black frame. I try another mp4, it has got the same result.
I guess, it is the frame of object before start.
This is the mp4 file.
[url:38y77cba]https://ibb.co/ctkDSmY[/url:38y77cba]
Regards,
Dutch
[quote="... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | Dutch,
I tested the wmplayer as a exe-file.
the problem seems to be the ocx-usage.
Just a idea :
1. use avidemux and select the file
2. append the file as often to the needed length
3. save these loaded files, they will be all connected to just 1 file
storage settings :
Video- and Audio-codec = Copy
Autput-format = ... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | Dutch,
I just tested and works fine
just append as often to get the needed length.
regards
Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | Dear Uwe,
Thank you so much for your idea. Firstly I try GIF file but it has 25 frames per second. It doesn't smooth as MP4. I try to get the best result.
Thanks once again for your solution.
Dutch |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | Dear AntoninoP,
Thank you so much AntoninoP and Uwe. It's fixed black frame flicker during loop. But It is still show black frame on start playing.
How do I fixed the first black frame?
Thanks in advance for any help and suggestion.
[quote="AntoninoP":2kyi4o95]I tryied too, and the only solution I found is do m... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | Dear AntoninoP and Uwe,
I can fix it now.
- Show in TIMER
[code=fw:qxo7xkkl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">TIMER</span> oTimer <span style="color: #0000ff;">INTERVAL</span> <span style="color: #000000;">100</span> <... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | Dutch,
I'm just thinking about a possible dialog fade-in-effect
for the video that will cover the first frames
just a idea not tested yet.
regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | [quote="dutch":biftgnnv]Dear AntoninoP and Uwe,
I can fix it now.
- Show in TIMER
[code=fw:biftgnnv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">TIMER</span> oTimer <span style="color: #0000ff;">INTERVAL</span> <span style="color... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | Dear Uwe,
I test my solution and it works well now. Thank you so much for your kindness help.
[quote="ukoenig":1maxecnw]Dutch,
I'm just thinking about a possible dialog fade-in-effect
for the video that will cover the first frames
just a idea not tested yet.
regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | hi,
did you use
[code=fw:2nr58oxo]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /> oActiveX&#<span style="color: #000000;">058</span>;Settings:<span style="color: #000000;">AutoStart</span> := .T.<br /> bOldError := ERRORBLOCK<span style="color: #000000;">(</span> <s... |
how to fix Black frame start with WMPlayer.OCX? *Fixed* | hm ... where does those sign come from ... <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o -->
i have to disable BBCode
[code=fw]
oActiveX:Settings:AutoStart := .T.
bOldError := ERRORBLOCK( { | e | BREAK( e ) } )
BEGIN SEQUENCE
oActiveX:URL ... |
how to get ""Name"" of App ? | Thanks mister Rao:
[code=fw:3426ik4s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cOrigPath := <span style="color: #ff0000;">"C:<span style="color: #000000;">\D</span>ATA<span style="color: #000000;">\A</span>DDRESS.EXE"</span><br /> <span style="color: #00C800;">IF</span> ExeName<span ... |
how to get ""Name"" of App ? | We can also get exactly the same result with
[code=fw:2lpoxnbk]<div class="fw" id="{CB}" style="font-family: monospace;">? HB_ArgV<span style="color: #000000;">(</span> <span style="color: #000000;">0</span> <span style="color: #000000;">)</span></div>[/code:2lpoxnbk]
and
[code=fw:2lpoxnbk]<div class="fw" id="{... |
how to get ""Name"" of App ? | Yes,
[url:oeqeir7r]https://vivaclipper.wordpress.com/2014/02/26/hb_argv/[/url:oeqeir7r]
[code=fw:oeqeir7r]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Example:<br /><br /> <span style="color: #B900B9;">// If command line is : C:\temp>test.exe p1 p2</span><br /... |
how to get ""Name"" of App ? | hi,
under Xbase++i have AppName() to get "Name" of App
how under Fivewin <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
how to get ""Name"" of App ? | [url:2hi11rhx]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=31155&p=180163&hilit=HB_ARGV&sid=01ac4c30bf4be4755dde9ce6acb4bcc5&sid=9d6c2fd2fb337b5a04c537edc8214103#p180163[/url:2hi11rhx]
Regards, saludos. |
how to get ""Name"" of App ? | hi,
thx for Answer
the Link point to
[quote:1e0a84s1]How to keep a appl. on top of the dlg on resize ? (solved)[/quote:1e0a84s1]
---
i got 2 Solution
1.) GetModuleFileName( GetInstance() )
2.) GetAppName()
where 2nd point to 1St |
how to get ""Name"" of App ? | [code=fw:s946b22a]<div class="fw" id="{CB}" style="font-family: monospace;">? ExeName<span style="color: #000000;">(</span><span style="color: #000000;">)</span></div>[/code:s946b22a] |
how to get ""Name"" of App ? | hi,
[quote="nageswaragunupudi":36fy3q98][code=fw:36fy3q98]<div class="fw" id="{CB}" style="font-family: monospace;">? ExeName<span style="color: #000000;">(</span><span style="color: #000000;">)</span></div>[/code:36fy3q98][/quote:36fy3q98]
so there are 3 Solution
... "where" is ExeName() ... can´t find it und... |
how to get ""Name"" of App ? | This is a function from Clipper Tools functions, available from the good old Clipper days.
This is available in CT.LIB for xHarbour and hbct.lib for Harbour.
This lib is automatically linked in build?..
Please note that this returns the exename with full path. |
how to get ""Name"" of App ? | hi,
[quote="nageswaragunupudi":ekrumx9m]This is a function from Clipper Tools functions, available from the good old Clipper days.
This is available in CT.LIB for xHarbour and hbct.lib for Harbour.[/quote:ekrumx9m]
ahh, i begin to remember ...
thx for Answer |
how to get ""Userdef"" EVENT for ACTION | hi,
i can call "find/replace" Dialod this Way
[code=fw:1uvw9ya4]<div class="fw" id="{CB}" style="font-family: monospace;"> FindReplaceDlg <span style="color: #000000;">(</span> <span style="color: #00C800;">NIL</span>, lNoUpDown, lNoMatchCase, lNoWholeWord, lCheckDown, lCheckMatchCase, lCheckWholeWord, cFind, c... |
how to get ""Userdef"" EVENT for ACTION | Dear Jimmy,
Is the event sent to hwndOwner ?
If so, then you need to inherit a class from TWindow and redefine HandleEvent() method and add support for such event |
how to get ""Userdef"" EVENT for ACTION | hi Antonio,
[quote="Antonio Linares":d73n0cew]Is the event sent to hwndOwner ?[/quote:d73n0cew]
i´m not sure ... it is like other "Common Dialog"
it have to do with FINDREPLACE A/W structure
[url:d73n0cew]https://learn.microsoft.com/en-us/windows/win32/api/commdlg/ns-commdlg-findreplacea[/url:d73n0cew]
t... |
how to get ""Userdef"" EVENT for ACTION | hi Antonio,
[quote="Antonio Linares":9skuc8hh]Is the event sent to hwndOwner ?[/quote:9skuc8hh]
i think Yes
[code=fw:9skuc8hh]<div class="fw" id="{CB}" style="font-family: monospace;"> FindReplaceDlg <span style="color: #000000;">(</span> <span style="color: #00C800;">NIL</span>, lNoUpDown, lNoMatchCase, lNoWhole... |
how to get ""Userdef"" EVENT for ACTION | hi,
have look into c:\fwh\source\classes\dlgfind.prg and found REDEFINE / ACTION ... hm ... <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" /><!-- s:idea: -->
have made a copy and change into
[code=fw:10ubfstr]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style... |
how to get ""Userdef"" EVENT for ACTION | hi Antonio,
[quote="Antonio Linares":16a2wiwo]If so, then you need to inherit a class from TWindow and redefine HandleEvent() method and add support for such event[/quote:16a2wiwo]
[code=fw:16a2wiwo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">CLASS</span> TMyWindow <span styl... |
how to get CTRL + LBUTTONDOWN Event ? | hi,
to "mark" multiple Item in Windows Explorer you need "Control + left Mouse Button down"
how to get that Event <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
---
i need it for my CLASS TGrid where i get "Keyboard" Input in Method Notify
[code=fw:3lcksc69]<... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.