RE: [DQSD-Users] Any dqsd equivalents that don't require IE?

2003-08-25 Thread Shawn K. Hall
Hi SGP, Can any of the DQSD developers give me an idea of how entangled the DQSD code is with IE? Is it really a strong dependency? To give you an idea, the toolbar itself is a webpage that runs in an IE process. The dll has hooks into shlwapi.dll and wininet.dll, both of which are part of

[DQSD-Users] QuickSort Clipboard

2003-08-25 Thread Shawn K. Hall
I've begun. :) The first search from my VB-code port is a QuickSort routine (qscb) that sorts the contents of the clipboard and puts it back onto the clipboard. Even if you don't think you'd ever use this - look at the code, which demonstrates how to accomplish clipboard manipulation with js and

RE: [DQSD-Users] QuickSort Clipboard

2003-08-25 Thread Shawn K. Hall
Hello all, It comes with one option - /trim which will trim the spaces from the ends of every line of the text on the clipboard before it sorts the values (no, it doesn't put them back ;)). More code to come. I modified it a bit to include another ability I use - exclusivity in lines.

[DQSD-Users] New Search: Wrap Clipboard

2003-08-25 Thread Shawn K. Hall
Hello all, Another search - this one provides you with simple access to wrapping text (such as text you are responding to from an email) and prepending a character string to it. Options include removing existing prepended characters, setting the length of each line and whether to remove an

[DQSD-Users] New Search: vbs script interpreter

2003-08-25 Thread Shawn K. Hall
Hello all, This search allows you to execute VBS code inline. You can optionally have it return the results to the clipboard or the DQSD window. You can use VB Shorthand Notation to return the results to the DQSD window, as you would the debug window by prefixing it with a question mark (?). Here