| Author |
Message |
Topic: TCP/IP Server+Client Chat Script (w/ Features) |
WankaUSR
Replies: 123
Views: 14833
|
Forum: Scripts & Functions Posted: Fri Mar 05, 2010 7:43 am Subject: TCP/IP Server+Client Chat Script (w/ Features) |
| ok that was something I did not see when testing when fixing that I found another bug it also doesn't make the difference between already logoned users . I will look into this |
Topic: TCP/IP Server+Client Chat Script (w/ Features) |
WankaUSR
Replies: 123
Views: 14833
|
Forum: Scripts & Functions Posted: Tue Mar 02, 2010 1:04 pm Subject: TCP/IP Server+Client Chat Script (w/ Features) |
here is the code:
Client:
#singleinstance force
;#notrayicon
ifnotexist, Settings
{
Filecreatedir, Settings
}
menu, tray, icon, %A_Windir%\system32\narrator.exe
menu, tray, nost ... |
Topic: TCP/IP Server+Client Chat Script (w/ Features) |
WankaUSR
Replies: 123
Views: 14833
|
Forum: Scripts & Functions Posted: Fri Feb 26, 2010 2:27 pm Subject: TCP/IP Server+Client Chat Script (w/ Features) |
| I have some problems with my laptop where all the scripts are and will be a couple of days before I can recover them so please wait for it |
Topic: TCP/IP Server+Client Chat Script (w/ Features) |
WankaUSR
Replies: 123
Views: 14833
|
Forum: Scripts & Functions Posted: Tue Feb 23, 2010 10:23 am Subject: TCP/IP Server+Client Chat Script (w/ Features) |
is this what you wanted? if so I will post the script if not tell what is wrong and try to fix it
http://www.autohotkey.net/~wankausr/ss.png |
Topic: TCP/IP Server+Client Chat Script (w/ Features) |
WankaUSR
Replies: 123
Views: 14833
|
Forum: Scripts & Functions Posted: Mon Feb 22, 2010 4:35 pm Subject: TCP/IP Server+Client Chat Script (w/ Features) |
| can you be more specific? you want the message from the server to be viewed by all clients but the message from the clients to be viewed only by the server? |
Topic: TCP/IP Server+Client Chat Script (w/ Features) |
WankaUSR
Replies: 123
Views: 14833
|
Forum: Scripts & Functions Posted: Mon Feb 22, 2010 1:13 pm Subject: TCP/IP Server+Client Chat Script (w/ Features) |
WankaUSR mod version 0.4
This is based on jmanx latest version found on page one and added all my functions plus others.
Features added (WankaUSR MOD):
-Server logo (text only). It can be modified ... |
Topic: TCP/IP Server+Client Chat Script (w/ Features) |
WankaUSR
Replies: 123
Views: 14833
|
Forum: Scripts & Functions Posted: Mon Feb 22, 2010 9:26 am Subject: TCP/IP Server+Client Chat Script (w/ Features) |
| check to see if you router ( I guess you use a router since the IP class is 192.168.*) blocks traffic betwen computer. Mine blocks ping and specific ports so please check that |
Topic: create CreateDIBitmap from axc |
WankaUSR
Replies: 1
Views: 49
|
Forum: Ask for Help Posted: Wed Feb 17, 2010 9:38 am Subject: create CreateDIBitmap from axc |
| no one knows why this happens? please help |
Topic: create CreateDIBitmap from axc |
WankaUSR
Replies: 1
Views: 49
|
Forum: Ask for Help Posted: Tue Feb 16, 2010 9:33 am Subject: create CreateDIBitmap from axc |
I have tried to create bitmap from extracted image in
skin=btns.axc
Gui +LastFound
resource_loader()
AddGraphicButton("updlist", btn1, "x11 y579 w90 h20 cEFEFEF" ... |
Topic: graphic buuton from axc_extracttomem |
WankaUSR
Replies: 1
Views: 178
|
Forum: Ask for Help Posted: Fri Feb 05, 2010 1:13 pm Subject: graphic buuton from axc_extracttomem |
so no one knows how to do this?
I've been searching for a way to use image from skan's axc cab to graphic buttons but with no luck since the original post! Please help me |
Topic: Zip/Unzip using native ZipFolder Feature in XP |
WankaUSR
Replies: 14
Views: 2777
|
Forum: Scripts & Functions Posted: Fri Feb 05, 2010 1:07 pm Subject: Zip/Unzip using native ZipFolder Feature in XP |
| I had the same problem and the reason was that path you want to extract in must exist, zip file must exist and be careful how you parse variable to the function. if you are having problems please post ... |
Topic: Graphic Buttons |
WankaUSR
Replies: 86
Views: 33812
|
Forum: Scripts & Functions Posted: Wed Feb 03, 2010 7:15 pm Subject: Graphic Buttons |
| is it possible to use an image storred in memory from skan's AxC_UnPackToMem?? |
Topic: COM_AtlAxCreateContainer |
WankaUSR
Replies: 3
Views: 131
|
Forum: Ask for Help Posted: Mon Oct 26, 2009 7:03 am Subject: COM_AtlAxCreateContainer |
| thanks for the answers I will stick with registering them and then loading |
Topic: COM_AtlAxCreateContainer |
WankaUSR
Replies: 3
Views: 131
|
Forum: Ask for Help Posted: Sun Oct 25, 2009 1:35 pm Subject: COM_AtlAxCreateContainer |
I am curently using
COM_AtlAxGetControl(COM_AtlAxCreateContainer(hWnd, x, y, w, h, "VideoLAN.VLCPlugin.1"))
COM_AtlAxGetControl(COM_AtlAxCreateContainer(hWnd, x, y ... |
Topic: graphic buuton from axc_extracttomem |
WankaUSR
Replies: 1
Views: 178
|
Forum: Ask for Help Posted: Wed Oct 07, 2009 6:47 pm Subject: graphic buuton from axc_extracttomem |
Also posted In Scripts and Functions on http://www.autohotkey.com/forum/viewtopic.php?t=29593&postdays=0&postorder=asc&start=15 but with no reply so if this means double post let me know
... |
| |