Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-25-2005, 10:49 PM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

Vb.net!!!!

Hey guys,

I'm excited, I'm taking a class on VisualBasic.net, and after just looking at what you can do I've never been more excited . This will be a second programming language, my first one of course being PHP. I've also been studying up on CSS (I don't really consider it programming...)
Reply With Quote
  #2  
Old 08-25-2005, 11:00 PM
IcIshoot is offline IcIshoot

Join Date: Mar 2004
Location: Farmington Hills, MI
Posts: 1,473

Send a message via AIM to IcIshoot Send a message via MSN to IcIshoot Send a message via Yahoo to IcIshoot
I love vb.net.

In fact, got 2 programs in mind that I want to write using vb.net

IcI
Reply With Quote
  #3  
Old 08-25-2005, 11:20 PM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

Ummm i'm no VB.NET expert yet, but is it something that could possibly make a DFBHD Pinger and then when you double click on a server and then it auto joins the server after launching the game?

Also what are the programs you want to make?

Another program I really want to do is possibly a PHP CMS, with VB.NET Desktop Program to manage it, but I don't know if it's possible.
Reply With Quote
  #4  
Old 08-26-2005, 06:21 AM
King is offline King
Registered User

Join Date: Jun 2004
Posts: 111

vb.net is very nice yeah. And vb & php can be combined. I did it once for a online store. the store writen in php, and there was an option to print the send labels out with a labelprinter. And that i did with vb.net.

bhd pinger isnt made in vb.net i thought..., but its possible to make it with vb
__________________
www.sourcefreaks.com




Reply With Quote
  #5  
Old 08-26-2005, 07:52 AM
IcIshoot is offline IcIshoot

Join Date: Mar 2004
Location: Farmington Hills, MI
Posts: 1,473

Send a message via AIM to IcIshoot Send a message via MSN to IcIshoot Send a message via Yahoo to IcIshoot
I'm currently modifying neos.chronos to allow for the uploading of anaconda's server logs and a few other features (auto database pruning, auto montly stats restart, and a couple ideas I'm not ready to share yet ).

My goal is to be able to see who said what, searching based on name and/or date. Also, IP tracking will hopefully be available.

To do all this, I need to write a program to upload the logs to a php script. I'm thinking of having the uploader parsing the log files, removing all the automessages from the chat logs and putting the data into a database ready format. Then I'll have a phpscript to accept the upload and add the data to the database.

Second program is a bhd server status monitor. It will tell you who is in the server, how many, if there are squad members, and if the server is down a message from the server admin as to why. It may even be smart enough to inform you of any rank advancement or awards that you might recieve And I have an idea for this that will depend on my untold ideas for chronos hehehehe.

An other thing that is nice about VB.net, is that there is a 100% free vb.net/c#.net IDE out there. it is called #develop ( http://www.icsharpcode.net/OpenSource/SD/Default.aspx). All you need to have is the .net framework installed (which is free) and you are ready to start coding.


IcI
Reply With Quote
  #6  
Old 08-26-2005, 04:02 PM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

do you need the .NET framework to have VB.NET ... cuz if you do that's crazy. I mean I don't have the .NET Framework, nor do I think my pops wants it... Besides it wouldn't be good for any programs planned widescale?
Reply With Quote
  #7  
Old 08-26-2005, 04:15 PM
IcIshoot is offline IcIshoot

Join Date: Mar 2004
Location: Farmington Hills, MI
Posts: 1,473

Send a message via AIM to IcIshoot Send a message via MSN to IcIshoot Send a message via Yahoo to IcIshoot
yes, you need the .net framework.

But it is only a 23 meg install (unless you get the developer version).

There is even a linux version of the .net framework called mono. They are still working on the forms part, but I was able to write a simple console program (like a dos program) in windows and run it in linux with no problems or changing of code (if forms are used, some porting may be needed).

That's one of the things I really like about .net Any one who has the .net framework will be able to run my apps, just by me sending the .exe file and any custom files needed (custom dlls may need to be registered).

Also, I think future versions of windows will come with the .net framework installed already.

IcI
Reply With Quote
  #8  
Old 08-26-2005, 04:45 PM
Jeff is offline Jeff
Registered User

Join Date: Jun 2005
Posts: 1,602

Send a message via AIM to Jeff
Newb question here,
VB.net is the code right, so does that mean Visual Basic would be the program to create the code?
__________________
Exit 13 - Web design and development.
My Blog - Read up on what i'm up to.
Reply With Quote
  #9  
Old 08-26-2005, 05:45 PM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

hmmm not to my knowledge, I do not believe that is right... VB.NET is just the Abbreviatiion


You know some PHP so you probaly know that PHP is Psomething Hsomething Psomething or something lol

however there is a programming enviorment that you can have for vb.net that i love cuz it makes creating forms / etc so much easier
Reply With Quote
  #10  
Old 08-26-2005, 06:57 PM
Jeff is offline Jeff
Registered User

Join Date: Jun 2005
Posts: 1,602

Send a message via AIM to Jeff
Pre Hypertext Proccessor
__________________
Exit 13 - Web design and development.
My Blog - Read up on what i'm up to.
Reply With Quote
  #11  
Old 08-27-2005, 03:51 AM
NaughtyPerry is offline NaughtyPerry
Banned

Join Date: Sep 2004
Posts: 1,665

the code is VB, and the prog is visual basic
Reply With Quote
  #12  
Old 08-27-2005, 08:46 AM
IcIshoot is offline IcIshoot

Join Date: Mar 2004
Location: Farmington Hills, MI
Posts: 1,473

Send a message via AIM to IcIshoot Send a message via MSN to IcIshoot Send a message via Yahoo to IcIshoot
Wouldn't it be more accurate to say that Basic is the code (It stands for Beginner's All-purpose Symbolic Instruction Code). It is called Visual Basic because of the ablility to just drag and drop controls to make the forms. .net is just the latest and greatest version of VB.

but like elite said, it has a nice IDE, and making forms is a snap. Main reason why I never got any were with c++. It takes to much code to create a form.
Reply With Quote
  #13  
Old 09-03-2005, 06:47 PM
Lakie is offline Lakie

Join Date: Mar 2002
Posts: 5,540

Youre close jeff, but the name is a recursive acronym, PHP stands for PHP Hypertext Preprocessor
Reply With Quote
  #14  
Old 09-03-2005, 06:56 PM
Jeff is offline Jeff
Registered User

Join Date: Jun 2005
Posts: 1,602

Send a message via AIM to Jeff
awh, shucks.
__________________
Exit 13 - Web design and development.
My Blog - Read up on what i'm up to.
Reply With Quote
  #15  
Old 09-04-2005, 05:30 AM
NaughtyPerry is offline NaughtyPerry
Banned

Join Date: Sep 2004
Posts: 1,665

i thought its Pre-HyperText Processor?
Reply With Quote
  #16  
Old 09-04-2005, 11:01 AM
Jeff is offline Jeff
Registered User

Join Date: Jun 2005
Posts: 1,602

Send a message via AIM to Jeff
nope, BB/Mike is right.
http://www.acronymfinder.com/af-quer...=PHP&Find=Find
__________________
Exit 13 - Web design and development.
My Blog - Read up on what i'm up to.
Reply With Quote
  #17  
Old 09-04-2005, 06:09 PM
Lakie is offline Lakie

Join Date: Mar 2002
Posts: 5,540

or if youre still not sure...

http://www.php.net/manual/en/preface.php
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
VB.net Hex Editing --BulletMagnet-- Web design and Programming 2 11-19-2012 02:02 PM
Read .MIS files with Style. (VB.net) --BulletMagnet-- Web design and Programming 9 01-19-2009 07:20 PM
Asking for help with VB tail_gunner Web design and Programming 0 09-07-2007 12:12 AM
vB 2.3.7 _|()R|Z Feedback / Novahq.net Support 1 05-10-2005 02:38 PM


All times are GMT -5. The time now is 11:57 AM.




Powered by vBulletin®