Results 1 to 18 of 18

Thread: [RESOLVED] Cant Quit :(

Hybrid View

  1. #1

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

    Re: Cant Quit :(

    Ah, yes. I remember reading that C# has no optional parameters/arguments. That makes sense now. Thanks for the Tip too.

    For more clarification, the a and b object variables are just empty containers of the designated types for filling in the required args, correct?

    Edit: Since I have your attention, is there an Option Explicit and Otpion Strict for C#? I couldnt find one.
    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

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

    Re: Cant Quit :(

    Quote Originally Posted by RobDog888
    is there an Option Explicit and Otpion Strict for C#?
    No. Assume that they are both set to On and there is no way to turn them Off, as it should really be in VB.NET as well, or at least have Option strict On by default. Those Options are part of the reason that VB.NET is probably easier for the beginner than C#, but C# enforces good practices more strictly so I think you tend to become a better programmer more quickly in C# as a result. How mystified do people get when they have been using VB.NET for six months or so and then someone suggests that they turn Option Strict On and they suddenly have hundreds of errors?
    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

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