Page 1 of 2 12 LastLast
Results 1 to 40 of 41

Thread: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

  1. #1

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    This question goes out to Visal Basic.NET novices and the experts.

    If you could change something about Visual Basic.NET what would it be?

    Novices - You know the things that annoy you right from the start that an expert might have gotten used to and forgotten.

    Experts - You have detailed knowlege of the language and know what is lacking and what should be changed.

    I am collecting this information to help in the development of LightFusion™. It is a programming lanuage being created by VBF's very own Jacob Roman, Penagate, ChemicalNova and myself (eyeRmonkey). Any and all input you have will help us a lot.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  2. #2
    Addicted Member Latin4567's Avatar
    Join Date
    Jan 2005
    Posts
    202

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    I would add a skin property to forms... giving you access to all the images and properties of the GUI... also, I would add more obvious support for window alpha-blending

  3. #3
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    Alphablending has already been in my check list a long time ago

  4. #4

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    Alpha-Bending = transparent/semi-transparent right? I know it does that, but can it do anything else? I'm not all that familiar with it.

    I like the idea of easy skinning. Thanks for the suggestion.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  5. #5
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    Let's just say it would be nice to have an alpha value that's part of RGBA() in the colors going from 0 - 255 that can make any image/window alphablended. 0 being completely transparent, and 255 being completely opaque. Anywhere in between gives it that ghostly look.

    Also, for transparent background for sprites and such, there will be a color key you would select that you would want to be transparent, so it's easy to blend it with the background. No mask is needed then.

  6. #6
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    An inbuilt solution to directX, as in, which makes directX alot easier to deal with

  7. #7

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    I think it would be good if we offered Alhpabend Masks also though, Jake.

    Are you writing all this down? Or should I?
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  8. #8
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    It's all in my head really. Been there for quite awhile.

    And they are not called Alphablend masks

  9. #9
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    I want compile time events to deal with custom attributes. Also a plug into the IDE from within them like the Obsolete attribute in the Framework. I'd also appreciate a better syntax for long text in VB instead of & _. Maybe a single start and end character to signify that the string extended more than one line. Like @This is really long text here...
    blah blah blah@

    I also want to be able to refer to an object instance that I have in my code from within the designer (IDE) for databinding without having to compile it into a seperate dll or inherit from Component. So if I have a class that I am using in my code called ItemCollection I want to be able to setup databinding to that class even though it has no UI. - This actually might already be possible in 2005 with the BindingSource component but I'm not sure.
    Last edited by Edneeis; Sep 13th, 2005 at 07:53 PM.

  10. #10
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    I think this topic should be discuss in project communication...or...ok.


    Your LightFusion language should have good controls such as autocomplete comboboxes,editable listview,combobox in listview just like datagrid,bolding header text of selected tabpage in tabcontrol,bolding text of buttons when it has focus...etc.. and it should behave like C#.

  11. #11

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    Quote Originally Posted by Jacob Roman
    It's all in my head really. Been there for quite awhile.

    And they are not called Alphablend masks
    Things get lost in peoples head. I think I might start documenting things in that sense as well.

    I didn't mean they were called alphabend masks, I meant we should make something like that, but I realized its not worth the work and too far down the line so nevermind.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  12. #12
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    Are you wanting ideas for a framework such as .net or ideas for various languages that would be using your new language?

    I love the fact that I can learn one language such as vb.net and use the same classes in c# or avr. This would be a great example to follow.

    If you've ever seen the Infragistics controls, I think those would be good to have provided as standard. I can provide 'demo's' of those if desired. {clearing my throat}

    I appreciate the line continuation of c#, c++, java and when done, a simple semicolon is used to mark 'end of line'. Not sure I like ed's idea of a beginning and end character.

    Block commenting is nice and not provided in vb.net but is in c#...although, the comment macro pretty much takes care of that.

    Maybe some direct support for html would be nice. Rather than having to use a seperate language (such as asp.net)..Not saying a TON of it but just enough to slap in a little html in some programs without having to use a seperate heavier-weight language.

    Would this be open-source or is the goal more enterprise?

    Very cool guys!

  13. #13
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    I like semi-colons too but the other guys don't, so we'll see what happens

    Supporting COM and .NET classes is a great idea and would make LF a valuable programming tool in a workplace that already uses these frameworks. It would vastly help with porting applications to LF too, or just using it alongside .NET, VB6, etc.

    Thanks for all the suggestions guys

  14. #14

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    Quote Originally Posted by Andy
    Are you wanting ideas for a framework such as .net or ideas for various languages that would be using your new language?
    Any ideas you have

    I love the fact that I can learn one language such as vb.net and use the same classes in c# or avr. This would be a great example to follow.

    If you've ever seen the Infragistics controls, I think those would be good to have provided as standard. I can provide 'demo's' of those if desired. {clearing my throat}
    I have no idea what that is so a demo would be awesome.

    I appreciate the line continuation of c#, c++, java and when done, a simple semicolon is used to mark 'end of line'. Not sure I like ed's idea of a beginning and end character.
    I am actually pro semi-colon (contrary to what Penagate just said). I think Jake has a somewhat valid point when he says that he wants to reduce typing, but I think semicolons increase readability and allow for mutli-line statements much easier than other ways.

    Block commenting is nice and not provided in vb.net but is in c#...although, the comment macro pretty much takes care of that.
    Block commenting is a must for LF syntax.

    Maybe some direct support for html would be nice. Rather than having to use a seperate language (such as asp.net)..Not saying a TON of it but just enough to slap in a little html in some programs without having to use a seperate heavier-weight language.
    Thats a good idea thanks.

    Would this be open-source or is the goal more enterprise?
    Open-source as far as I know. I doubt it will get to the point of enterprise. Maybe we could have both?

    Very cool guys!
    PS - You need to change your avatar.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  15. #15
    Lively Member FYRe's Avatar
    Join Date
    Aug 2005
    Location
    Singapore
    Posts
    102

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    I like VB .NET to be able to display error/s (if any) as well as an assistance to display the possible solutions to the particular error/s.
    sOMEONE'S gONNA dO iT, wHY nOT yOU ?

  16. #16
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    vb already has the best error interpretation compared to any other language, i mean it can pickup many errors in realtime even before compiling, and pretty extensive help sections on errors

  17. #17
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    not sure if vb.net already has this, but full support for PNG images with alpha-transparency would be nice (unlike Internet Explorer...).
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  18. #18
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    Quote Originally Posted by Phill64
    vb already has the best error interpretation compared to any other language, i mean it can pickup many errors in realtime even before compiling, and pretty extensive help sections on errors
    Absolutely
    And even the c# compiler isnt as smart as the vb.net compiler...C# doesnt show all the errors as you type as vb.net does.What more could you ask for?
    Godwin

    Help someone else with what someone helped you!

  19. #19
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    I would like to have the titlebar itself as a seperate control,so we could apply any kind of themes we want and choose different kinds of 3d titlebars for our application.
    The titlebar could also have a property to allow change with windows themes or not allow.
    Godwin

    Help someone else with what someone helped you!

  20. #20
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    Quote Originally Posted by tr333
    not sure if vb.net already has this, but full support for PNG images with alpha-transparency would be nice (unlike Internet Explorer...).
    vb.net already does it very well, you can even draw with alpha colors in the graphics class, very handy.

  21. #21
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    Quote Originally Posted by mar_zim
    Your LightFusion language should have good controls such as autocomplete comboboxes,editable listview,combobox in listview just like datagrid,bolding header text of selected tabpage in tabcontrol,bolding text of buttons when it has focus...etc
    These are all possible with VB.NET. Just because the .NET Framework doesn't contain controls that already do these things doesn't make it a deficiency of VB.NET. It is important to distinguish between features of the language, features of the IDE and features of any standard class libraries.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  22. #22
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    i would go myself to better right-to-left support,

    not all controls packed with the framework support right to left, the tabbed control is an important example.

    also , i would concentrate on solving design issues while inheritance (while that could be a bug and not a language limitation)

  23. #23
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    Quote Originally Posted by Phill64
    vb already has the best error interpretation compared to any other language, i mean it can pickup many errors in realtime even before compiling, and pretty extensive help sections on errors
    The reason it picks up compile-time errors while coding is because the language is constantly compiling while you code. Not sure why c# doesn't do that. In fact, vb is the only language that does that to my knowlege.

  24. #24
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    I wish this was included in the ide:
    Attached Images Attached Images  

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

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    Moved from VB.NET
    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

  26. #26
    Addicted Member Latin4567's Avatar
    Join Date
    Jan 2005
    Posts
    202

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    im talking about alphablending like Konfabulator or desktopx... allowing you to draw and move png images with multiple alpha channels freely on the desktop

  27. #27
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    Quote Originally Posted by Andy
    I wish this was included in the ide:
    It is. It's called a Color Dialog Box and it's located in your tool bar. We worked with them in VB.NET class last term in college.

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

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    Yes, you just drop a ColorDialog control on to your form and set the .FullOpen = True to display the advanced options that you posted a picture of.
    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

  29. #29
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    Actually, I meant for the backcolor of objects like a form or something. The only colors you can pick from are in 3 tabs.

    I'd forgotten about the color dialog control too btw...but it's not what i was referring to LOL

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

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)



    If you want a custom color for your form you could always just add the code in the Forms Paint event but a graphic color picker would be a step saver.
    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

  31. #31
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    There is a scaled down version of the color picker in the IDE. (VS 2003)

    1) Select the object you want to change it's color.
    2) Click on, say the BackColor in the properties window.
    3) Select the "Custom" tab
    4) Right click on a blank color box towards the bottom of the palette.
    5) A color dialog will display where you can choos a custom color.

    That will do!

  32. #32
    Hyperactive Member nothingofvalue's Avatar
    Join Date
    Jul 2005
    Location
    Arizona
    Posts
    489

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    As a complete noob, I would like to see the following:

    1. A little cheaper price. I know that VS is one heck of a product, and I know it must have taken millions of dollars to develop, but the price for anything other than the standard version is just outrageous.

    2. Skin support made easy.

    3. XP Home support. I know this really is an OS issue, but the fact that I had to modify my computer in order to "trick" it into running IIS is ridiculous. VS costs enough money that it should run all aspects, including ASP, on all current versions of Microsoft OS. To pay a thousand dollars for VS and then have Microsoft try to bully you into spending additional money on an XP Pro upgrade is pathetic.
    "Imagination is more important than knowledge..."

    Albert Einstein
    -----------------------------------------------
    If my reply helped you then you really were lost, but I still took the time to help, please rate it anyway

  33. #33
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    1. A little cheaper price. I know that VS is one heck of a product, and I know it must have taken millions of dollars to develop, but the price for anything other than the standard version is just outrageous.
    LightFusion will be free, open source, and made available to everyone.

    2. Skin support made easy.
    I will be using a file format to load any skin you want.

    3. XP Home support. I know this really is an OS issue, but the fact that I had to modify my computer in order to "trick" it into running IIS is ridiculous. VS costs enough money that it should run all aspects, including ASP, on all current versions of Microsoft OS. To pay a thousand dollars for VS and then have Microsoft try to bully you into spending additional money on an XP Pro upgrade is pathetic.
    It will most definitely be XP home supported as well as other Windows OS's.

  34. #34
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    i suggest you change the array syntax from arr(4) to arr[4]. this reduces confusion over whether somethign is an array or a function. LF will also need a decent random number generator.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  35. #35
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    it would be nice if vb.net had a 'continue' statement like c#/c/c++ for use within loops.
    LF definitely needs this.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  36. #36
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    Quote Originally Posted by tr333
    it would be nice if vb.net had a 'continue' statement like c#/c/c++ for use within loops.
    LF definitely needs this.
    You can substitute that by placing the other code within an If block.

  37. #37

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    I think a continue statement is nice. It is almost like a label and speggehti code, but sometimes the IF statements get hard to do when you are trying to continue to the next interation of a loop.

    I added CONTINUE to our list. Thanks tr333.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

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

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    Naw, you dont need a Continue statement. Like PG posted, you can handle it with a If statement.
    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

  39. #39

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Experts)

    Well I suppose. It is sloppy code like I said and it it POSSIBLE with IF statements.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  40. #40
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    Re: What Would You Change About VB.NET if You Had The Chance? (For Novices and Expert

    Quote Originally Posted by tr333
    it would be nice if vb.net had a 'continue' statement like c#/c/c++ for use within loops.
    LF definitely needs this.
    Agreed. i found it confusing at first when learning Java and C# but it makes so much sense when you think of it.

Page 1 of 2 12 LastLast

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