Results 1 to 4 of 4

Thread: [RESOLVED] Pass variable to DLL

Hybrid View

  1. #1
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Pass variable to DLL

    Code:
    Dim mySERform As New ErrorReport.frmMain 
    mySERForm.DataString1 = "HELLO WORLD"
    mySERForm.ShowDialog()

  2. #2

    Thread Starter
    Hyperactive Member Zeljko's Avatar
    Join Date
    Oct 2006
    Location
    Internet
    Posts
    441

    Resolved Re: Pass variable to DLL

    aaaaaaaaaaaaaaaaaaaaaa
    That hapens when I look at it too much and wanna complicate things. Like you said - it's in front of me all the time

    VB.Net Code:
    1. 'old
    2.    Dim mySERform As New ErrorReport.frmMain
    3.    ErrorReport.FrmMain.<NoMethodsHere>
    4.    mySERform.ShowDialog()
    5. 'new
    6.    Dim mySERform As New ErrorReport.frmMain
    7.    mySERform.MethodNameHere
    8.    mySERform.ShowDialog()
    Thanks all for replying and helping me.
    1. If this post helped you, please Rate it = That's You, saying Thanks, to Me ...Left side of this post: [Rate this post]
    2. Mark this Thread Resolved if your question has been answered That's You, saying Thanks, to Group ...Menu on top of your original Post: [Thread Tools]>[Mark Thread Resolved]
    3.
    Check my site: www.er-ef.netCheck my snippets: Get installed .NET versionsRegex extractingJoin hierarchically nested Datatables in one flattened Datatable


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