... You are certainly not a nuisance.. I answered the above the last time, did you read that repply? I tried an example now and there are some problems which I...
Dimitris ... Yes I read the reply and thank you very much. Your reply was on the LVSORT question. The last posting was on LVSEARCH. I want to know if it is...
Sorry.. Apparently I've lost my ability to read.. :) ... You have to do it by brute force for now.. use lv #this mylv lv go top while $$lv.line = 1 if $%name =...
... No problem. Thank you very much for the prompt reply. The reason for asking all the questions is that I am busy writing a program to set a timetable ...
i can't drag attachments from outlook, or files from zips, on to a gui. is this a known restriction? bug? intended? the gui window stays unfocussed and i can't...
Hello, all; I am new to Gui4Cli and was wondering if I could leverage my perl background by coupling the two. I've tried searching the Gui4Cli website and only...
Yes, there are two ways for programs that don't require lots of interactive hand holding that a dedicated language dll solves. 1. Use the DOS DLL to run a Perl...
... No, its not known.. I tried to drag files out of winzip and it works but only if you press the control key (maybe it won't allow you to "move" the file). ...
Hi, Apart from the methods Richard described, there also used to be an ActiveX control which should help. Search in the newsgroup for G4CAX - there's many...
ah, I didn't know about a ^drag out of winzip. yes, that works ok. I tried dragging from Outlook to Scite (= scintilla) but it didn't work for me. it's an old...
Hello everyone Just a question Is it possible to transfer the variable -- MyVar -- from a gui to a batch file ? If yes, how can we do it ? Thanks a lot for any...
You can use any from Batch File options. ie "... The parameters given to a batch file are represented, within it, by % 1..%9; SHIFT moves them all down one...
... The best way is as a command line argument, like Valery said, but I'll also add a command to set/get environment variables (I thought I had added it...
Hi Dimitris. Would it be possible to add a POST-command in addition to SEND, which uses PostMessage instead of SendMessage? I think SendMessage always waits...
... The SEND command uses SendMessage() to send WM_COPYDATA, WM_USER and WM_COMMAND type messages. I think you are refering to the WM_COPYDATA message (ie:...
Hi. ... and ... WM_COPYDATA ... PostMessage().. No. I'm sending a WM_COMMAND to a window. But SendMessage waits for acknowledgement. So Gui4Cli is stuck until...
Hi all, I've uploaded beta version 19.4 at: http://users.hol.gr/~dck/g4c/html/Downloads.htm It includes some important bug fixes and a few new additions. Also...
Thank you Dimitris! Working great on Win 98. I would wish you happy Easter, but that is next week for you. Instead I'll wish you a sweet sea breeze and an end...
Hi Dimitris. ... Thanks for adding "Win close" and "post" as a send parameter. Unfortunately both don't seem to work. "Win close" seems to minimize a window...
Testing these things is always the most time consuming thing, so I didn't, seeing that you would :) ... Apparently, Destroy can not work. From the Windows API:...
Hi Dimitris. ... That's the least I can do, I guess :-) ... Yep. ... No. Hide is not so good. ... A program I use here apparently does this with a SendMessage ...