topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 13, 2025, 12:31 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 ... 182 183 184 185 186 [187] 188 189 190 191 192 ... 309next
4651
I just tried this with a jpg and it looks like it worked:

http://www.dagondesi...icon-generator-tool/

I think the trick with the favicon is to have a single 16x16 icon. Not multiple sizes in one .ico file.

4652
General Software Discussion / Re: RunInTrayMod 1.1
« Last post by MilesAhead on December 02, 2011, 04:56 PM »
RunInTrayMod 1.1.0.0 Added optional -d=n delay param. Valid range is 1 to 60 seconds. 0 for no delay.  The shortcut generator pops up an input box for the delay value, then offers to run the client app to get the window title.

I tried using WinPatrol delay start but it just ran RunInTrayMod.exe with no params.
The delay just uses a call to Sleep(). In the interim you'll see the default AutoIt icon in the tray.  After launching the client the tray icon is replaced by the client's icon.

Running RunInTrayMod with no params shows a usage dialog.  But if you use the shortcut generator all that is handled for you.
4653
Hmm, nice to have the feature but the way I've been doing it seems to suit me. Always good to have the option though.

I think I may make a little kludge to drag and drop the icon from the address bar onto a ListBox and have settings for delays so I can launch a set of sites with a browser and add tabs after a delay.  Like perhaps bring the browser up by launching the exe so it opens to about:blank if that's how it's set, for fastest load.  Then open the sites as tabs.

You can kind of do that from a batch file but it would be neater to be able to drag and drop onto the list right from the browser.  That may be my next small project.
4654
I just installed FF 8. I'm going to try the Load Last Time option with the Only Load on Selected.  FF is pretty slow off the dime.  Usually I load to about:blank then show speed dial using New Tab.  But this may speed it up enough to dislodge that habit.

Found the chromium link:

http://code.google.c...ues/detail?id=104340

4655
Coding Snacks / Re: Another Right-Click Menu question (except different)
« Last post by MilesAhead on December 02, 2011, 12:52 PM »
http://www.howtogeek...indows-context-menu/

I don't think you can apply rules to the standard system items. You can edit the registry or use a tool to put them in the Right Click Menu or Shift Right Click Menu.

Otherwise each individual file type you are going to handle you have to write an IContextMenu handler(.dll.) When Windows calls your QueryContextMenu function, you would do whatever and decide if you want to put your commands in the menu.  Way too much work.

That's probably why you don't see any canned utilities doing it. Someone who writes a program with a dedicated file type(extension) may do some fancy stuff in the context menu handler if the program has shell integration. But to do it for the hundreds of file types registered... Windows will probably be only in museums before that happens.
4656
i didn't expect a feature of Firefox to be much anticipated in Chrome, normally it'd be the other way around. with Firefox supposedly playing catch-up to Chrome and all that..

Yeah, surprised me too!  8)


I see several people requesting it on chrome bug page.

Oh, interesting! Where did you see them requesting it?


A feature request was submitted as a bug report. I didn't note the page. A search should pick it up. I just downloaded Chromium snap shot yesterday and it's not implemented in that. I expect it will be awhile if they do it.

I'm thinking a similar thing could be done with a launcher if you have a standard set of sites you open.  Of course you wouldn't have automatic "save tab set" on close.  But something could catch drag and drop of the sites from the address bar. I'll have to mess around with it to see if it's practical.

Although from the enthusiasm on the bug page and due to the fact FF just came out with it and chrome won't want to be left behind, it may be implemented from the inside before I can do my launcher hack.

4657
No reply = not possible for Chrome? :( It *really* speeds up Firefox loading (with many tabs), would have liked the same in Chrome... ah well! Maybe another year.

I see several people requesting it on chrome bug page.
I don't save sets of tabs. I open to about:blank to get the fastest load.
Then I click on Home or New Tab to get Speed Dial.

But I can see this as being a good feature. I'm downloading FF 8 now to
check it out.
4658
General Software Discussion / Re: Transpose 2.2.7.1
« Last post by MilesAhead on December 02, 2011, 02:00 AM »
Ah!  Another fellow Transpose user!  Miles...when are we gonna jam?

Heh heh. Glad someone is using it. :)

I did my first AHK hotstring in this last update. It's kind of my catch-all script I always have running.

Never really looked at the hotstring facility until yesterday. Interesting alternative to the hold key down bit.
4659
General Software Discussion / Re: Transpose 2.2.7.1
« Last post by MilesAhead on December 01, 2011, 08:36 PM »
Transpose 2.2.7.1 Now clears clipboard before copy when handling back tic/Win Click.

