Page 1 of 1

Just got Visual studios 2012, how do I start? :P

PostPosted: 07 Jul 2013, 21:46
by Leeizazombie
Hey so I finaly got it -.- and I only know as much as opening a .cs file haha, is there anymore, like opening a .dll file to make it understand certain things i'm using from MCDzienny? really idk what i'm talking about lol

Re: Just got Visual studios 2012, how do I start? :P

PostPosted: 15 Jul 2013, 08:13
by joppiesaus
If you open a .cs file, you can edit it. If you open a .dll file, you can see all sorts of methods.
If you want to code something, goto "file"(I don't know actually), then "new project", and choose your stuff.

If you want to make a mcdzienny command, make a new project and then empty project or class libary.
If you want the skeleton class, generate it with MCDzienny, right click your project, click "add existing item", and search your generated class.

You can add references in VS 2012, it makes coding much, much more easier(you can see methods, how they work, spelling correction, directly errors, etc.). Right click your project, click "add reference", then "Browse", then search your MCDzienny.dll. You added a reference!
In cmds your reference is already been usen(namespace MCDzienny).
If else, type this in the using fields in your code: "using MCDzienny ".

I hope this helps! :)

Re: Just got Visual studios 2012, how do I start? :P

PostPosted: 15 Jul 2013, 11:40
by Leeizazombie
Thanks :) I was beggining to think there is a diffrent type of code for every type of project... lol