Results 1 to 25 of 25

Thread: Programming Views

  1. #1

    Thread Starter
    Banned
    Join Date
    Jun 2005
    Location
    SCOTLAND
    Posts
    10

    Programming Views

    I was getting back into programming and was in a dilema what to do. I used to mess about with dbase III and foxpro also i was into basic and cobol etc i was wondering if visual basic might be the way to go. Is it quite easy to learn. Can you do a lot with it apart from games? Also what version would I use to begin?
    Any views would be greatly appreciated.
    Thanks

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Programming Views

    Quote Originally Posted by thebigman
    ... Can you do a lot with it apart from games? ...
    That's a silly thing to say... (no offence please). World's best enterprises run (not completely, though) off VB apps...

    Anyway, VB has gone a long way since DBase and early Foxpro, though. It is as powerfull as it gets. Is it easy to learn? Depends on a person but takes lots of practice - that's for sure. Since you're looking for new adventure I would suggest to step through .Net - if you're more familiar Baisc then look at VB.Net or C# if C type language makes you feel more comfortable.

    Good luck.

  3. #3
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Programming Views

    I entered the PC world from the mainframe world 5 years ago. We decided to use VB6, because VB.Net was too new.

    What a mistake that was.

    By the time we reached completion of our big VB projects, .Net is fully in use. We should have gone VB.Net immediately. Now we have to learn .Net and re-write what we've done in the past 5 years...

    As for databases - MS SQL SERVER, or MSDE the free version for small-scale use, is the only DB to use (in my opinion...)

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  4. #4

    Thread Starter
    Banned
    Join Date
    Jun 2005
    Location
    SCOTLAND
    Posts
    10

    Re: Programming Views

    is visual studio the same thing

  5. #5
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Programming Views

    VS.Net included VB.Net and other stuff...

    I've got VS.Net Enterprise on my laptop.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  6. #6
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Programming Views

    I agree that you should move straight to vb.net. After a lot of years with Basic and other mainframe languages, I decided to write an app in VB6. I needed a lot of help, which is why I got started here. It wasn't that hard to pick up some of the finer points, but, just as i finished my app, it seems that vb6 isn't going to be supported for very long, and I'll have to get a .net version going sooner than I expected.

    I have a few clients that are still using the DOS version of my app. Trying to motivate them to switch is a problem. That app used only the keyboard. Now that I allow use of the mouse, one suggestion was that I make it useable with only the mouse! Hard for me to explain the differences. Textboxes are validated, whereas a combo can't validate to only allow valid choices.

  7. #7
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Programming Views

    Quote Originally Posted by dglienna
    Now that I allow use of the mouse, one suggestion was that I make it useable with only the mouse! Hard for me to explain the differences. Textboxes are validated, whereas a combo can't validate to only allow valid choices.
    It's amazing what the users think they can suggest!

    I also did 25 years of mainframe/greenscreen apps. You could not leave a field with invalid data and move to another field.

    Not we have a mouse - users click all over the place...

    Now we have to mark invalid textboxes and comboboxes with "yellow" background. Turn off the SAVE button...

    Now if a user leaves a cell in a flexgrid with 100 rows "invalid" they have no clue what to do to fix the bad data before continuing...

    Ok - that's enough of a rant - I'll sit down now

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  8. #8
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Programming Views

    Quote Originally Posted by szlamany
    ...As for databases - MS SQL SERVER, or MSDE the free version for small-scale use, is the only DB to use (in my opinion...)
    I wish you wouldn't say that - as much as I like MS products I think Oracle is simply the best RDBMS out there. Period.

  9. #9

  10. #10
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Programming Views

    I wish I had more occasion to use ORACLE - I've seen it used and it seems strong. I certainly wasn't beating up ORACLE with MS...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  11. #11
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Programming Views

    Anyone read anything or know anything about PostResSql? I read that is was a popular Apple product, and I don't know much about it.

  12. #12

    Thread Starter
    Banned
    Join Date
    Jun 2005
    Location
    SCOTLAND
    Posts
    10

    Re: Programming Views

    anyway
    back to my original question
    i have visual studio .net coming is this recommended or someone said .net whats the difference.
    What kind of things can you produce with vb?

  13. #13
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Programming Views

    Visual Studio.Net (VS.Net) is a development environment for .Net languages. If you want to write .Net code you should use some sort of development environment, and VS.Net is the official one.

    What kind of things can you produce with vb?
    Depending on your skill level, pretty much anything you like.

  14. #14

    Thread Starter
    Banned
    Join Date
    Jun 2005
    Location
    SCOTLAND
    Posts
    10

    Re: Programming Views

    Ok thanks will stick with vs. I have been looking at foxpro, filemaker and now vs and have been undecided.
    Would like to try and do a league standings type thing with league tables etc.
    Will keep on slogging on.
    Thanks for the advice.

  15. #15
    Junior Member
    Join Date
    Sep 2005
    Posts
    21

    Re: Programming Views

    Quote Originally Posted by RhinoBull
    That's a silly thing to say... (no offence please). World's best enterprises run (not completely, though) off VB apps...

    Anyway, VB has gone a long way since DBase and early Foxpro, though. It is as powerfull as it gets. Is it easy to learn? Depends on a person but takes lots of practice - that's for sure. Since you're looking for new adventure I would suggest to step through .Net - if you're more familiar Baisc then look at VB.Net or C# if C type language makes you feel more comfortable.

    Good luck.
    You can make games with vb?!?!?!?!??!!

  16. #16
    Fanatic Member kaffenils's Avatar
    Join Date
    Apr 2004
    Location
    Norway
    Posts
    946

    Re: Programming Views

    Quote Originally Posted by RhinoBull
    I wish you wouldn't say that - as much as I like MS products I think Oracle is simply the best RDBMS out there. Period.
    To be honest I think SQL Server 2005 will kick Oracle's ass in both price, performance and functionality.

  17. #17
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Programming Views

    Quote Originally Posted by kaffenils
    To be honest I think SQL Server 2005 will kick Oracle's ass in both price, performance and functionality.
    Have you kaffenils graduated from high school yet?
    If not then I'll wait untill you do so we can talk like (what they say) "pros"...
    Untill then you have a great life (and watch you language).

    Cheers.

  18. #18

  19. #19
    Hyperactive Member umilmi81's Avatar
    Join Date
    Sep 2005
    Location
    Sterling Heights, Mi.
    Posts
    335

    Re: Programming Views

    I agree with what everyone is saying here.

    Start with .NET. C# if you don't care either way. VB gets you into some bad habits after a few years

  20. #20

  21. #21
    Fanatic Member kaffenils's Avatar
    Join Date
    Apr 2004
    Location
    Norway
    Posts
    946

    Re: Programming Views

    Quote Originally Posted by RhinoBull
    Have you kaffenils graduated from high school yet?
    If not then I'll wait untill you do so we can talk like (what they say) "pros"...
    Untill then you have a great life (and watch you language).

    Cheers.
    It wasn't my intention to hurt anoyones feeling .
    It is just my personal opinion. The same way you mention Oracle:
    I think Oracle is simply the best RDBMS out there. Period.
    No need for insulting comments!

  22. #22
    Hyperactive Member umilmi81's Avatar
    Join Date
    Sep 2005
    Location
    Sterling Heights, Mi.
    Posts
    335

    Re: Programming Views

    Quote Originally Posted by RhinoBull
    Like what for instance (if you don't mind me asking)?
    You forget to pay attention to case when checking strings, and using variables.

    It's easy to forget to do application cleanup like setting your objects to null and closing your files.

    You can also get into the habit of not declaring variables and just relying on type Variant.

    VB has exception handling unlike any other language.

    Once you've invested your time into learning VB syntax, it's hard to force yourself into learning the syntax of another language. If you learn C# however, you have a much easier time branching out to C++, Java, and Perl.

  23. #23
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Programming Views

    Quote Originally Posted by umilmi81
    You forget to pay attention to case when checking strings, and using variables.

    It's easy to forget to do application cleanup like setting your objects to null and closing your files.

    You can also get into the habit of not declaring variables and just relying on type Variant.

    VB has exception handling unlike any other language.

    Once you've invested your time into learning VB syntax, it's hard to force yourself into learning the syntax of another language. If you learn C# however, you have a much easier time branching out to C++, Java, and Perl.
    Are you talking about VB.Net here? I don't think Variant still exists in it...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  24. #24
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Programming Views

    Quote Originally Posted by umilmi81
    You forget to pay attention to case when checking strings, and using variables...
    And you call that a bad habit ?

    Quote Originally Posted by umilmi81
    ...It's easy to forget to do application cleanup like setting your objects to null and closing your files...
    That should be a "habit" in any lalnguage, though.

    Quote Originally Posted by umilmi81
    ...You can also get into the habit of not declaring variables and just relying on type Variant...
    You might have had a bad instructur...

    Quote Originally Posted by umilmi81
    ...VB has exception handling unlike any other language...
    Which is GOOD or BAD ?

    Quote Originally Posted by umilmi81
    ...Once you've invested your time into learning VB syntax, it's hard to force yourself into learning the syntax of another language. ...
    I would agree - that's what happened to most of COBOL programmers.

  25. #25
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Programming Views

    Quote Originally Posted by overclock.king
    You can make games with vb?!?!?!?!??!!
    Take a look at our Games And Graphics Programming section.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width