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, 9:29 pm
  • 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 ... 172 173 174 175 176 [177] 178 179 180 181 182 ... 251next
4401
General Software Discussion / Re: Looking For Online HTML Page Creator
« Last post by lanux128 on September 25, 2007, 09:15 PM »
4402
Screenshot Captor / Re: [Feature Request] Floating menu with buttons
« Last post by lanux128 on September 25, 2007, 09:09 PM »
i think you guys have FastStone Capture in mind..

FSCaptureScreenShot.png
4403
FARR Plugins and Aliases / Locate32 Plugin for FARR by Okke
« Last post by lanux128 on September 25, 2007, 09:05 PM »
does that mean you've been running the locate plugin off your F drive all this while? :)
4404
Post New Requests Here / Re: Clipboard cleaner
« Last post by lanux128 on September 25, 2007, 07:37 PM »
Autohotkey's StringReplace command could also come in handy.. here is something right off the help file:

;If clipboard contains - or *, remove them..
StringReplace, clipboard, clipboard, -, , All
StringReplace, clipboard, clipboard, *, , All
MsgBox %clipboard%

http://www.autohotke...ds/StringReplace.htm

4405
also check out the Email Clients list at TinyApps.Org

http://tinyapps.org/internet.html

4406
FARR Plugins and Aliases / Locate32 Plugin for FARR by Okke
« Last post by lanux128 on September 25, 2007, 07:18 PM »
Okke, just a small suggestion for this cool plugin.. why not use the default location for Locate? i think it should be: C:\Program Files\Locate\locate.exe, this way new users won't be confused as why it's not working.. :)

4407
General Software Discussion / Re: CPU Usage shoots up to 100% !?!
« Last post by lanux128 on September 25, 2007, 05:32 AM »
Junglerooster, what type of CPU is yours? maybe the motherboard needs some new drivers to adjust to the cpu.. just my 2¢.

4408
General Software Discussion / Re: Shareware that don't have freeware replacements
« Last post by lanux128 on September 25, 2007, 05:20 AM »
i didn't notice FDM in the 2nd option earlier.. but FDM does support downloads from rapidshare, youtube, etc.. but i'm not sure how because i haven't had the need so far..

4409
nPOP or its UK cousin, nPOPUk..

4410
General Software Discussion / Re: Shareware that don't have freeware replacements
« Last post by lanux128 on September 25, 2007, 04:52 AM »
i'm not sure whether it's the same but discussions about tray utilities are quite popular here at DC. maybe in one of them, there could have been a mention of a viable freeware alternative to "PS Tray"..

https://www.donation...dex.php?topic=2315.0
https://www.donation...dex.php?topic=2507.0
https://www.donation...dex.php?topic=6868.0

4411
General Software Discussion / Re: Shareware that don't have freeware replacements
« Last post by lanux128 on September 25, 2007, 01:11 AM »
this is a good idea as i normally use as much freeware as possible.. btw, about EditPlus, the feature is available in PSPad..

ws-pspad-1.png
4412
General Software Discussion / Re: Any MWSnap users out there?
« Last post by lanux128 on September 24, 2007, 09:12 PM »
i suppose FSCapture stands for FastStone Capture.. btw, hamradio for scrolling webpages i normally fall back on WebShot.. :)

4413
Post New Requests Here / Re: IDEA: Virtual Flashlight
« Last post by lanux128 on September 24, 2007, 05:57 AM »
no problems there, just pointing out that it's quite a popular tool.. :)

4414
General Software Discussion / Re: Any MWSnap users out there?
« Last post by lanux128 on September 24, 2007, 05:54 AM »
just like hamradio, i use Screenshot Captor but i'm always on the look-out for a light-weight version to complement SC.. btw, ak_ sometimes i do the same too, but i use IrfanView instead..

4415
Sorry Lanux, I now feel like the guy who's shaking hands with a president he voted against.  :-[

don't worry about it, nosh.. i too have heavily customised my settings to even begin to move to another file-manager. and each time, i tried a new one, i'd start comparing with Salamander.. that is a normal reaction, i think.. :)

4416
found this via TinyApps.Org, a shareware tool to rotate/invert mouse movements either by X/Y axis or degrees (90, 180, 270, etc). the author, Moritz Franckenstein, has made available a trial version which deactivates after some time.. more info available here (in English) even though the homepage is in German..


ws-mafmouse.png

• Webpage: http://www.maf-soft.de/mafmouse/
• Source: http://tinyapps.org/...use_orientation.html

4417
Post New Requests Here / Re: IDEA: Virtual Flashlight
« Last post by lanux128 on September 23, 2007, 11:32 PM »
yes, it has been mentioned before several times in the forums..

https://www.donation...earch2;search=zoomit

4418
General Software Discussion / Any MWSnap users out there?
« Last post by lanux128 on September 23, 2007, 11:30 PM »
recently, shellcity.net posted about MWSnap, a "small yet powerful Windows program for snapping (capturing) images from selected parts of the screen". so, i went to the web-site to check out its features but i was surprised to say the least because the program's last update was in July 2002. therefore, i'm wondering if there are MWSnap users here and would like their input on the program's capabilities and reasons to stick with it.. :)

ws-mwsnap-1.png

http://www.mirekw.co...freeware/mwsnap.html

4419
after upgrading to Win9x, the first thing i did was to look for a LFN-compatible NC-clone.. there was a version 5.5 with LFN support for NC but it didn't much justice to the old NC and Altap picked up the mantle.. :) i don't actually remember FMStepUp but Salamander was freeware then so that did the trick for me..
4420
Post New Requests Here / Re: change cursor appearance
« Last post by lanux128 on September 23, 2007, 09:44 PM »
AHK only allows changing the current cursor into another cursor form, i'm not sure if another image/character can be used instead.. :-\

A_CursorThe type of mouse cursor currently being displayed. It will be one of the following words: AppStarting, Arrow, Cross, Help, IBeam, Icon, No, Size, SizeAll, SizeNESW, SizeNS, SizeNWSE, SizeWE, UpArrow, Wait, Unknown. The acronyms used with the size-type cursors are compass directions, e.g. NESW = NorthEast+SouthWest. The hand-shaped cursors (pointing and grabbing) are classfied as Unknown.

also, another similar request here in the AHK forums has not received much response suggesting a lack of options within AHK but i'd like to proved wrong, though.. :)

•   AutoHotkey Forum: change cursor appearance.

4421
Living Room / Re: Update on member KenR health status: Surgery went well
« Last post by lanux128 on September 23, 2007, 08:16 PM »
that is fantastic news.. anyone in voice/direct contact with Ken, do convey my wishes, hoping to see you back here soon, Ken! :)
4422
Darwin, there is no tree-view display in the current version.. but this has been requested several times in the Altap forums and the devs are planning to include the feature in the coming versions, according to the "road-map".. :)

http://www.altap.cz/salam_en/newver.html

P.S. a work-around: use Shift+F3 to open the current active folder in Windows Explorer.
4423
FARR Plugins and Aliases / Locate32 Plugin for FARR by Okke
« Last post by lanux128 on September 23, 2007, 07:20 PM »
this is great! thanks a lot, Okke. this is a major leap for Farr in term of functionality.. :)

and also to Armando: thanks, that's what i did in the end.. i added another alias with a space after the ^loc so that i can use the keywords independently.. :)
4424
As for the lizard, I'm holding on tight. He's not going anywhere!
ah, a fellow salamander user! good post, nosh.. i hope you had added your Salamander vote in the on-going file-manager poll.. :)

i was like you earlier, trying out other file managers to see what i was missing but always went back to Salamander. i think it's a legacy preference because i too was enamoured with NC in the old DOS days and since then the dual-pane concept refuses to go away. :)

btw, now that Altap Salamander 2.5 final has been released (after countless betas), what do you make of it?
4425
General Software Discussion / Re: Check&Get support blows chunks
« Last post by lanux128 on September 23, 2007, 07:00 PM »
I'm just sitting here watching the tumbleweeds tumble by... little eddies of wind pick up dust and redistribute it around town...
Darwin, was it not for you being frustrated over the whole matter, the verse above is actually quite poetic.. :)
Pages: prev1 ... 172 173 174 175 176 [177] 178 179 180 181 182 ... 251next