Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


I need to learn this programming language...
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk
View previous topic :: View next topic  
Author Message
Kirito
Master Cheater
Reputation: 4

Joined: 26 May 2009
Posts: 274

PostPosted: Tue Jun 07, 2011 6:19 am    Post subject: I need to learn this programming language... Reply with quote

All I can remember is the windows login form code

Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        If TextBox1.Text = "user1" And TextBox2.Text = "12345" Then
            Form2.Show()


What language is this?
And where can I find some codes of this language?
Back to top
View user's profile Send private message
AhMunRa
Grandmaster Cheater Supreme
Reputation: 27

Joined: 06 Aug 2010
Posts: 1117

PostPosted: Tue Jun 07, 2011 11:56 am    Post subject: Reply with quote

Looks like Visual Basic.

http://www.microsoft.com/express/Windows/

http://msdn.microsoft.com/en-us/vbasic/ms789056

_________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.>
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 204

Joined: 25 Jan 2006
Posts: 8580
Location: 127.0.0.1

PostPosted: Tue Jun 07, 2011 1:03 pm    Post subject: Reply with quote

That's VB.NET, [opinion]and you should avoid using it.[/opinion]

Look into C# if you want to do .NET programming.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
InternetIsSeriousBusiness
Grandmaster Cheater Supreme
Reputation: 8

Joined: 12 Jul 2010
Posts: 1268

PostPosted: Tue Jun 07, 2011 1:58 pm    Post subject: Reply with quote

Why do you "need" to learn a programming language you don't even know the name of, or even have?
_________________
FLAME FLAME FLAME!!!@@@
Back to top
View user's profile Send private message
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Wed Jun 08, 2011 2:44 pm    Post subject: Reply with quote

Don't learn VB.
I did that in gr 10 programming. It is a language that is barely used seriously. And all the GUIs look like Windows 1995 shit.
Back to top
View user's profile Send private message
InternetIsSeriousBusiness
Grandmaster Cheater Supreme
Reputation: 8

Joined: 12 Jul 2010
Posts: 1268

PostPosted: Wed Jun 08, 2011 2:48 pm    Post subject: Reply with quote

cokefag wrote:
Don't learn VB.
I did that in gr 10 programming. It is a language that is barely used seriously. And all the GUIs look like Windows 1995 shit.

Your last two sentences are debatable, but I agree not to learn it. You should start out with C# instead. 

_________________
FLAME FLAME FLAME!!!@@@
Back to top
View user's profile Send private message
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Wed Jun 08, 2011 2:52 pm    Post subject: Reply with quote

lilkid wrote:
cokefag wrote:
Don't learn VB.
I did that in gr 10 programming. It is a language that is barely used seriously. And all the GUIs look like Windows 1995 shit.

Your last two sentences are debatable, but I agree not to learn it. You should start out with C# instead. 
Or lua if you play gmod.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 204

Joined: 25 Jan 2006
Posts: 8580
Location: 127.0.0.1

PostPosted: Wed Jun 08, 2011 3:19 pm    Post subject: Reply with quote

cokefag wrote:
lilkid wrote:
cokefag wrote:
Don't learn VB.
I did that in gr 10 programming. It is a language that is barely used seriously. And all the GUIs look like Windows 1995 shit.

Your last two sentences are debatable, but I agree not to learn it. You should start out with C# instead. 
Or lua if you play gmod.


Uhm not sure where 'gmod' came into this discussion.
And Lua isn't a programming language, it is a scripting language.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Kirito
Master Cheater
Reputation: 4

Joined: 26 May 2009
Posts: 274

PostPosted: Thu Jun 09, 2011 7:24 am    Post subject: Reply with quote

Are there any tutorials for C# programming?
And what software do I need? Visual Studio 2010?
Back to top
View user's profile Send private message
AhMunRa
Grandmaster Cheater Supreme
Reputation: 27

Joined: 06 Aug 2010
Posts: 1117

