topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday April 18, 2026, 10:29 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 70 71 72 73 74 [75] 76 77 78 79 80 ... 251next
1851
DC Gamer Club / Re: Tales of Monkey Island (Episode 1) - for free
« Last post by lanux128 on September 17, 2009, 11:23 PM »
the site must be taking quite a hammering from excited fans. :)
1852
DC Gamer Club / Tales of Monkey Island (Episode 1) - for free
« Last post by lanux128 on September 17, 2009, 08:44 PM »
Telltale Games is giving away the 1st episode of Tales of Monkey Island for free! just head on here and register to get the unlock code. the codes will be given away starting midnight GMT September 19.

* Get complete first chapter of the epic 5-episode adventure. Free one day only. If swallowed, induce vomiting.
-website

k-meleon.exe Screenshot - 18_09_2009 , 9_37_41 AM_ver001.png

http://www.telltaleg....com/playlikeapirate
1853
General Software Discussion / Re: Special Clipboard
« Last post by lanux128 on September 17, 2009, 07:57 AM »
I am looking for a special clipboard to sum the text passed to clipboard o allow to select discontinous zones of the text in the same operation to the clipboard.

item 1 is quite simple and can be done with ahk. check out the code snippet below in which you can append any selection into the clipboard. since i don't always want to append, the hotkey is set as win+c. normal copying is still control+c.

#c::
bak = %clipboard%
clipboard = ; Empty the clipboard
Send, ^c
ClipWait, 2
If ErrorLevel
{
    TrayTip,, The attempt to copy text onto the clipboard failed.,1
    SetTimer, RemoveTrayTip, 5000
    Return
}
clipboard = %bak%`r`n%clipboard%    ; insert a separator string here, if you wish
TrayTip, Insert key, Selection appended to clipboard., 1
SetTimer, RemoveTrayTip, 5000
Return

RemoveToolTip:
SetTimer, RemoveToolTip, Off
ToolTip
Sleep, 500
Return

however i'm not sure about the 2nd item.
1854
Coding Snacks / Re: IDEA: Double-click makes a new folder
« Last post by lanux128 on September 17, 2009, 12:32 AM »
well, at least it's worth a try.. :D
1855
Coding Snacks / Re: IDEA: Double-click makes a new folder
« Last post by lanux128 on September 16, 2009, 08:40 PM »
maybe it's time a new updated version is written from scratch, with additional features such as Vista support & so on. ;)

you have my complete permission to get started :D


and i know just the right person for it - skwire. 8)
1856
Coding Snacks / Re: IDEA: Double-click makes a new folder
« Last post by lanux128 on September 16, 2009, 07:34 AM »
sorry I used the no-decompile switch when i compiled it.

but I heard theres a way to get the source code back even without the password.

maybe it's time a new updated version is written from scratch, with additional features such as Vista support & so on. ;)
1857
LaunchBar Commander / Re: Feature Request: Sorting Nodes
« Last post by lanux128 on September 15, 2009, 08:13 AM »
i second the suggestion, sorting would be useful in sub-nodes.
1858
General Software Discussion / Re: Auto Perform, a mIRC enhancement
« Last post by lanux128 on September 15, 2009, 08:05 AM »
thanks for the script, bookmarking it. might come in handy one day. :Thmbsup:
1859
you can forward your suggestions to the developer of "browser chooser". since he's currently working on the project, it's worth a try.
1860
take a look at Browser Chooser.
1861
General Software Discussion / Re: video editing software
« Last post by lanux128 on September 15, 2009, 06:01 AM »
I m using Media Player Classic i think this is best video editing software.

MPC is playback only, apart from applying some on-the-fly video effects it can't do any video editing.

lol, that was my thought too.. moreover his only other post so far is about a windows registry cleaner, sounds very spammy.
1862
Coding Snacks / Re: IDEA: Double-click makes a new folder
« Last post by lanux128 on September 15, 2009, 12:59 AM »
A lot of the issue is that this is a recurring problem.  A/V companies will go months without false positives and then, all of a sudden, bam, we get a rash of them.  Unless requested, I don't compile any of my AHK apps with UPX.  I don't care about the file size.

yeah, that's the problem. one update is enough to trigger a whole raft of false alerts. btw, even non-UPX'ed apps will trigger an alarm - only a different kind than a UPX'ed exe. it all depends on the function of the scripts, i guess.

here are some related threads.
More false virus warnings in compiled ahk utilities #*(%&*(#*(&#(%
It's time to do something about these AutoHotkey antivirus false positives

