mIRC Home    About    Download    Register    News    Help

Print Thread
#58743 02/11/03 03:26 AM
Joined: Oct 2003
Posts: 29
I
iRP Offline OP
Ameglian cow
OP Offline
Ameglian cow
I
Joined: Oct 2003
Posts: 29
There a couple of things that I would like to suggest to the makers, specifcly Khaled and whoever reads this:

1. I noticed that there is an on ACTIVE event, but no command to switch the active windows, I think a rwnd switch with these commands would do could too.

2. It would be good to extend the functionality with the mIRC icon switching and be allowed to switch the main mIRC desktop icon(s) also

3. This one is totally optional, with the sockets function in mIRC I find it impossible to download .exe files or non text files so I think a could replacement for this would be a /download command

So what do you say...?


Good job Khaled for 140,100+ lines of source code!!!
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
1. /window -a "Status Window" makes the status window the active window.
3. Read this.

Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
for suggestion 1 use collectives method type /help /window and for suggestion 2 u can change the icons using a whole image file pretty easily, as for changing the desktop icons mirc uses, (usingXP) well right click your desktop shortcut and select properties then click the customize tab once u do that u can then chage the icon to any applicable image u may feel the need to use.

for your third suggestion, well mirc isnt a filesharing program or a web browser, there are other sutable alternatives to use for those ideas.


D3m0nnet.com
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
See: /help Binary Variables for information on &binvars which can be used to store binary data, such as data read by /sockread &binvar and written with /sockwrite file.exe -1 -1 &binvar

- Raccoon


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
As for the .exe and non-test downloads you mention, I have a download script that you can learn from. If oyu would like a copy, please just pm me and I'll be glad to send it to you.


-KingTomato
Joined: Oct 2003
Posts: 29
I
iRP Offline OP
Ameglian cow
OP Offline
Ameglian cow
I
Joined: Oct 2003
Posts: 29
Thanks KingTomato, because right now I'm in the stage of devoloping a download script, but I cant seem to get spaces in the GET request to work, and parse the 404 errors!!!


Good job Khaled for 140,100+ lines of source code!!!
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
The query string in a GET request shouldn't have spaces, they should be encoded to either %20 (hexidecimal value) or to a + sign.


Spelling mistakes, grammatical errors, and stupid comments are intentional.

Link Copied to Clipboard