![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
|
Download Blocker Finished - Random Text in Window Title?
Hello, it's been awhile since ive been here with school and all, but anyways. As some of yall may remeber i was makign a Download Blocker a couple months back. It is finished http://www.teamaando.com/DownloadBlocker.zip
Right now it only works in IE but im making it avaliabel for Firefox Opera and Avant in the Pro Edition im making right now. I have a few Questions first though: When i made it for IE it was simple becasue i made it block Window Class #32770 with the Window Title of File Download. But in Firefox the Window class is #32770 Window Title "Opening (name of file trying to download) I dont kjnow hwo to make it where it will block it since the window Title is always changing . So i need some help there. Thank you, Seth Hall
__________________
Forgiveness is the fragrance that the violet sheds on the heal that has crushed it. - Mark Twain We all make mistakes. If it doesn't kill us, it will make us stronger. If it does kill us, then it's to late, but it was a great ride while it lasted. - Seth Hall |
|
|
|
|
|
#2 |
|
Professional Programmer
|
What about if i use
Function Find_Download() Find_Download = FindWindow(#32770, NULL) End Function and then use GetWindowText and if the Window text has one word matching the GetWindowText in code then it blocks it like that?
__________________
Forgiveness is the fragrance that the violet sheds on the heal that has crushed it. - Mark Twain We all make mistakes. If it doesn't kill us, it will make us stronger. If it does kill us, then it's to late, but it was a great ride while it lasted. - Seth Hall |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|