Search results for query: *

  1. S

    Question Passing optional parameters to nested functions

    As an update, I found a fix- declare Before and After as Objects instead of Integer. (Key still needs to remain as String. Apparently the 'Nothing' value of Key is passed on properly. If I replace the msgbox statement by MsgBox Key=vbnullstring, I get true. However, if I call the Add method...
  2. S

    Question Passing optional parameters to nested functions

    Hi, I am new to VB.NET. I have coded extensively in Excel VBA and have outgrown it, hence migrated to VB.NET. I want to implement strongly typed collection types in .NET. The recommended way is to start with Systems.Collections.CollectionBase, but I need the flexibility to get an item through...
Back
Top