PostPosted: Thu Jun 09, 2011 9:28 am    Post subject: Reply with quote

With any of the Visual series you can use the Visual Express version IE Visual Express VB or Visual Express C#.

There are tons of resources on both.

http://www.csharp-station.com/Tutorial.aspx

http://en.csharp-online.net/CSharp_Resources_-_Open_Source

http://msdn.microsoft.com/en-us/library/kx37x362%28v=VS.80%29.aspx

_________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.>
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 204

Joined: 25 Jan 2006
Posts: 8580
Location: 127.0.0.1

PostPosted: Thu Jun 09, 2011 11:57 am    Post subject: Reply with quote

PC_King wrote:
Are there any tutorials for C# programming?
And what software do I need? Visual Studio 2010?


Visual Studio 2010 is the latest for VS.
You can download the Express edition for free from MSDN here:
http://www.microsoft.com/express/Windows/

As for tutorial links, keep in mind a fair amount of tuts are not for .NET 4.0 yet since it is still fairly new. 4.0 has tons of new features and improvements, but most of the tutorials that teach the basics should be decent enough still:
http://www.csharp-station.com/Tutorial.aspx
http://www.functionx.com/csharp/
http://www.homeandlearn.co.uk/csharp/csharp.html
http://csharp.net-tutorials.com/
http://msdn.microsoft.com/en-us/library/aa288436%28v=vs.71%29.aspx
http://msdn.microsoft.com/en-us/vcsharp/aa336766

Decent post about 4.0 specifically:
http://www.codekicks.com/2009/12/new-features-of-net-c-40.html

You can basically find anything about it as well online, just search google for what you need and be sure to include C# in the search.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
lucidity
Advanced Cheater
Reputation: 0

Joined: 16 Feb 2011
Posts: 91

PostPosted: Thu Jun 09, 2011 12:04 pm    Post subject: Reply with quote

Does VB Express allow calls to the Windows API? The only limitations I see all appear to be IDE-related, except the lack of database support and crystal reports.

Does anyone know of any limitations which might be a disappointment or a roadblock for someone trying to make trainers?

_________________
» Antec Twelve Hundred Full Tower » EVGA E760 CLASSIFIED » EVGA GeForce GTX 580 SuperClocked 1536MB » i7-980XE » CORSAIR DOMINATOR 6GB PC3 12800 DDR3 » OS: Intel X25-M SSD » Game Storage: Raid-0 2 x WD VelociRaptor 10000 RPM » CE Cache Drive: 500GB WD Caviar » Power Supply: OCZ Z Series Gold 1000W
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 204

Joined: 25 Jan 2006
Posts: 8580
Location: 127.0.0.1

PostPosted: Thu Jun 09, 2011 12:46 pm    Post subject: Reply with quote

Yes you can call API.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
lucidity
Advanced Cheater
Reputation: 0

Joined: 16 Feb 2011
Posts: 91

PostPosted: Thu Jun 09, 2011 5:52 pm    Post subject: Reply with quote

Ah, it expires in 30 days Sad
_________________
» Antec Twelve Hundred Full Tower » EVGA E760 CLASSIFIED » EVGA GeForce GTX 580 SuperClocked 1536MB » i7-980XE » CORSAIR DOMINATOR 6GB PC3 12800 DDR3 » OS: Intel X25-M SSD » Game Storage: Raid-0 2 x WD VelociRaptor 10000 RPM » CE Cache Drive: 500GB WD Caviar » Power Supply: OCZ Z Series Gold 1000W
Back to top
View user's profile Send private message
InternetIsSeriousBusiness
Grandmaster Cheater Supreme
Reputation: 8

Joined: 12 Jul 2010
Posts: 1268

PostPosted: Thu Jun 09, 2011 5:55 pm    Post subject: Reply with quote

lucidity wrote:
Ah, it expires in 30 days Sad

It is free, do the regristration thing to get the full lincense. It is free.

_________________
FLAME FLAME FLAME!!!@@@
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites