Finally Got .NET working :)

Discuss any other topics here
User avatar
Agentarrow
Posts: 1346
Joined: Thu Jun 28, 2007 4:34 pm
Location: Kyiv, Ukraine
Contact:

Finally Got .NET working :)

Post by Agentarrow »

anyway, .NET is finally working for me, however I know how to work with 6.0, not .NET so if anyone would be kind enough to help or who knows a good tutorial, I've got like 2 days...
AgentArrow Home
The greater good is but a point of view...
MakerOfGames
Posts: 866
Joined: Fri Jul 08, 2005 4:27 am
Location: PA, USA

Re: Finally Got .NET working :)

Post by MakerOfGames »

I take it you mean Visual Basic .Net and you know Visual Basic 6.0? I was learning the new Visual Basic EE 2005 edition just by playing with it and Googling whatever I had to to get what I wanted accomplished.

I got far enough with a training book to make a working web browser with my own graphics, but I didn't like the idea of my web browser using Microsoft's standards for networking. There is a reason I am a Firefox user :P (people more often target Microsoft products for hacks and viruses).

So yeah, I just Googled as I needed for specific instructions on how to do things. I know that doesn't help much, but it worked for me(over the course of many hours smashing my head against the desk yelling at the monitor :lol:).
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
User avatar
Agentarrow
Posts: 1346
Joined: Thu Jun 28, 2007 4:34 pm
Location: Kyiv, Ukraine
Contact:

Re: Finally Got .NET working :)

Post by Agentarrow »

My google attempts failed me...
However my dad's gonna show me how to use it
(also, do you have your web browser? I'm interested...) :mrgreen: :mrgreen: :mrgreen:
AgentArrow Home
The greater good is but a point of view...
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: Finally Got .NET working :)

Post by darksmaster923 »

Agentarrow wrote:My google attempts failed me...
However my dad's gonna show me how to use it
(also, do you have your web browser? I'm interested...) :mrgreen: :mrgreen: :mrgreen:
um what?
firefox is free
http://mozilla.com
Herp derp.
User avatar
Agentarrow
Posts: 1346
Joined: Thu Jun 28, 2007 4:34 pm
Location: Kyiv, Ukraine
Contact:

Re: Finally Got .NET working :)

Post by Agentarrow »

I have Firefox... But I was interested in the one he made if he still had it :)
AgentArrow Home
The greater good is but a point of view...
MakerOfGames
Posts: 866
Joined: Fri Jul 08, 2005 4:27 am
Location: PA, USA

Re: Finally Got .NET working :)

Post by MakerOfGames »

Yeah, I think I still have the files lying around somewhere... I called it Evolution but it turns out that is a Linux program :shock:. Anyhow, yeah got the forward, back , home and url bars to work. The url did not remember the history in a drop down box though, that I hadn't tackled. But yeah, I got it decently along considering I was a VB EE2005 new comer. I never could get the progress bar to work right though. I think that sums up the feature list, but its actually really simple to code.

I have found there is a certain nack that I use when Googling but I can't describe it well. I can usually find results that can help me. I mainly use keywords though. Like if you want to learn how to use a textbox for input and extract text from it I would Google: VB copy textbox text or VB get textbox text. Actually for that it would be:

Code: Select all

 string your_string = textbox1.getText();
And why make your own web browser? I wanted to so I could have all the features I wanted, but since I have settled for less.

I guess I could upload it for you if you want to look at it. I know it wont ever get past the stage its in now :(.
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
User avatar
Agentarrow
Posts: 1346
Joined: Thu Jun 28, 2007 4:34 pm
Location: Kyiv, Ukraine
Contact:

Re: Finally Got .NET working :)

Post by Agentarrow »

That's where I come in, If I get any cool features I'll re-Upload it. My dad's been using Visual Basic for 11 years now :) :mrgreen:
AgentArrow Home
The greater good is but a point of view...
User avatar
Destron
Posts: 520
Joined: Thu Apr 19, 2007 7:30 pm

Re: Finally Got .NET working :)

Post by Destron »

Agentarrow wrote:That's where I come in, If I get any cool features I'll re-Upload it. My dad's been using Visual Basic for 11 years now :) :mrgreen:
Don't tell that to any hardcore programmers or they'll burn you alive. :roll:
MakerOfGames
Posts: 866
Joined: Fri Jul 08, 2005 4:27 am
Location: PA, USA

Re: Finally Got .NET working :)

Post by MakerOfGames »

Agentarrow wrote:That's where I come in, If I get any cool features I'll re-Upload it. My dad's been using Visual Basic for 11 years now :) :mrgreen:
Cool. However, I will stress that if you do re-release it the name must be changed because of software copyright.
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: Finally Got .NET working :)

Post by darksmaster923 »

i would personally create my own web browser to have my own gfx and make it say "teh darksmaster browsa!"
but your choice
Herp derp.
User avatar
vrageprogrammer
Posts: 566
Joined: Wed Oct 31, 2007 2:59 pm
Location: On top of a tree
Contact:

Re: Finally Got .NET working :)

Post by vrageprogrammer »

darksmaster923 wrote:i would personally create my own web browser to have my own gfx and make it say "teh darksmaster browsa!"
but your choice

THE RAGE BROWSER...

Anyway, browsers are really really easy to make in VB
It was not Possible to determine the dimensions of the image....
User avatar
Agentarrow
Posts: 1346
Joined: Thu Jun 28, 2007 4:34 pm
Location: Kyiv, Ukraine
Contact:

Re: Finally Got .NET working :)

Post by Agentarrow »

Well, I've been using VB6, .Net is new to me... :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen:
AgentArrow Home
The greater good is but a point of view...
MakerOfGames
Posts: 866
Joined: Fri Jul 08, 2005 4:27 am
Location: PA, USA

Re: Finally Got .NET working :)

Post by MakerOfGames »

Im a little too busy this week to look for my old files and upload them, but I will get them here sooner or later. I don't have them on demand because since I worked on it I built my own computer so I didn't transfer all of my files to it and blah blah blah... I think you get my point :P. Anyhow, yeah, so soon I will get them for you, so long as I still have them! I might have deleted them along the way somewhere because I was "done" with the program as far as I was concerned.
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Re: Finally Got .NET working :)

Post by steven8 »

Basically, browsers built in vb are just tapping into the IE in your windows, but I loved it when I made my first one. : - )

http://vbcity.com/

http://www.a1vbcode.com/code.asp?type=vb.net

http://www.codeproject.com/

http://www.freevbcode.com/

http://www.vbcodesource.com/vbNetExamples.php
Steve Dilworth - Resisting change since 1965!
User avatar
Agentarrow
Posts: 1346
Joined: Thu Jun 28, 2007 4:34 pm
Location: Kyiv, Ukraine
Contact:

Re: Finally Got .NET working :)

Post by Agentarrow »

hmmm... okay.
AgentArrow Home
The greater good is but a point of view...
Post Reply