This enables it to copy selected off a web page as well as an edit box/form. Should also get rid of the "ding" when the mouse is clicked to clear the selection.
4660
General Software Discussion / Re: Transpose 2.2.7.0
« Last post by MilesAhead on December 01, 2011, 03:45 PM »
Transpose 2.2.7.0 Removed mouse click side-effect when back tic key or Win Click is used to copy selected text to clipboard in browsers. Now it sends right arrow key to clear selection.

Added hotkey string "qqTab" (invoke by pressing the letter 'q' twice then Tab key) in supported browsers to select all text in an edit box and copy to clipboard.  Also if Selector.exe is running, hotkey ^{NumPadDiv} is sent to bring up the Selector window in Clipboard mode.

For example, if you have Notepad in your Selector ListBox you can use Paste or Control-V Button to open Notepad with the clipboard text.  Admittedly it's a right-handed option so you can select all text and copy to clipboard in one motion without taking your hand off the mouse.

Edit: Put the mouse click back in to clear selection. Less of a side effect in browsers than the arrow key.  Esp. if there's a horiz. scrollbar active. :)  Guess that's why I used Click originally.

Old version number new upload. :)
4661
General Software Discussion / Re: In search of ... universal download tracker
« Last post by MilesAhead on December 01, 2011, 02:01 AM »
Evidently the behavior is too inconsistent to be generally useful. Except maybe to MS.

Btw, I just booted XP 32 bit for chuckles. I don't use IE or any browser that uses IE engine. I brought up the viewer. It was empty.  Closed it. Opened Firefox. Did a couple downloads.  Brought up viewer.  Downloads logged. Still running FF 4 on the XP side as I don't boot XP very often.

But that's neither here nor there.



4662
General Software Discussion / Re: In search of ... universal download tracker
« Last post by MilesAhead on November 30, 2011, 08:54 PM »
Don't know what to tell you.  Maybe x64 is different. I'm on 32 bit. Believe me, there's a lot of stuff tracked on my machine. Stuff downloaded not even using http never mind a browser.

edit: yeah, I think it's because the viewer is 32 bit. I just fired up my Vista64 system and it shows less than a dozen entries.  Folder redirection is keeping it from seeing all the index.dat files is my guess.


As for individual file change notification you specify the directory and a filter what changes in the directory will trigger the notification.  The fact that you specify a file only means the code gets the change notification and makes the call ReadDirectoryChangesW() to find out what changed. If it's the file you selected, it fires your action.

If you have 4000 files under that folder and are monitoring all sub-folders I think the disk is going to be busy. It's cheaper just to call FindFirstFile() on a timer.
4663
General Software Discussion / Re: In search of ... universal download tracker
« Last post by MilesAhead on November 30, 2011, 08:19 PM »
Not here, only shows what IE and those programs that use IE Core services have done - shows nothing done by Pale Moon, (optimised Firefox).  It has a total of three lines in it.

What flavor of windows are you running and what are you using to read the index.dat files?

I'm running Windows Seven and it logs everything I download.




FileNotify and FileNotify2

I still think it uses directory change notification API. I don't see one for individual files.

http://msdn.microsof...364417(v=vs.85).aspx

4664
General Software Discussion / Re: In search of ... universal download tracker
« Last post by MilesAhead on November 30, 2011, 07:22 PM »
Just looking at index.dat kind of restricts you to IE only doesn't it?


That's what I thought.  Nope. I never use IE.  But stuff I downloaded in other browsers and not even using http or a browser app is showing up. I think it keys on network access.  Also it made some notes that I looked at my services list using the services applet.  One would probably have to study them for some weeks to figure out all the stuff they log.

Seems Windows API gives a folder change notification.  But from what I've been reading it's not so great.  Since there are only a few index.dat that matter it's probably simpler to periodically use FindFirstFile() and get FileLastWriteTime.  Compare it to the write time returned at the last check etc.. if newer, read the file and find what's new.

The hazard doing it that way is index.dat locations probably vary with every Windows flavor.

I don't know of any canned code that just monitors one file.  But I haven't searched that hard yet.
4665
Post New Requests Here / Re: IDEA: Quickly remove redundant recursive folders
« Last post by MilesAhead on November 30, 2011, 02:29 PM »
Ok, I've made this a bit more usable.

Uses Explorer windows rather than relying on a file manager.

There are 2 scenarios

