AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Shared window over LAN

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
docnull



Joined: 08 Feb 2010
Posts: 3

PostPosted: Mon Feb 08, 2010 12:38 pm    Post subject: Shared window over LAN Reply with quote

Heya!

I was wondering if there is a way to share a text window or similar over LAN. We're a group of four that want to quickly share information regarding situations and it's not really optimal to use an IM or groupchat, is it possible to create a sort of server/client-based solution where we can add text to a single window that is viewable by all of us?

Thank you!
Back to top
View user's profile Send private message
Murx
Guest





PostPosted: Mon Feb 08, 2010 12:50 pm    Post subject: Reply with quote

Google: VNC
Back to top
aaffe



Joined: 17 May 2007
Posts: 1002
Location: Germany - Deutschland

PostPosted: Mon Feb 08, 2010 12:50 pm    Post subject: Reply with quote

I would write the text to a text file all computers can access.
Then a script has to be run on all computers which shows the text of this text file in a message box.
Back to top
View user's profile Send private message
docnull



Joined: 08 Feb 2010
Posts: 3

PostPosted: Mon Feb 08, 2010 12:59 pm    Post subject: Reply with quote

Any examples I could look at?

Murx: VNC is too slow.
Back to top
View user's profile Send private message
aaffe



Joined: 17 May 2007
Posts: 1002
Location: Germany - Deutschland

PostPosted: Mon Feb 08, 2010 1:24 pm    Post subject: Reply with quote

FileAppend to the text-file the text.
Then FileRead from all computers from this text-file and show a message-box.
Search the help-file and the forum for examples.
Just try it yourself, show your code and we will show you what you could do better. But I wont write the whole code for you.
Back to top
View user's profile Send private message
docnull



Joined: 08 Feb 2010
Posts: 3

PostPosted: Mon Feb 08, 2010 1:25 pm    Post subject: Reply with quote

Hehe, wasn't expecting that - just a sniplet to start from. I'll have a go and get back to you guys, cheers.
Back to top
View user's profile Send private message
fred



Joined: 01 Feb 2010
Posts: 230
Location: Netherlands

PostPosted: Mon Feb 08, 2010 1:41 pm    Post subject: Reply with quote

Perhaps something like this?:
Multi User Chat with Private and Public messages AHK! Enjoy!
http://www.autohotkey.com/forum/topic53128.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group