Closed Thread
Results 1 to 2 of 2

Thread: Invoking Methods with no Parameters

  1. #1
    Cosmet is offline Learning Programmer
    Join Date
    Oct 2006
    Posts
    58
    Rep Power
    0

    Invoking Methods with no Parameters

    I'm using

    Code:
    p->Invoke();
    But how do I invoke it with no parameters?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    Invoke takes two variables, an object and string, right? Use a null object and null string. Easy as that.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Invoking a method from some class object?
    By Chris in forum C# Programming
    Replies: 0
    Last Post: 10-27-2011, 01:27 PM
  2. URL Parameters using / instead of ?
    By linuxprogramming4ever in forum PHP Development
    Replies: 6
    Last Post: 11-29-2009, 05:00 PM
  3. Value/Var Parameters Help
    By 2710 in forum Pascal and Delphi
    Replies: 1
    Last Post: 04-05-2009, 05:46 AM
  4. Creating invoking commands?
    By Lokantis in forum C and C++
    Replies: 5
    Last Post: 02-03-2009, 12:11 PM
  5. SQL - Using parameters
    By reachpradeep in forum Database & Database Programming
    Replies: 0
    Last Post: 03-05-2007, 05:15 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts