Thread: sending variables

  1. #1
    Registered User canine's Avatar
    Join Date
    Sep 2001
    Posts
    125

    sending variables

    how do you send vairbles like HWNDs through messages or basically have one program get an HWND from another?
    In a perfect world every dog would have a home and every home would have a dog.
    Visit My Web Site, Canine Programming
    I use Win32 API

  2. #2
    Registered User canine's Avatar
    Join Date
    Sep 2001
    Posts
    125
    plese help....
    In a perfect world every dog would have a home and every home would have a dog.
    Visit My Web Site, Canine Programming
    I use Win32 API

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    164
    Make a custom message and just send it in either WPARAM or LPARAM.
    // Gliptic

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. basic question about global variables
    By radeberger in forum C++ Programming
    Replies: 0
    Last Post: 04-06-2009, 12:54 AM
  2. Best way to avoid using global variables
    By Canadian0469 in forum C++ Programming
    Replies: 7
    Last Post: 12-18-2008, 12:02 PM
  3. hwnd and variables in them
    By underthesun in forum Windows Programming
    Replies: 6
    Last Post: 01-16-2005, 06:39 PM
  4. Headers and Global Variables
    By ajoo in forum C++ Programming
    Replies: 1
    Last Post: 05-15-2004, 04:49 AM
  5. functions to return 2 variables?
    By tim in forum C Programming
    Replies: 5
    Last Post: 02-18-2002, 02:39 PM