Hi Dimitris, It's quiet lately here at Gui4Cli. I hope you and all devoted Gui4Cli users here are doing well. I want to ask something about the drop attribute....
Hi Chris, Thanks for your interest in our well being. Much obliged. Although I have not yet experienced the problems about drop functions as you described,...
... The dll function I use simply calls the "mciSendString" function, probably much like the one you build in. It's the whole chain that's called by this...
... Hi Fer, As you can read in my reply to Dimitris' answer, there isn't much chance to get the whole drop system up again other the to reload the gui. I have...
... Hi Chris, I've tried to find the localized name for the "reqfile DIR" window in the registry. No luck. Maybe someone else knows how to.. So for now it can...
... Thanks Fer, About the language; Dimitris posted a few links to msdn at the discontinued coolforums forum. These contained a lot of services to get Windows...
Hi Chris, There is another alternative for placing the dialog!! Make your own directory requester. Advantages: 1. make it as large as you want 2. place it...
Dimitris Hope that all users are well. I however do have two questions that I need help with: 1. Msgbox - When I do not use the default title of the msgbox,...
... Hi Fer, Great example! I was already thinking of making my own but this can be easily adapted to my needs. I'm currently make a study of the wait command. ...
Hi Frans, ... I didn't know that - I'll have a look. ... Not for the moment... Maybe you can work around it by keeping a hidden listview to hold the items and...
Enumerate events in a script Hello Everybody, I was seeking a way of pinpointing a group of events/gadgets. You can paste this chunk of code into any G4C...
xBuffer to Browser In SciEd editor, Help, G4C Tutorials ---> The window has Border buttons in the title bar -- T and ? -- Click the '?' and it launches a...
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...