Thread: Send data to a resource?

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    319

    Send data to a resource?

    lets say i have a window and it has a child edit button , i can type stuff in that edit button , but what i want to do is make that enter stuff go in to a resource file as data , does anyone know how todo this?

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    You would typically have this information stored in a database. The resource section of the EXE or DLL is for exactly what it says: resources (icons, bitmaps, cursors, etc.) While you can store user entered information in the resource file I would not recommend this since that is not what the resource file is to be used for.

    You could stream the info out to a file, XML file, binary file, etc. as well.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Send data with class
    By Ducky in forum Networking/Device Communication
    Replies: 6
    Last Post: 08-08-2009, 09:16 AM
  2. How to send data ( fields ) to an URL?
    By AloneInTheDark in forum C# Programming
    Replies: 0
    Last Post: 02-11-2008, 07:49 PM
  3. recieve data, then send data to all other clients
    By b00l34n in forum Networking/Device Communication
    Replies: 6
    Last Post: 07-25-2004, 11:13 AM
  4. Trying to send data over a network
    By CyberVulpine in forum C++ Programming
    Replies: 1
    Last Post: 06-06-2002, 11:45 AM