is it possible to remove a window from the window taskbar without hiding
the window itself ?
yes !
Posted by _pi
in QuickMacros
| Comments (0)
| Trackbacks (0)
Defined tags for this entry: qmscript quickmacros taskbar, quickmacros
i want to have a systray made with quickmacros.
research:
xTray for litestep shell
http://www.xdocs.ls-universe.info/pie.php?xTray
source code:
Vista: Flip3D
How to run FLIP 3D with QM:
run "RunDll32" "DwmApi #105"
Windows Vista: Features Explained: Windows Flip and Flip 3D
How to run FLIP 3D with QM:
run "RunDll32" "DwmApi #105"
Windows Vista: Features Explained: Windows Flip and Flip 3D
NetDrive
NetDrive allows you to map a drive on your workstation to a FTP server.
http://www.loyola.edu/5555/netdrive/installingnetdrive/
once you have installed it you can use qm shell extension functions (macros) on a mapped drive.
simple example for an entry -> make bbcode (only on jpg)
ftp account is mapped to drive m.
trigger:
^Shell_menu "bbcode pic(text in context menu)" 0x3C "jpg (applies only to .jpg)" "path\to\.ico (path to context picture)" "copy path as bbcode (text you will see in the explorer statusbar)" "m:\"
function $files
str f
foreach f files
,f.findreplace("m:\" "http://www.yourdomain.com/" 1)
,f.findreplace("\" "/")
,f.format("
" f)
f.setclip
NetDrive allows you to map a drive on your workstation to a FTP server.
http://www.loyola.edu/5555/netdrive/installingnetdrive/
once you have installed it you can use qm shell extension functions (macros) on a mapped drive.
simple example for an entry -> make bbcode (only on jpg)
ftp account is mapped to drive m.
trigger:
^Shell_menu "bbcode pic(text in context menu)" 0x3C "jpg (applies only to .jpg)" "path\to\.ico (path to context picture)" "copy path as bbcode (text you will see in the explorer statusbar)" "m:\"
function $files
str f
foreach f files
,f.findreplace("m:\" "http://www.yourdomain.com/" 1)
,f.findreplace("\" "/")
,f.format("
f.setclip
(Page 1 of 2, totaling 8 entries)
next page »
Layout by Ricky Wilson | Serendipity Template by Carl Galloway | Login
Quicksearch
Links
- QuickMacros
Recent Entries
Umibozu - wikify your web album
TiddlyWiki - a reusable non-linear personal web notebook
Google Talk Help - How do I configure Miranda for Google Talk?
Webinstall The simple way to get SMF
Smarty wants to parse a javascript!
How to toggle a WYSIWYG editor on a website
Windows Live Writer Application API
Write a Windows Live Writer plugin using C#
Firefox - PageInfo button
moo.fx - javascript effects library
Thursday, August 23 2007
TiddlyWiki - a reusable non-linear personal web notebook
Thursday, August 23 2007
Google Talk Help - How do I configure Miranda for Google Talk?
Tuesday, July 17 2007
Webinstall The simple way to get SMF
Wednesday, July 11 2007
Smarty wants to parse a javascript!
Tuesday, July 10 2007
How to toggle a WYSIWYG editor on a website
Tuesday, July 10 2007
Windows Live Writer Application API
Friday, July 6 2007
Write a Windows Live Writer plugin using C#
Friday, July 6 2007
Firefox - PageInfo button
Thursday, July 5 2007
moo.fx - javascript effects library
Wednesday, July 4 2007

