CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dglienna

Search: Search took 0.24 seconds.

  1. Thread: Easy MsgBox!

    by dglienna
    Replies
    11
    Views
    9,681

    Re: Easy MsgBox!

    I meant assigning to a variable when you declare it:


    Dim StrPar as String = "abc"

    is VB.Net.


    Dim StrPar as String
    StrPar = "abc"
  2. Thread: Easy MsgBox!

    by dglienna
    Replies
    11
    Views
    9,681

    Re: Easy MsgBox!

    Not in VB6... Declare them and then assign them to nothing.
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured