Finally Got .NET working :)
Re: Finally Got .NET working :)
Great links, I thought about trying to learn vb .net a while back, but decided it was probably better not to dabble in to many programming languages at one time. But I do remember using the Visual basic studio express 2005, I think it was just one embedded object and a browser was up and running in seconds with out even having to code at all.
Jonas
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Re: Finally Got .NET working :)
That's pretty close. I have known people who criticized me for programming in vb, but then I showed an old timer who had only programmed in straight C, and he thought it was great that programmers didn't have to re-invent the wheel everytime like he had to do!!jonas wrote:Great links, I thought about trying to learn vb .net a while back, but decided it was probably better not to dabble in to many programming languages at one time. But I do remember using the Visual basic studio express 2005, I think it was just one embedded object and a browser was up and running in seconds with out even having to code at all.
Steve Dilworth - Resisting change since 1965!
Re: Finally Got .NET working :)
Yes sir! Seen the power when I first started the program up. I think its great that microsoft is actually making it easy to develop applications. Finally its becoming about the user and making it easy for them. But from what I saw it seemed like they accomplished a very well developed language. If I ever stop piling more languages up then I might actually use it. lol Right now i'm playing around with php for web development stuff. Then for my game project i'm using c++ and python(which I still am working on getting familiar with).
I googled making a web browser in vb I got This in the first result. lol
I googled making a web browser in vb I got This in the first result. lol
Jonas
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
-
- Posts: 866
- Joined: Fri Jul 08, 2005 4:27 am
- Location: PA, USA
Re: Finally Got .NET working :)
Visual Basic is a very good programming language however, I dislike that it restricts programs made with it to Microsoft operating systems. I would have never cared about this before, but this past December I dumped Vista Basic off of my laptop(Acer Aspire 3680) I got for college and put Ubuntu(7.10) Linux on it. It runs so much faster now and is extreamly reliable. Anyhow, now that I am off of the "Microsoft island" meaning that I no longer have a fear of leaving the Windows platform, I don't like platform specific programs anymore. They only seem to fuel the divides that hampers true productivity and advancements for computers. If you can't tell already, I am all for the open source movement .
But aside from that I do actually like VB. It was the first programming language I learned in High School, VB 6.0.
But aside from that I do actually like VB. It was the first programming language I learned in High School, VB 6.0.
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
Re: Finally Got .NET working :)
I am a HUGE proponent of open source. I've had Dapper and Feisty on my computer, and tested Gutsy Gibbon. Ubuntu is an incredible OS. I reverted to Windows to smooth things in the house. Everyone wanted Windows and many things wouldn't run in VirtualBox. I do like MS's products, although I do not agree with their business practices.MakerOfGames wrote:Visual Basic is a very good programming language however, I dislike that it restricts programs made with it to Microsoft operating systems. I would have never cared about this before, but this past December I dumped Vista Basic off of my laptop(Acer Aspire 3680) I got for college and put Ubuntu(7.10) Linux on it. It runs so much faster now and is extreamly reliable. Anyhow, now that I am off of the "Microsoft island" meaning that I no longer have a fear of leaving the Windows platform, I don't like platform specific programs anymore. They only seem to fuel the divides that hampers true productivity and advancements for computers. If you can't tell already, I am all for the open source movement .
But aside from that I do actually like VB. It was the first programming language I learned in High School, VB 6.0.
Steve Dilworth - Resisting change since 1965!
-
- Posts: 866
- Joined: Fri Jul 08, 2005 4:27 am
- Location: PA, USA
Re: Finally Got .NET working :)
I was able to find my old "Evolution" web browser project so here it is. Just one thing is that the program name needs to be changed. Evolution as I called it is actually a program for Linux. They hold the respective copyright for the name.
Inside the zip folder there is the original Visual Basic Express Edition 2005 project file.
EDIT: My next post, a few posts below, may help you understand the poor quality of coding that can be seen in this project. If you do not like my awful coding style, I know it is bad already . That is all .
Inside the zip folder there is the original Visual Basic Express Edition 2005 project file.
EDIT: My next post, a few posts below, may help you understand the poor quality of coding that can be seen in this project. If you do not like my awful coding style, I know it is bad already . That is all .
Last edited by MakerOfGames on Tue Feb 05, 2008 2:37 am, edited 1 time in total.
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
- vrageprogrammer
- Posts: 566
- Joined: Wed Oct 31, 2007 2:59 pm
- Location: On top of a tree
- Contact:
Re: Finally Got .NET working :)
I wish everything was open source.....
It was not Possible to determine the dimensions of the image....
- vrageprogrammer
- Posts: 566
- Joined: Wed Oct 31, 2007 2:59 pm
- Location: On top of a tree
- Contact:
Re: Finally Got .NET working :)
jonas wrote:Great links, I thought about trying to learn vb .net a while back, but decided it was probably better not to dabble in to many programming languages at one time. But I do remember using the Visual basic studio express 2005, I think it was just one embedded object and a browser was up and running in seconds with out even having to code at all.
I'm currently on VB, C++, C#, SimKin(Duh..), Java, Html, CSS,...
Although I;m not the best, I think I do reasonably well in most of the above languages.
Tutorials are my best friends.
It was not Possible to determine the dimensions of the image....
Re: Finally Got .NET working :)
1976 - the beginning of the end of open source for all things:vrageprogrammer wrote:I wish everything was open source.....
http://www.blinkenlights.com/classiccmp/gateswhine.html
Steve Dilworth - Resisting change since 1965!
-
- Posts: 866
- Joined: Fri Jul 08, 2005 4:27 am
- Location: PA, USA
Re: Finally Got .NET working :)
Oh, just letting whoever downloads my old web browser a few things...
I know the code isn't clean in my project. that was from when I was hacking through guessing at the nice little code suggestions to get things to work right because vb6.0 is A LOT different from EE 2005.
Sorry for the lack of comments as well, I never planned to release it to anyone but myself.
And lastly, I assure you coders out there that my coding skills are much better and refined. I comment when necessary and organize it now, so don't worry about that . I just let myself get sloppy for this. I actually did plan to rewrite most of it to have it look cleaner and function better.
And about the end of open source back in 76', it makes me wonder how Gates got so far with an attitude like that. That I feel would only have encourage more people to pirate as it has an offensive tone. I do understand the massive amount of software theft and his tone is only natural, but it seems unwise to give a threatening message when you don't have control of the market. I bet most people back in those days wouldn't have thought twice about software legality after reading that message.
As the saying goes, “You can catch more flies with honey than with vinegar”
I know the code isn't clean in my project. that was from when I was hacking through guessing at the nice little code suggestions to get things to work right because vb6.0 is A LOT different from EE 2005.
Sorry for the lack of comments as well, I never planned to release it to anyone but myself.
And lastly, I assure you coders out there that my coding skills are much better and refined. I comment when necessary and organize it now, so don't worry about that . I just let myself get sloppy for this. I actually did plan to rewrite most of it to have it look cleaner and function better.
And about the end of open source back in 76', it makes me wonder how Gates got so far with an attitude like that. That I feel would only have encourage more people to pirate as it has an offensive tone. I do understand the massive amount of software theft and his tone is only natural, but it seems unwise to give a threatening message when you don't have control of the market. I bet most people back in those days wouldn't have thought twice about software legality after reading that message.
As the saying goes, “You can catch more flies with honey than with vinegar”
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
Re: Finally Got .NET working :)
You know, my grandma always used to say that. It sounds good fundamentally, but not in reality. Vinegar may not catch flies, but it does catch dollars!!!!MakerOfGames wrote:As the saying goes, “You can catch more flies with honey than with vinegar”
http://evan.snew.com/ecgi/gates.cgi?041 ... 1347700802
Steve Dilworth - Resisting change since 1965!
-
- Posts: 866
- Joined: Fri Jul 08, 2005 4:27 am
- Location: PA, USA
Re: Finally Got .NET working :)
steven8 wrote:You know, my grandma always used to say that. It sounds good fundamentally, but not in reality. Vinegar may not catch flies, but it does catch dollars!!!!MakerOfGames wrote:As the saying goes, “You can catch more flies with honey than with vinegar”
http://evan.snew.com/ecgi/gates.cgi?041 ... 1347700802
I agree that vinegar can catch dollars in this case, but with open source gaining more and more support, I bet the honey will win after all . You can't beat the friendly members of open source!
Think outside the box.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
To go on an adventure, one must discard the comforts and safety of the known and trusted.
Re: Finally Got .NET working :)
I have an acer aspire as well, it came with vista on it. I love the way vista looks, but it just ran like a snail...So I as well, installed ubuntu on it. I customized it and now it looks exactly like vista, my family members can get on and do basic things, and never realize that its not windows.
Very interesting letter. I hadn't seen that before. Gates... I never knew that was his full name. William Henry Gates the 3rd. I guess you learn something new every day.steven8 wrote:1976 - the beginning of the end of open source for all things:vrageprogrammer wrote:I wish everything was open source.....
http://www.blinkenlights.com/classiccmp/gateswhine.html
Jonas
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack