Search found 6 matches

by kaskalak
01 May 2012, 13:54
Forum: SFS2X C# API
Topic: .net usage
Replies: 1
Views: 3961

.net usage

Is there any example for .NET usage? How to connect smartfoxserver ? How to send messages?
by kaskalak
11 Feb 2010, 12:30
Forum: .Net / Unity3D API
Topic: Event handling problem in C#
Replies: 8
Views: 12755

I just made a reworked copy/paste of your code and made it as a small console app - and here it works as expected. So I'm sorry, but I cant help without more information. It must be something specific to Windows forms (which I have no experience with) or local network or firewall permissions maybe?...
by kaskalak
11 Feb 2010, 12:05
Forum: .Net / Unity3D API
Topic: Event handling problem in C#
Replies: 8
Views: 12755

ThomasLund wrote:There is no reason for a Windows form application to not work really out of the box afaik.

Are you by any chance running the "lite" version of SFS (which is not supported)?


No, i'm running pro version.
by kaskalak
11 Feb 2010, 09:32
Forum: .Net / Unity3D API
Topic: Event handling problem in C#
Replies: 8
Views: 12755

It's a windows Form application . I create a form and put a button on that form. I do not think i need a loop.
by kaskalak
11 Feb 2010, 08:53
Forum: .Net / Unity3D API
Topic: Event handling problem in C#
Replies: 8
Views: 12755

I took those codes from examples that come with smartfoxserver. With small changes i tried to run it on C# . Why does it not work. Do i have to change any configuration on my compiler which makes it to trigger eventhandling functions.
by kaskalak
08 Feb 2010, 11:47
Forum: .Net / Unity3D API
Topic: Event handling problem in C#
Replies: 8
Views: 12755

Event handling problem in C#

namespace WindowsFormsApplication1 { public partial class Form1 : Form { private string ip = "127.0.0.1"; private int port = 9339; private string status = ""; private SmartFoxClient smartFox; private string zone = "simpleChat"; private string username = "...

Go to advanced search