Re: My Endless-Online client made in visual basic
Tendency posted: (31st Aug 2010 05:17 am)
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#.
I didn't even know you can decompile programs in Visual C#. I used a program called .NET Reflector.
15 years, 41 weeks ago
|