EOSERV Forum > Client Editing > My Endless-Online client made in visual basic
Topic is locked.
Page: << 1 2 >>
My Endless-Online client made in visual basic
Author Message
Post #46585 My Endless-Online client made in visual basic

Hey a while back i started on a project called, EO-Vb (Endless-Online VB) And i was at a steady pase with the client, But stupid me decided to restore my computer (format it to the original state) and forgot to save it on my Flash-Drive so i lost the source.. Itwas Connectible to SEOSE,neverreally tried it on EOServ. But I asked a friend i let check it out if he had the client release i sent him, he did. so now i'll show you what i had done. 


http://www.mediafire.com/?6mks57cew2q6qdf


When you first start the client you'll get a Connect to Server Box, Just Hit Connect. If you wanted to put the IP of your server into the box and watch your IP show up on your server by all means go nuts.

Lemmy know what you guys think! :)

Please note* This client is unusable it is just something to look at. But if you do put in a IP on the connect page of a Running server it will show up in the server console.


(If i am breaking any rules Please let me know so i can try to fix it.)

15 years, 45 weeks ago
Post #46591 Re: My Endless-Online client made in visual basic

It actually looks pretty good but you're unable to connect to test which kinda blows but still when you get it fully functioning post it on here :) 

15 years, 45 weeks ago
Post #46593 Re: My Endless-Online client made in visual basic
falleneo posted: (16th Aug 2010 08:06 pm)

It actually looks pretty good but you're unable to connect to test which kinda blows but still when you get it fully functioning post it on here :) 


this Client was originally made for its "Own" Server I was making my own server emulator. It does not work for regular servers or main/test. It's just something to check out and give inspiration to someone to attempt to make there own client. 

15 years, 45 weeks ago
Post #46595 Re: My Endless-Online client made in visual basic

so does it connect to a certain server at it's current state or? has that part yet to be coded?

15 years, 45 weeks ago
Post #46596 Re: My Endless-Online client made in visual basic
falleneo posted: (16th Aug 2010 08:22 pm)

so does it connect to a certain server at it's current state or? has that part yet to be coded?


Its unusable for any server.
15 years, 45 weeks ago
Post #46601 Re: My Endless-Online client made in visual basic

ahh okay, i'm sure it'll bring inspiration to someone. It's a shame that you lost your source, that could have been of some use to people using VB because there aren't any VB Clones as of yet. 

15 years, 45 weeks ago
Post #46604 Re: My Endless-Online client made in visual basic
falleneo posted: (16th Aug 2010 08:41 pm)

ahh okay, i'm sure it'll bring inspiration to someone. It's a shame that you lost your source, that could have been of some use to people using VB because there aren't any VB Clones as of yet. 


I'm currecntly in the prosses of making a whole new game :)
15 years, 45 weeks ago
Post #46608 Re: My Endless-Online client made in visual basic

ooer make a new topic about it in the lounge, i wanna hear more about it without going off topic here. So to stay on topic are you going to be continuing development on this client? 

15 years, 45 weeks ago
Post #46612 Re: My Endless-Online client made in visual basic
falleneo posted: (16th Aug 2010 09:20 pm)

ooer make a new topic about it in the lounge, i wanna hear more about it without going off topic here. So to stay on topic are you going to be continuing development on this client? 


I might make a topic in lounge, but no i am done with development for this.

15 years, 45 weeks ago
Post #46889 Re: My Endless-Online client made in visual basic

Not bad. I'm sure you'll see why we aren't using VB when you get to map rendering. It will slower than crap.

---
http://www.addipop.com
15 years, 44 weeks ago
Post #46891 Re: My Endless-Online client made in visual basic
Addison posted: (21st Aug 2010 08:23 am)

Not bad. I'm sure you'll see why we aren't using VB when you get to map rendering. It will slower than crap.


Bahahaha, Yes, but if you use Visual Basic 6 it's oddly smooth. :X
15 years, 44 weeks ago
Post #47341 Re: My Endless-Online client made in visual basic

Decompiled this, and it seems to be in Visual C#. Idk.

15 years, 43 weeks ago
Post #47354 Re: My Endless-Online client made in visual basic
Wind The Coder posted: (27th Aug 2010 11:58 pm)

Decompiled this, and it seems to be in Visual C#. Idk.


That's actually REALLY funny, seeings how if you look at the code it would look like

textbox1.text = "", etc.. and I coded it, in Visual Basic.

I DUNNO Looks kind of like Visual Basic to me. 
15 years, 43 weeks ago
Post #47580 Re: My Endless-Online client made in visual basic

[sarcasm]

"

     this.picConnect.Name = "picConnect";
            size = new Size(0x58, 0x1a);
            this.picConnect.Size = size;
            this.picConnect.TabIndex = 4;
            this.picConnect.UseVisualStyleBackColor = true;
            SizeF ef = new SizeF(6f, 13f);
            this.AutoScaleDimensions = ef;
            this.AutoScaleMode = AutoScaleMode.Font;
            this.AutoSizeMode = AutoSizeMode.GrowAndShrink;
            this.BackgroundImage = (Image) manager.GetObject("$this.BackgroundImage");
            this.BackgroundImageLayout = ImageLayout.None;
            size = new Size(320, 0x9f);

"

Yep, that's TOTALLY Visual Basic programming.

Screenshot for truth! : http://i760.photobucket.com/albums/xx245/Lolhax0r/DefinetlyVB.png

[/sarcasm]


15 years, 43 weeks ago
Post #47591 Re: My Endless-Online client made in visual basic
Wind The Coder posted: (31st Aug 2010 12:32 am)

[sarcasm]

"

     this.picConnect.Name = "picConnect";
            size = new Size(0x58, 0x1a);
            this.picConnect.Size = size;
            this.picConnect.TabIndex = 4;
            this.picConnect.UseVisualStyleBackColor = true;
            SizeF ef = new SizeF(6f, 13f);
            this.AutoScaleDimensions = ef;
            this.AutoScaleMode = AutoScaleMode.Font;
            this.AutoSizeMode = AutoSizeMode.GrowAndShrink;
            this.BackgroundImage = (Image) manager.GetObject("$this.BackgroundImage");
            this.BackgroundImageLayout = ImageLayout.None;
            size = new Size(320, 0x9f);

"

Yep, that's TOTALLY Visual Basic programming.

Screenshot for truth! : http://i760.photobucket.com/albums/xx245/Lolhax0r/DefinetlyVB.png

[/sarcasm]


Lol'd You "De-Compiled" it in Visual Basic C# so it will update the code in C#.

15 years, 43 weeks ago
Page: << 1 2 >>
Topic is locked.
EOSERV Forum > Client Editing > My Endless-Online client made in visual basic