1863
Coding Snacks / Re: IDEA: Double-click makes a new folder
« Last post by lanux128 on September 15, 2009, 12:35 AM »
I'd love this app, but I run AVG and it won't let me open it, I can't even add an exception. I know it is a false positive, but I can't override :(
-abent professor (September 14, 2009, 08:58 AM)

what version of AVG are you using? i think newer versions don't have this problem..
1864
General Software Discussion / Do you touch-type or hunt-and-peck?
« Last post by lanux128 on September 14, 2009, 08:08 AM »
recently a couple lamented that the school their kids go to do not have any formal classes to teach typing on a computer. i didn't realise that learning to type is important. do current work scope generally require the applicants to turn in an assessment showing what is their words-per-minute (wpm) speed?

i for one never learned how to type, always relying on word-expanders and auto-correcting macros to correct my mistakes when typing my reports and whatnot. therefore i am curious how important is it to learn to type-touch instead of hunt-and-peck and i would like to open this question to all here. how many of you have learned to touch-type and is it worth spending some time (especially for youngsters) learning it?

related link on wikipedia
1865
Living Room / Re: Hell has frozen over - 802.11n is Finalized!
« Last post by lanux128 on September 13, 2009, 09:56 PM »
yes draft-n is not all bad, it just means all 802.11n standards has not been 'approved', and now they have finally "agreed in principle". but i too was guilty of postponing some purchases due to the draft keyword until early this year when i made the plunge..
1866
Living Room / Re: Hell has frozen over - 802.11n is Finalized!
« Last post by lanux128 on September 13, 2009, 07:20 AM »
this is really a wow and a lol moment, never thought we'd see anything other that a "draft-n" for a long time. ;D
1867
General Software Discussion / Re: Cyclic Redundancy Error on CD/DVD
« Last post by lanux128 on September 13, 2009, 07:15 AM »
use this software called "CD Manipulator" to read the discs and make a backup image.

http://www.softpedia...CD-Manipulator.shtml
1868
Living Room / Re: Carrier Pigeon faster than commercial ISP
« Last post by lanux128 on September 11, 2009, 08:58 PM »
lol, the same could be said for the ISP that i subscribe to, except that i have no carrier pigeon to prove it.
1869
School Showcase / Re: Hangman - A Game by Ruffnekk from VB.net Assignment 1.10
« Last post by lanux128 on September 11, 2009, 01:13 AM »
ok, i'll load some text files and try and thanks for making this game available. :up:
1870
Screenshot Captor / Re: "Sent to Imageshack" option
« Last post by lanux128 on September 11, 2009, 12:44 AM »
shup has been updated to v0.27 after almost a year's hiatus. changes include:

shup 0.27 (the weeping camel build):
* Added Copy/Paste functionality in image editor
* Sexed up the upload progress bar
* Fixed bug when Shup would open on Windows startup after being closed on Windows shutdown
* Fixed border drawing bug
* Fixed undo crash bug
* Fixed select all crash bug
* Fixed custom uploader profile saving/loading bugs (please delete custom_uploader.ini)
-whatsnew.txt

http://shup.com/
1871
DC Gamer Club / Re: Braid - Awesome independent run 'n' jump game
« Last post by lanux128 on September 10, 2009, 11:18 PM »
this is a fantastic bargain, worth getting. thanks for the heads-up, Lashiec :Thmbsup:
1872
Find And Run Robot / Re: I think I'm missing the basics
« Last post by lanux128 on September 10, 2009, 11:12 PM »
you can also type 'helpfarr' to invoke the help file and other useful stuff.

FindAndRunRobot.exe Screenshot - 11_09_2009 , 12_11_49 PM.png
1873
School Showcase / Re: Hangman - A Game by Ruffnekk from VB.net Assignment 1.10
« Last post by lanux128 on September 10, 2009, 11:04 PM »
where's a good place to get some word lists? including some default ones would be nice. :)
1874
Finished Programs / Re: DONE: MultiMonitorManager
« Last post by lanux128 on September 10, 2009, 08:45 PM »
checking back, the file on the server seems to be corrupted. only a 210kb file is downloaded instead of the actual size of 409kb. i'll see if i can get a working copy and replace the corrupted one.
1875
Finished Programs / Re: DONE: MultiMonitorManager
« Last post by lanux128 on September 10, 2009, 04:40 AM »
Hi, I know this is a really old thread, but I was wondering if anyone knew why this app crashes just after starting it up?

it works fine here. maybe it wasn't completely downloaded. the filesize of a working copy is about 409kb, compare it with the one you downloaded. :)
Pages: prev1 ... 70 71 72 73 74 [75] 76 77 78 79 80 ... 251next