a) you have a chain with dupes such as
c:\temp\temp\temp\data


Select the data folder in Explorer, a file manager or a search window
such as Everything Search.

press Shift-F8 hotkey.

Explorer windows will come up side by side
one side will be
c:\temp

the other side will be
c:\temp\temp\temp

so that you can drag "data" to the other folder's top temp folder
then delete the superfluous temp that's next to it.

b) the selected folder at that end of a chain of dupes with
no differently named folder at the end such as
c:\temp\temp\temp etc..

Highlight the last temp in the chain and press Shift-F8.

2 Explorer windows will open side by side.
One will have the folder above the first temp as in c:\
the other will have one folder above the last temp

What you do in this case is drag the terminal temp folder
onto the desktop as a move.  Now you can delete the top
temp folder from the other Explorer window without deleting
your data.

Then drag the temp folder from the desktop into the c:\ folder.

Note that it is up to you to determine if all the intermediate folders
are empty.

Note: If the window you used to select the folder before pressing the
hotkey was an Explorer window, it is closed as soon as the folder name
is captured. This is because it can interfere with folders being set up
side by side.  If it's not an Explorer window, such as Everything Search
of some file manager, it's left alone.

The Explorer windows are opened leaving a gap by the taskbar to make it
easier to drag the folder to desktop if needed.


Requirements

Windows XP or later

"Display full path in title bar" enabled in Folder Options.

Taskbar AutoHide disabled.

Utility tested on English Language Windows only.

Also the .wav files ok.wav and fail.wav should be in the same folder
as DupFolder.exe


The attached zip includes the exe and 2 wav files.


4666
General Software Discussion / Re: In search of ... universal download tracker
« Last post by MilesAhead on November 30, 2011, 12:11 PM »
Right. What I'm saying is you'd have to monitor the index.dat file for changes.  When change, get new entries. If they are files, you have the path so get the info.  Some other program would do the monitoring.

Only thing is watching programs that use Win API to monitor stuff it seems they keep the drive very busy.  I'm not sure if you can monitor individual files for changes or only folders.
4667
General Software Discussion / Re: HalfShell 2.4.0.0
« Last post by MilesAhead on November 30, 2011, 12:41 AM »
HalfShell 2.4.0.0 Added Shift Middle Click on Desktop to open My Computer.

Positioning is horizontally centered in Work Area.
Vertically it's a bit below the center.  A bit easier for
mouse click since the drives tend to collect near the top
of the box in Tiles View.
4668
Post New Requests Here / Re: IDEA: Quickly remove redundant recursive folders
« Last post by MilesAhead on November 29, 2011, 06:23 PM »
I don't really want to muck about deleting folders on your system. But I have a script that should detect a chain with consecutive dupes if you select a folder below the dupes and press a hotkey.

It feeds the folders to a file manager. I have FreeCommander hard wired but you can change it to any file manager that will accept 2 folders on the command line.

As example, if you have c:\mydocs\mydocs\mydocs\docs

select "docs" in explorer and hit Shift-F8

FreeCommander should come up with c:\mydocs on one side and c:\mydocs\mydocs on the other.  You would highlight the "docs" folder under c:\mydocs\mydocs and press F6 move.

If the hotkey routine does not detect a dupe chain it gives a sour "ding".
If it does it chimes so you now the file manager is coming up.

It's AutoIt3

#include <Sound.au3>

Global $terminalFolder = ""
Global $rootFolder = ""
Global $dirs[1]
Global $folders[1]
Global $x = 0, $y = 0
If Not HotKeySet("+{F8}", "ClipFolders") Then
MsgBox(0x1010, "DupeFolder", "Hot Key Set Failure: Please Choose a different Hotkey")
Exit
EndIf

While 1
Sleep(250)
WEnd

