Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 12:02

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Request]User functions in C#

Discussion on [Request]User functions in C# within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2010
Posts: 121
Received Thanks: 7
[Request]User functions in C#

OK I am currently studying 2 languages AHK and C#
in AHK there are library functions
Is there any similar method in C#?
If there is can anyone please explain it to me?

note: Sorry I know I am being a bother but I need it explained from Zero!
shimo diaz is offline  
Old 04/02/2010, 00:53   #2
 
elite*gold: 0
Join Date: Apr 2009
Posts: 148
Received Thanks: 15
I don't know what AHK is or what these library functions are, but I will try my best to understand.

In C# you have the libraries from the .NET framework.
When you're writing programs you can call from these libraries.

You do this by using a piece of code that tells the computer that you are going to be using code declared from that certain part of the library at the top of your program:

Code:
using System;
or

Code:
using System.Windows.Forms;
This list goes on. You will probably see them when you start a new project in MSVC and you look at all the skeleton code inserted for you.

Again, I don't know if this is what you were after... But I hope I helped.

flaMe~ is offline  
Thanks
1 User
Reply




All times are GMT +2. The time now is 12:02.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.