I've been married to the Love-of-my-life for over 30 years. I have 5 children, all adults. I've been 'doing' computers since 1973, everything from DOS to Windows, Novell, Cisco, *nix, AS400, and mainframes. The last time I counted, I think I know about…
- Interests
- Computers, S/F, reading in general, science, math, history, music
- PC Specs
- AMD 64 FX2 58002GB RAMNVidia PCI Express 512 MB
10 Posted Topics
Re: I also hate that. There is, however, and easy fix. Use two freeware programs: jacquelin.potier.free.fr/ShortcutsSearchAndReplace/ http://melkov.narod.ru/misc/tools/regedt33/ Install your program normally then copy the folder to the desired location. Use the two freeware programs to find and replacce the old location with the new. Then you can remove the old folder. … | |
Re: Have you considered talking to the people at your company who actually DO use it? | |
Re: Select one of the items then hold down the Ctrl key and press the + key by the numeric keypad. This should maximize all the columns. | |
Re: Automation: [url]http://www.lmgtfy.com/?q=freeware+macro+automation+software[/url] Morphing: [url]http://www.lmgtfy.com/?q=freeware+morphing+software[/url] Personally, I always use AutoIt ([url]www.autoitscript.com[/url]) for repetitive tasks but it may be overkill for your needs. | |
Re: [url]http://www.lmgtfy.com/?q=how+to+query+the+registry+from+a+batch+file[/url] | |
Re: Another thing that hasn't been mentioned yet: You know that in VB, when you pass a variable BYREF, you are passing the address of the variable - that's a pointer. Why do you do that? Because it's an order of magnitude faster than passing a copy of the data. Any … | |
Re: If you're using an Edit control on a Dialog, just set the properties to numeric. If not, in ctype.h there is the function isdigit. | |
Re: Why are you going through all this effort for 2 people? This is more of a mgt issue than a coding issue. | |
| |
Re: Well, I don't know JSON but I do know SQL. Are you sure the json_encode() function is the one you want to use? [url]http://php.net/manual/en/function.json-encode.php[/url] |
The End.