Func ClipFolders()
Send("^c")
Sleep(100)
$text = ClipGet()
If $text <> "" Then
$folders = StringSplit($text, @LF, 1)
If @error Then
$terminalFolder = $folders[1]
$dirs = StringSplit($terminalFolder, "\", 1)
If @error Then Return
$x = $dirs[0]
Do
$y = $x - 1
While $dirs[$y] = $dirs[$x]
$y -= 1
WEnd
If $y = $x - 1 Then
$x -= 1
$terminalFolder = BuildPath($x)
ContinueLoop
EndIf
$rootFolder = BuildPath($y + 1)
$terminalFolder = BuildPath($x)
ExitLoop
Until $x = 0
If $x > 0 Then
_SoundPlay("ok.wav")
ShellExecute("C:\Program Files\FreeCommander\FreeCommander.exe", $rootFolder & " " & $terminalFolder)
Else
_SoundPlay("fail.wav")
EndIf
EndIf
EndIf
EndFunc   ;==>ClipFolders

Func BuildPath($arrayIndex)
Local $path = ""
For $i = 1 To $arrayIndex
$path &= $dirs[$i] & "\"
Next
Return _FileDirNoSlash($path)
EndFunc   ;==>BuildPath

; Return Directory part of path without trailing slash
Func _FileDirNoSlash($path)
Return StringLeft($path, StringInStr($path, "\", 0, -1) - 1)
EndFunc   ;==>_FileDirNoSlash

I included the .wav files or you can just comment out the sound play calls.


4669
General Software Discussion / Re: In search of ... universal download tracker
« Last post by MilesAhead on November 29, 2011, 04:04 PM »
It might be worth experimenting a bit with index.dat files. If they really do log every download, at least via http, then you may be able to get some program to monitor the files for changes.

If you can detect index.dat file changes then it should be possible to get the newest information. You could feed the filenames into some app that gets stuff like size, modification date etc.. from the OS

I would look for some open source index.dat reader as that may give a clue to formatting the file contents into something easy to handle.

Note:

I just looked in my index.dat viewer and it showed some files I downloaded without using the browser. Who knows? Anything downloaded on a network may be logged in one of the index.dat files. It may at least provide a trigger for an info gathering app.

4670
General Software Discussion / AviAddXSubs 9.10
« Last post by MilesAhead on November 29, 2011, 12:54 PM »
AviAddXSubs 9.10 AviAddXSubs can convert ANSI .srt files to idx/sub or embed them in .divx video as XSubs.


AVIAddXSubs

Update has context menu support in Windows 64 bit.  Right click an .srt or supported video file to use with that file.



Unfortunately it doesn't support UTF-8 or Unicode. Only ANSI .srt.  Many times you can load a UTF-8 or Unicode in Notepad and save as ANSI to get it to work.

I've been using this app for years. Nice tool.
4671
General Software Discussion / Re: In search of ... universal download tracker
« Last post by MilesAhead on November 28, 2011, 08:37 PM »
This probably doesn't have all the info you want. But you may be surprised what it shows:

http://www.softpedia...dex-dat-Viewer.shtml

4672
General Software Discussion / Re: BD Rebuilder 0.39.04 Beta
« Last post by MilesAhead on November 28, 2011, 06:57 PM »
http://forum.doom9.o...=1541681#post1541681

Looks like it has some new features such as improved .mp4 output for Alternative output mode, along with some bug fixes.

4673
General Software Discussion / Re: In search of ... universal download tracker
« Last post by MilesAhead on November 28, 2011, 05:39 PM »
@barney that TSR monitor sounds familiar. Do you recall if it was one of those PC Magazine utilities?  I remember back at the end of the 80s start of the 90s just about every month was yet another TSR in assembly language. Some fun stuff esp. if you had a lowly XT clone like I did. :)

edit: could have been a PCMag TSR or something similar.  Win98 was still Dos then the Gui loading, with some DPMI stuff. But I believe you could still use Dos type TSRs with it.


4674
General Software Discussion / Re: In search of ... universal download tracker
« Last post by MilesAhead on November 28, 2011, 05:36 PM »
@MilesAhead - pretty rude installer!

Give some software admin privileges and it takes advantage of you apparently.  :o

Hope you complained to their support forum about it.

I don't even remember what it was. Probably a codec pack. I don't install those kitchen sink packs anymore. :)
4675
General Software Discussion / Re: In search of ... universal download tracker
« Last post by MilesAhead on November 28, 2011, 04:41 PM »
Local group policy isn't all that great for preventing apps from running anyway. For awhile I used it in Windows Seven to prevent IE from running at all.  Then one day I installed some software that liked to run IE. Up it came!!!  Turns out the installer has higher priority than my policy settings.

I came to the conclusion that if I wanted to be certain IE never starts the only way is uninstall it.  Instead I just never initialized any of the settings. I set CCleaner to remove anything on the off chance I might run it for a couple of minutes. I believe it comes up by default in privacy mode(or whatever buzz word they use to mean the same thing.) Likely it deletes everything on close.  But if it doesn't CCleaner gets it.

Plus I have a script for removing all index.dat files on the partition.

Pages: prev1 ... 182 183 184 185 186 [187] 188 189 190 191 192 ... 309next