Listing the clipboard ===================== Hello All, I was looking for a way to list the files of a multi file selection so I can later process the files....
Autosave your SciEd files ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Here is a simple way of adding a timed autosave to SciEd editor. R-Drag SciEd.gui and choose 'Copy' or...
windowless guis arguments ~~~~~~~~~~~~~~~~~~~~~~~~~~ Hello Everybody, I made the following test to clarify the usage of command line args in the shell. This...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gui4cli group. File :...
gui4cli@yahoogroups.com
Jun 5, 2009 12:44 pm
5238
Hi Flicknemo, Some comments on your testgui 'args' Argument arg0 is nowhere used in the test gui and can be safely omitted from the xonload event. Since the...
Hi Fer, Thanks for this extended code. I am sure you are busy. ... I was aware of this but part of my test was to demonstrate the scope of these in case any...
Hi Chris, I have no experience at all from 64 bit systems, but afaik, when they see a program is 32 bit they just run it as 32 bit, so there should be no...
... Hi Dimitris, I aready expected that but there was a complaint from a 64-bit Vista user. But since my Gui4Cli app controls other apps it's hard to tell what...
... It doesn't, not the VC6 version I'm using (afaik). I'm not sure how much work would be involved in converting it to 64 bit. 99% of the code would probably...
... I undestand! And even if the compiler would allow to compile 64-bit code on a 32-bit system, there's no way to test it. I came to the idea because the...
Hi Dimitris In Vista the directory treeview shows many localized names (in contrary to a directory listview) but the returned variable shows the correct...
Hi Fer, I don't quite understand the question (I haven't built a gui for it yet), but I think it has to do with the fact that TVs don't show hidden (system)...
... Hi Dimitris, Vista uses localized names for all user folders and underlying folders including documents, music, pictures, favorites, etc etc. In XP there...
Hi Dimitris, My Gui4Cli app controls a command line app and on user request I added the option to set process priority for that cli. I only added one step...
Hi Chris, You should be able to use the SYSDLL command to call system functions to get the handle and/or set the priority directly. Best regards Dimitris...
... Normally yes, but to refer to the gui4cli process itself you can also give NULL; See GetModuleHandle() and SetThreadPriority() I should thiink you can also...
Hi Dimitris, I can get the module handle by name. Tried it both with "Gui4Cli.exe" running scripts and with my app name as a "compiled" Gui4Cli executable. But...
This is going to sound absolutely stupid but I had no idea you could program using this program, I thought it was to just make the GUI, then import into ...
Hi Tyler, I advice to install the basic version 19. This installs the Gui4Cli work environment. Then upgrade with "G4C_1930_FULL.zip" package from the files ...
I work a lot with WMI, as it really fascinates me - is there anyway to implement some of WMI and be able to possibly export as .txt? BTW, I'm Undocked Windy of...
... I know nothing about WMI but there is some support for SQL. Probably there are others that can answer your question. You can write a generator for whatever...
Hi Dimitris, Even with SetPriorityClass(), I couldn't get it to work but I'm running it from a dll and that is a child process from Gui4Cli. Perhaps there lies...
Does anyone know how to grab the current volume level via MCI? I'm trying to add VU meters (only for appearance really so they don't need to be accurate or...
Hi Graham, MCI always returns 1000 as volume unless you've set it differently using setaudio... So, is it really volume you want to show or should it be signal...
Hi Fer, Thanks for the advice. Yes, it's signal level (volume level) that I'm trying to get. I did suspect that those mci strings I tried were really for...