| View previous topic :: View next topic |
| Author |
Message |
bl00dy Expert Cheater
Reputation: 0
Joined: 04 Dec 2006 Posts: 192
|
Posted: Fri Oct 24, 2008 2:20 pm Post subject: how to start? |
|
|
how sould i learn some programming? (in order if you could please)
i got some basic html and java knowlege
_________________
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Fri Oct 24, 2008 2:36 pm Post subject: |
|
|
Visual Basic is the easiest programing language to learn. Some people say that it sucks and you could learn a 'good' programming language in the time it takes you to learn Visual Basic.
But I disagree. Visual Basic is epic. You can move the cursor, type letters on the keyboard. Edit the registry. Write to memory adresses. etc..
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Fri Oct 24, 2008 2:46 pm Post subject: |
|
|
| [Stefon] wrote: | | But I disagree. Visual Basic is epic. You can move the cursor, type letters on the keyboard. Edit the registry. Write to memory adresses. etc.. |
You can do that with any language.
|
|
| Back to top |
|
 |
blackmorpheus Expert Cheater
Reputation: 0
Joined: 05 Apr 2008 Posts: 159
|
Posted: Fri Oct 24, 2008 2:56 pm Post subject: |
|
|
| Start learning C++. Visual Basic sucks bawwlz
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Fri Oct 24, 2008 3:18 pm Post subject: |
|
|
| blackmorpheus wrote: | | Start learning C++. Visual Basic sucks bawwlz |
Please download and run this program I made in VB2008.
VB_IS_GOOD.exe
NOTE: Only blackmorpheus run this.
|
|
| Back to top |
|
 |
blackmorpheus Expert Cheater
Reputation: 0
Joined: 05 Apr 2008 Posts: 159
|
Posted: Fri Oct 24, 2008 3:42 pm Post subject: |
|
|
| Only freezes my mouse and shows some girl. C++ can do that too..
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Fri Oct 24, 2008 3:44 pm Post subject: |
|
|
That girl is my bitch.
And Visual basic takes less code then C++
| Code: |
dim i as variable
for i=1
SetMousePos(100, 100)
|
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Fri Oct 24, 2008 4:06 pm Post subject: |
|
|
| [Stefon] wrote: | That girl is my bitch.
And Visual basic takes less code then C++
| Code: |
dim i as variable
for i=1
SetMousePos(100, 100)
|
|
What do I win?
| Code: | | while(SetCursorPos(100, 100)); |
Not to mention, you have to PInvoke SetCursorPos first to be able to call it in your completely pointless wrapper function.
|
|
| Back to top |
|
 |
BirdsEye Advanced Cheater
Reputation: 0
Joined: 05 Apr 2008 Posts: 94
|
Posted: Fri Oct 24, 2008 4:25 pm Post subject: |
|
|
| [Stefon] wrote: | That girl is my bitch.
And Visual basic takes less code then C++
| Code: |
dim i as variable
for i=1
SetMousePos(100, 100)
|
|
And generates an executable over 500 kb and requires .NET libraries and what did you do? Just make a project and the window fit the desktop and tile pictures? Just because something can be easier done doesn't mean its the best and most efficient way to do it.
| [Stefon] wrote: | | But I disagree. Visual Basic is epic. You can move the cursor, type letters on the keyboard. Edit the registry. Write to memory adresses. etc.. |
You write that only because you don't have the patience (or ability) to actually do that in a language which doesn't indirectly spoon-feed you.
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Fri Oct 24, 2008 4:28 pm Post subject: |
|
|
| BirdsEye wrote: | | [Stefon] wrote: | That girl is my bitch.
And Visual basic takes less code then C++
| Code: |
dim i as variable
for i=1
SetMousePos(100, 100)
|
|
And generates an executable over 500 kb and requires .NET libraries and what did you do? Just make a project and the window fit the desktop and tile pictures? Just because something can be easier done doesn't mean its the best and most efficient way to do it.
| [Stefon] wrote: | | But I disagree. Visual Basic is epic. You can move the cursor, type letters on the keyboard. Edit the registry. Write to memory adresses. etc.. |
You write that only because you don't have the patience (or ability) to actually do that in a language which doesn't indirectly spoon-feed you. |
Ive actually tried C++ and C# I never liked them.
|
|
| Back to top |
|
 |
BirdsEye Advanced Cheater
Reputation: 0
Joined: 05 Apr 2008 Posts: 94
|
Posted: Fri Oct 24, 2008 4:32 pm Post subject: |
|
|
| Why so? What didn't you like about them?
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Fri Oct 24, 2008 4:45 pm Post subject: |
|
|
| Like in C++ the command to write text you had to put a /n at the end of everything. And it was to much work.
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Fri Oct 24, 2008 4:52 pm Post subject: |
|
|
| [Stefon] wrote: | | Like in C++ the command to write text you had to put a /n at the end of everything. And it was to much work. |
Thanks for admitting you're clueless.
\n is the newline character.
The .NET equivalent is Environment.NewLine
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Fri Oct 24, 2008 5:08 pm Post subject: |
|
|
| I think I might start learning C# again.
|
|
| Back to top |
|
 |
FullyAwesome I post too much
Reputation: 0
Joined: 05 Apr 2007 Posts: 4438 Location: Land Down Under
|
Posted: Fri Oct 24, 2008 5:25 pm Post subject: |
|
|
| BirdsEye wrote: | | And generates an executable over 500 kb and requires .NET libraries and what did you do? Just make a project and the window fit the desktop and tile pictures? Just because something can be easier done doesn't mean its the best and most efficient way to do it. |
you do realise it's over 500kb because of the picture, which is an embedded resource.
_________________
|
|
| Back to top |
|
 |
|