| Author |
Message |
Topic: Drive Icons |
Markus M.
Replies: 5
Views: 1248
|
Forum: Scripts & Functions Posted: Fri Apr 20, 2007 4:25 pm Subject: Drive Icons |
thanx for your reply
Nice app
Seems to work fine on networkdrives.
Why does it take so long to retreive te drives? More than 15 seconds over here!!! (10 network, 3 local).
it take about ... |
Topic: Open main window from tray menu |
Markus M.
Replies: 2
Views: 166
|
Forum: Ask for Help Posted: Thu Apr 19, 2007 4:26 pm Subject: Open main window from tray menu |
menu, tray, add, Open, OpenAHK
OpenAHK:
ListLines ; shows the Autohotkey window
return
http://www.markus-moeller.de/mm.gif |
Topic: Drive Icons |
Markus M.
Replies: 5
Views: 1248
|
Forum: Scripts & Functions Posted: Thu Apr 19, 2007 3:13 pm Subject: Drive Icons |
KNUT ich kann den namen schon nimmer hören. selbst die "ernsthaften" nachrichtesender wie n24 thematisieren diesen (sch)eis(s)bär.
http://www.markus-moeller.de/mm.gif |
Topic: [module] CmnDlg 4.1 - Common Dialogs |
Markus M.
Replies: 99
Views: 12379
|
Forum: Scripts & Functions Posted: Thu Apr 19, 2007 3:11 pm Subject: [module] CmnDlg 4.1 - Common Dialogs |
About your VB i say you pwn it, and totaly switch to Delphi. Delphi is one of the best IDEs, IMO, you can find around.
i have some little experience with borland pascal 7.0, which is simillar. but ... |
Topic: changing imageliste item |
Markus M.
Replies: 10
Views: 276
|
Forum: Ask for Help Posted: Thu Apr 19, 2007 3:05 pm Subject: changing imageliste item |
the need for replacing an imagelist icon is simply speed.
it took a while to recreate the whole list. not much, but it does
the link to the msdn article looks interesting, but it would be ... |
Topic: Drive Icons |
Markus M.
Replies: 5
Views: 1248
|
Forum: Scripts & Functions Posted: Thu Apr 19, 2007 3:01 pm Subject: Drive Icons |
http://www.markus-moeller.de/pix/driveicons.gif
Drive-Icons Beta 0.815 - 2007 by Markus Möller
This little App allows you to change the icon and the label for a drive.
It is very usefull if you ... |
Topic: [module] CmnDlg 4.1 - Common Dialogs |
Markus M.
Replies: 99
Views: 12379
|
Forum: Scripts & Functions Posted: Thu Apr 19, 2007 1:34 pm Subject: [module] CmnDlg 4.1 - Common Dialogs |
this one works:
You missed the point. Make the ChooseIconEx function block the caller script and then report back.
not really. i was concerning the dll call, not ChooseIconEx.
sorry for this co ... |
Topic: changing imageliste item |
Markus M.
Replies: 10
Views: 276
|
Forum: Ask for Help Posted: Thu Apr 19, 2007 1:15 pm Subject: changing imageliste item |
ok.
i realize, i have to live with my workaround
http://www.markus-moeller.de/mm.gif |
Topic: changing imageliste item |
Markus M.
Replies: 10
Views: 276
|
Forum: Ask for Help Posted: Thu Apr 19, 2007 11:47 am Subject: changing imageliste item |
is it possible to change an image of an imagelist item?
it seems only to be possible to add items to the list and destroy the complete list.
so my workaround is to destroy the list an reinitalize ... |
Topic: retrieve the number of files in a folder |
Markus M.
Replies: 5
Views: 224
|
Forum: Ask for Help Posted: Thu Apr 19, 2007 11:41 am Subject: retrieve the number of files in a folder |
this one reads the dir recursive, counting files folders and size:
#NoEnv
SendMode Input
gui,add,text,, Please wait...
Gui, Show,w220 h50 ,Please wait
source=%A_WinDir%
SetBatchLines, -1 ... |
Topic: [module] CmnDlg 4.1 - Common Dialogs |
Markus M.
Replies: 99
Views: 12379
|
Forum: Scripts & Functions Posted: Thu Apr 19, 2007 11:07 am Subject: [module] CmnDlg 4.1 - Common Dialogs |
There is, sadly, no method to show modal windows in AHK. You can make only dialogs modal.
That is the reason why ChooseIconEx uses modality loop at the end of its function main function.
this on ... |
Topic: [module] CmnDlg 4.1 - Common Dialogs |
Markus M.
Replies: 99
Views: 12379
|
Forum: Scripts & Functions Posted: Wed Apr 18, 2007 8:37 pm Subject: [module] CmnDlg 4.1 - Common Dialogs |
Gui +OwnDialogs I thnk will help you make it modal, IIRC.
seems only to work with ahk dialogs, but not with dialogs invoked by dll calls. thanks anway for your help.
http://www.markus-moeller.de ... |
Topic: [module] CmnDlg 4.1 - Common Dialogs |
Markus M.
Replies: 99
Views: 12379
|
Forum: Scripts & Functions Posted: Wed Apr 18, 2007 7:51 pm Subject: [module] CmnDlg 4.1 - Common Dialogs |
@majkinetor:
oh, "MultiByteToWideChar" i've been totally focused about the pickicondialog, so i've completely overseen it.
your ChooseIconEx looks very nice and comfortable, gonna ... |
Topic: [module] CmnDlg 4.1 - Common Dialogs |
Markus M.
Replies: 99
Views: 12379
|
Forum: Scripts & Functions Posted: Tue Apr 17, 2007 2:10 pm Subject: [module] CmnDlg 4.1 - Common Dialogs |
great stuff, thanx a lot majkinetor
it is very usefull for my current script, where i need the pick icon dialog.
i had some probs with win 2000, as the function is not exported by name, but by ... |
| |