GaryFrost Posted November 17, 2006 Posted November 17, 2006 (edited) Well that was vague I mean how do you set up a list view to be icon format like it is? Is it styles or is it alot of work-arounds to get it like the desktop (ooo make my own desktop program would be great)Styles or you have to set the view type via a message Edited November 17, 2006 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Rad Posted November 17, 2006 Posted November 17, 2006 I see.. kind of.. you have to use GUICtrlSetStyle(-1,$LVS_ICON), except it doesnt say how to add icons or make them able to move around
GaryFrost Posted November 17, 2006 Posted November 17, 2006 I see.. kind of..you have to use GUICtrlSetStyle(-1,$LVS_ICON), except it doesnt say how to add icons or make them able to move around start out small and learn from there, look at paul's library which I referenced earlier. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
colore Posted November 19, 2006 Author Posted November 19, 2006 how can this autoit3lib can help me to identify recycle bin desktop icon and recycle bin context menu?
Thatsgreat2345 Posted November 19, 2006 Posted November 19, 2006 for the Icon you can do a regread to grab it check herehttp://www.winguides.com/registry/display.php/291/
colore Posted November 19, 2006 Author Posted November 19, 2006 mmm ok but, this way I will get the location of the icon file is this a way to identify it in autoit? I know that autoit identifiers are ClassNameNN, Control ID, Text and HWND do I miss something?
Thatsgreat2345 Posted November 19, 2006 Posted November 19, 2006 for the good of the whole what are you trying to accomplish? what good will getting the ClassNameNN , control ID, and such do for you
colore Posted November 19, 2006 Author Posted November 19, 2006 I want to create specific hotkeys that work only when specific a context menu is active I want to create hotkeys that work only when specific "things" are clicked one example is: right button only when I click on recycle bin icon > block context menu with return > run FileRecycleEmpty command > click yes in the confirmation dialog second example is: when context menu of the recycle bin is active > send "b" (it will empty the recycle bin) > click yes in the confirmation dialog I need to identify recycle bin desktop icon, and recycle bin context menu
tresa Posted November 19, 2006 Posted November 19, 2006 I want to create specific hotkeys that work only when specific a context menu is activeI want to create hotkeys that work only when specific "things" are clickedone example is:right button only when I click on recycle bin icon > block context menu with return > run FileRecycleEmpty command > click yes in the confirmation dialogsecond example is:when context menu of the recycle bin is active > send "b" (it will empty the recycle bin) > click yes in the confirmation dialogI need to identify recycle bin desktop icon, and recycle bin context menutake a look at speedLinks soft by didier Urban (in french) to add custom menu entries to rigth clic menu in desktop and std open/save dialogshttp://www.boerbull.com/
colore Posted November 19, 2006 Author Posted November 19, 2006 I dont want to "add custom menu entries to rigth clic menu in desktop and std open/save dialogs" I never said that btw this thing is in french and I dont understand a shit did I miss an "english" link?
John Posted November 19, 2006 Posted November 19, 2006 Do you know what a CLSID is. Editing the ContextMenuHandlers for the recycle bin is the only way you'll be able to do it without running an Autoit script all the time. This way all your code needs is FileRecycleEmpty (). Better do some reading, you could trash windows getting things wrong here. LOL
tresa Posted November 19, 2006 Posted November 19, 2006 I dont want to "add custom menu entries to rigth clic menu in desktop and std open/save dialogs"I never said thatbtw this thing is in french and I dont understand a shitdid I miss an "english" link?Talking like that will not help you getting helpsad to meet you
colore Posted November 19, 2006 Author Posted November 19, 2006 Talking like that will not help you getting helpsad to meet youoh baby dont cry lolwhat do you want me to do manafterall its francais!@Johnno, I dont know what this is I dont want to edit contextmenuI want to run an autoit script, as I run numerous now as well (I dont see why you find this to be a problem, isnt autoit about running scripts?)I just want autoit to do what it claims, to automate gui proceduresI really cant understand why its so diffucult to do itcan autoit be so stupid it cant recognize recycle bin icon on desktop? context menus of specific applications/controls?whats so complicated with recycle bin that it cant do it
Developers Jos Posted November 19, 2006 Developers Posted November 19, 2006 I just want autoit to do what it claims, to automate gui proceduresI really cant understand why its so diffucult to do itcan autoit be so stupid it cant recognize recycle bin icon on desktop? context menus of specific applications/controls?whats so complicated with recycle bin that it cant do itMaking friends ?Might be the wrong approach . SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
colore Posted November 19, 2006 Author Posted November 19, 2006 its been days and now one suggest me a solution all say irrelevant things and no one answers a specific question that is the fact
Developers Jos Posted November 19, 2006 Developers Posted November 19, 2006 (edited) its been days and now one suggest me a solutionall say irrelevant things and no one answers a specific questionthat is the factKeep up this attitude and I am sure you won't get much help from anybody.People are trying to help here in general, but you need to work with them....Be as specific as possible when you have a question/problem.... It could be you didn't really define your question clearly for others ...When people respond that doesn't help you much then be polite about it .. they were trying to help. Edited November 19, 2006 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
colore Posted November 19, 2006 Author Posted November 19, 2006 Keep up this attitude and I am sure you won't get much help from anybody.People are trying to help here in general, but you need to work with them....Be as specific as possible when you have a question/problem.... It could be you didn't really define your question clearly for others ...When people respond that doesn't help you much then be polite about it .. they were trying to help.how do I identify recycle bin desktop icon?how do I identify context menu of recycle bin desktop icon?
Thatsgreat2345 Posted November 19, 2006 Posted November 19, 2006 Here is the problem: You aren't willing to do any work to learn autoit so that maybe you can understand some of the UDF's such as AU3Lib. Since your understanding of autoit is minimal calling something stupid and having a hissy fit because no body is writing a script for you isn't the smartest plan because you can't code, and they can.
colore Posted November 20, 2006 Author Posted November 20, 2006 ok then maybe you tell me, since you understand it more isnt this, the forum's purpose anyway?
Thatsgreat2345 Posted November 20, 2006 Posted November 20, 2006 Its for support on a script that you wrote not writing scripts for a person
Recommended Posts