Search:

Type: Posts; User: alandrums

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,460

    chatting program theory

    i have a question about making a P2P chat application.

    is it common to create two separate threads for the socket connection and the chat message window associated with it?. example: if i'm...
  2. Replies
    1
    Views
    1,165

    custom created child windows

    question:
    what is the most common way of creating ORIGINAL child window controls? i hear buzzwords about creating custom activex controls using visual basic, but what about for c++?
    say i...
  3. Replies
    1
    Views
    1,700

    ReadFile and binary data

    a question: in DOS programming you can read/write a file in either ascii or binary mode. which mode do the windows functions use? i suppose it detects which mode it needs to use.
    also, when i...
  4. do you have any examples of this? i have petzold...

    do you have any examples of this? i have petzold book, but it doesn't give an explanation of how to use a callback function for a child window such as a groupbox.
    also, i have another question....
  5. setting default font to draw all further controls with

    is there a way to set the default font to be used to draw all future controls that are created? the only way that i know to change the font on a child window is by the following code:
    ...
  6. child windows of group boxes and static controls

    i'm creating a program using a tab control. each tab loads a different static control that contains it's own buttons, text boxes, etc. how do i get the events from a button that is a child of a...
Results 1 to 6 of 6