Results 1 to 16 of 16

Thread: any tips?

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    9

    any tips?

    well I'm going to school to be a computer programmer. I already know that I want to specialize in vb, probably vb.net. I love vb its fun to use and the less complicated programming language other there imo, I might be wrong though. Anyways, I know I should be doing programming outside of my school aside from when I do my school projects. I would just like to know how many hours should I be programming in my spare time to really learn the language thoroughly. Also, second question how do you think I should learn the language? (books from school that i get, source code)

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: any tips?

    There's no set formula for this. It's like that old joke,

    How do you get to Carnegie Hall?
    Practice.

    So you need dedication and practice. This could mean 0 hours of extra work or even every waking hour of extra work but it depends on your capacity to learn.

    So I suppose the question to ask yourself is "How much am I willing to practice?"

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

    Re: any tips?

    Quote Originally Posted by vbwon
    how many hours should I be programming in my spare time to really learn the language thoroughly.
    How many hours are you awake and not doing school related activities?

    All kidding aside (although it really wasn't that much kidding), you aren't going to learn anything throughly in a finite amount of time. There are a number of members on this site that have been writing programming code in Visual Basic, all versions up to .NET, for years and years and years and still learn how to do new stuff with it everyday.

    How many hours should you be programming in your spare time? Only you can answer that question. How driven are you to be a programmer?

  4. #4

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    9

    Re: any tips?

    ok thanks for your replies, how much I want to work on it in my spare time is up to me. Ok for my second question, I try to find information on the internet but I usually just find the basic information that I looked over many times. Is there any method that is better or worse to use? How did you program, what did you use to help you?

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: any tips?

    Threre is no general rule or rules per se but rather learning from experience of actually doing it. Experience in a professional environment is the best learning tool you can have/get. Searching sites like this one is also another great way to get exposure to various topics and issues that you may otherwise never come across.

    Also, ther is no single language to learn. The more languages you know the better. You would use hte best language or tool for each indivudual project.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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

    Re: any tips?

    Quote Originally Posted by mendhak
    Practice.
    That's what I always say - do it as much as you possibly can, even when you don't have time (as crazy as it may sound it is part of what many of us do every day).
    Always try to find different solution (regardless of its being best or worst) and that takes lots of practice.

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

    Re: any tips?

    Quote Originally Posted by RhinoBull
    That's what I always say - do it as much as you possibly can, even when you don't have time (as crazy as it may sound it is part of what many of us do every day).
    Always try to find different solution (regardless of its being best or worst) and that takes lots of practice.
    I am beginning to believe that you are recommending to practice programming even while one is asleep.
    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

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: any tips?

    Read books. Always carry one with you where ever you go so you can squeeze in some studying time anywhere you can. Keep some in your car or ??? and you will be amazed at how much time you can gain for reading.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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

    Re: any tips?

    Quote Originally Posted by dee-u
    I am beginning to believe that you are recommending to practice programming even while one is asleep.
    Precisely right! Best idea comes when you are asleep or while in the shower.
    If it hasn't happened to you yet it will, I promiss.

  10. #10
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: any tips?

    Quote Originally Posted by dee-u
    I am beginning to believe that you are recommending to practice programming even while one is asleep.
    1) You mean you don't?

    2) Oddly enough, that's when some of my best ideas come at me... keep a pen & paper by the bed for those 3am flashes of brilliance.... of course ... trying to read the hen scratch the next day is a real treat. :P

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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

    Re: any tips?

    Quote Originally Posted by RhinoBull
    Precisely right! Best idea comes when you are asleep or while in the shower.
    If it hasn't happened to you yet it will, I promiss.
    I have to admit that I have experienced that also, but it is more during times when a programming problem was too difficult to think out when I am awake specially when I was just studying and there is no resources to get my hand into, now that I know VBForums I can already sleep well.

    And as a 'former' chess player I have also experienced dreaming solutions to some puzzles which I cannot solve while I am awake.
    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

  12. #12
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: any tips?

    Solutions can come at anytime. I get most of mine while driving home from work. Then I jump on my system and test it out when I walk in the door. lol I think being at work hinders me
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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

    Re: any tips?

    Hey Rob, you must focus on your driving while on the drive, we don't want you having an accident. =)
    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

  14. #14
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: any tips?

    All I see is code on my windsheild


    Oh didnt anyone mention posting of this site as a great means to learn when your stuck on a problem?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  15. #15
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: any tips?

    There is something called the 10,000 hour rule, which states that it takes about 10,000 hours of doing something to become an expert at it. Of course, actual results will vary, but there's something to this. At some point, you begin to see the right path to take, and can feel when the current approach is the wrong one, even when you can't find a better one.

    As for all the talk about doing the best coding in the shower, while driving, or in bed (for those of you who don't sleep), that's been around for a considerable time. Sitting at a computer is not particularly creative. Sometimes, to get a real breakthrough idea, we have to step away from whatever we are doing, and go do something else. Still thinking, but not directly about the problem.
    My usual boring signature: Nothing

  16. #16
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: any tips?

    during my recent interviews, one of the interviewers asked me "when doing s design, how do you know when you've got the right design." Thought about it for a second and replied "I just know" then followed it up with "Upon delivery of the final system." (there was a further conversation, but I stuck to my guns about being non-commital about it) It kind of fits with what Shaggy is saying, it's one of those things you jsut get from experience, and it takes time to get there. I've had to reset mine back about 1,000 to 9,000.... as I learn a new system and new standards. It's frustrating, but comming along. I think I've gained back about 500 of that lost 1000 ....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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