Search found 1091 matches
- Wed Jun 12, 2013 1:59 pm
- Forum: General Discussion
- Topic: Singleton (single instance or mutex) and process exist
- Replies: 8
- Views: 12883
- Wed Jun 12, 2013 1:46 am
- Forum: General Discussion
- Topic: Singleton (single instance or mutex) and process exist
- Replies: 8
- Views: 12883
Maybe you could use VBScript IsProcessRunning at the start of the exe, if it returns >1 terminate, otherwise continue. VBSTART 'returns the number of copies of ProcessName that are running 'will return 0 if ProcessName is not running Function IsProcessRunning(ProcessName) Set oWMIService = GetObject...
- Fri Jun 07, 2013 1:59 pm
- Forum: Beginners
- Topic: Print web page to PDF
- Replies: 9
- Views: 15441
- Tue May 28, 2013 12:32 am
- Forum: Scripts and Tips
- Topic: Separate file name and path from a string
- Replies: 19
- Views: 37975
Same in IE9 too, so not just a Chrome issue.Phil Pendlebury wrote:Anyway for the record: Both links are blank here too.
If however you search the manual you will find the pages. If you then right click on that page link and copy the link, then paste... Blank.
I think this is a Chrome / Cache problem.
- Fri May 24, 2013 11:26 pm
- Forum: Enhancement Suggestions
- Topic: Microsoft Power State Detect/Respond
- Replies: 7
- Views: 12426
- Tue Apr 16, 2013 12:01 am
- Forum: The Water Cooler
- Topic: Tired of being called GENIUS?
- Replies: 2
- Views: 7074
Einstein is reported to have said "Any darn fool can make something complex; it takes a genius to make something simple." - you have made computers look simple to your clients so take the compliment as it is intended. OTOH you could also consider a quote from my grandad who said "If you make it look...
- Thu Mar 21, 2013 10:23 pm
- Forum: Technical / Scripting
- Topic: BlowFish.dll
- Replies: 1
- Views: 6200
- Wed Mar 20, 2013 8:14 pm
- Forum: Technical / Scripting
- Topic: sending Ctrl+C to a running program?
- Replies: 4
- Views: 6362
- Thu Feb 28, 2013 9:29 pm
- Forum: General Discussion
- Topic: Dialog Object Event (auto)Results
- Replies: 2
- Views: 8211
http://delphi.about.com/od/vclusing/a/mouseevents.htm "There are three fundamental mouse event handlers: OnMouseDown, OnMouseMove, and OnMouseUp. The MouseUp and MouseDown event handlers take the same five parameters as follows (the MouseMove lacks a Button parameter): •Sender - The object that de...
- Sun Feb 24, 2013 12:37 am
- Forum: The Water Cooler
- Topic: Mind = Blown
- Replies: 7
- Views: 12709
Re: hello
Oh no, warp 10 is much faster than that, otherwise they would never have gotten anywhere in a one hour episodePepsiHog wrote:But they say it is 600 light years away. If warp 1 is at the speed of light, it would still take 600 years to get there. At warp 10 it would take 60 years for us to get there.
- Sat Feb 23, 2013 5:01 pm
- Forum: The Water Cooler
- Topic: Mind = Blown
- Replies: 7
- Views: 12709
Here's the biggest thing (found so far?) in the universe.
Here's something mindblowing (for us techie types) but more down to earth
Here's something mindblowing (for us techie types) but more down to earth
- Sat Feb 23, 2013 12:54 am
- Forum: Technical / Scripting
- Topic: Sending a Space
- Replies: 8
- Views: 9057
- Sat Feb 16, 2013 12:51 am
- Forum: General Discussion
- Topic: Wait for command line to finish before executing next
- Replies: 3
- Views: 22988
- Fri Feb 15, 2013 12:09 am
- Forum: The Water Cooler
- Topic: Valentines Cards
- Replies: 2
- Views: 7086
Fixed it for you :wink: http://i50.tinypic.com/2u58egk.jpg MacroScheduler/ImageMagick script: Let>RP_WAIT=1 Let>RP_WINDOWMODE=0 runprogram>c:\imag\convert c:\imag\halphy.jpg -crop 284x500+200+50 +repage -quality 100% c:\imag\crop1.jpg runprogram>c:\imag\convert c:\imag\crop1.jpg -flop -quality 100% ...
- Tue Feb 12, 2013 5:40 pm
- Forum: Enhancement Suggestions
- Topic: Suggested addition for Complex Expressions
- Replies: 15
- Views: 23444