Jump to content

Greetings ^_^

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
13 replies to this topic

#1
giv3mesmile

giv3mesmile

    Newbie

  • Members
  • PipPip
  • 14 posts
Hey there gys, couple of years ago iv been programming in VB6.0 i was really into ...but then parties, harder trainings, girls came up..so i kind of quited it...

Now these days I decided to get back in! I'm very excited, but since i have great lack of time, cuz of school and swimming, i would apreciate if you could help me with some good starting over tutorials for restart ^_^

Thanks in advance ;)

P.S. im from Serbia , Belgrade, 16 years old, in grammar school..
Love swimming, girls, WINDOWS XP!!!!! :cool:

#2
JewFro297

JewFro297

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 224 posts
lol yea having a life tends to get in the way... It would probably be good for you to learn a new language.

I hate windows xp, windows 98 ftw! lol jk, but when i finally did get a computer with XP i eventually switched to ubuntu linux then linux mint then windows vista then windows 7. Windows vista is awesome if you have the hardware to run it, and windows 7 is awesome either way. XP is buggy to me, and takes forever to update and is extremely virus prone.

anyway at least your not a mac fanboy :thumbup:
Yea Dat's right.
Apple sucks :thumbup:
[SIGPIC][/SIGPIC]

#3
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
Hey welcome to codecall!

wow 16 and already started with girls lol - anyway this is the perfect place to reignite your passion for coding!

#4
blackriderrom

blackriderrom

    Newbie

  • Members
  • PipPip
  • 17 posts
Welcome back, and good luck with becoming a master-coder!
P.S. Tried Windows 7?

#5
Bartimäus

Bartimäus

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 490 posts
Welcome to CodeCall
[SIGPIC][/SIGPIC]

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Welcome aboard!
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Welcome to CodeCall.:)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#8
Root23

Root23

    Programmer

  • Members
  • PipPipPipPip
  • 144 posts
welcome to the boards

#9
giv3mesmile

giv3mesmile

    Newbie

  • Members
  • PipPip
  • 14 posts
Acctualy it was 14 when girls started xD

Yeah I have tried Vindows 7 and Vista too...but i love XP the most because of all the bugs and stuff u can use to install "free" programs :))) O:)

Although my bro has MacBook Pro i hate it -.- its for noobs :P :)

Thanks for warm welcomes :D

P.S. I'm about to make a first program ,and i need some advices, help acctualy ;) ..uhm.. ok, here it is :
soo..
User type smth in text box, and after he pushes the button
program anonymously send me information he have entered to my email? :)

#10
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
lol nice request.. did one of those when I was 14 and sent it to all my friends (aka Fake Hotmail Login) lol - but it was just a prank i.e I wasn't a hacker and just wanted to see how easy it wasy.

I'm 23 now so that was a while ago but from what I remember you need to use HTML and a simple form tag code will do the trick, for example:

<form action="http://www.youwebsite.com/login/submit" method="post">
<input type="hidden" value="Your Email Id" name="fm-to"> 
</form>

That's just an example though, i'm sure someone here knows the full code for this sort of thing.

#11
JewFro297

JewFro297

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 224 posts
I approve.
Yea Dat's right.
Apple sucks :thumbup:
[SIGPIC][/SIGPIC]

#12
giv3mesmile

giv3mesmile

    Newbie

  • Members
  • PipPip
  • 14 posts
Where can i get VB.net anyone have a link to dl?
Im using VB6.0
P.S. i wonder if i should download newer version, or stick to this one?