| Thread | Last Post | Replies |
|
| Using CTRL+F whilst running an application | 30 Nov 2005 19:07 GMT | 8 |
I have had a long standing problem that stops me from using the 'find' facility (CTRL+F) or replace (CTRL+L) while I am running my application interpretively. Therefore if I'm in the middle of a form on which I've made loads of changes
|
| Run .BAT invisibly? | 28 Nov 2005 13:39 GMT | 5 |
Hello, all! Quick question. I'm needing to produce and run a .BAT file using VFP. That's done (thanks to the handy little strtofile() and RUN commands). My question, however, is how to keep the little black msdos window from
|
| VFP & Web Browser | 21 Nov 2005 18:35 GMT | 2 |
I have this code in program.prg: sside = 'http://localhost/~matrix/' IE = CreateObject("InternetExplorer.Application") IE.Visible=.t.
|
| command/widget to open file browse window? | 19 Nov 2005 03:56 GMT | 6 |
In my app I have a text box where the user can enter a network path to a folder where pictures are stored. I'd like to have a button next to that text-box that will open up a standard Windows Explorer window at that location. (so the user could then view his/her pictures, edit, ...
|
| Using CTRL+F whilst running an application | 16 Nov 2005 20:39 GMT | 1 |
I have had a long standing problem that stops me from using the 'find' facility (CTRL+F) or replace (CTRL+L) while I am running my applicaion interperatively. It seems to have something to do with the the fact that I use a menu bar as
|
| Installation key module for distributed programs | 01 Nov 2005 15:44 GMT | 2 |
Anyone know of a good premade installation key algorithm class? We'd like to be able to put install keys on some distributable software and I'd really prefer not to have to write my own. (Sounds lazy, I know, but there are only so many hours in a day. heheh.
|