Search:

Type: Posts; User: Shadowburn

Search: Search took 0.00 seconds.

  1. Thread: convert

    by Shadowburn
    Replies
    6
    Views
    1,035

    This seems to have done it... BYTE...

    This seems to have done it...



    BYTE *bArray;

    for ( int x = 0; x < iLength; x++)
    {
    bArray[x] = szBuf[x];
  2. Thread: convert

    by Shadowburn
    Replies
    6
    Views
    1,035

    example: (something like this) now listens...

    example:

    (something like this)

    now listens

    to

    0x77 0x20 0x6C 0x69 0x73 0x74 0x65 0x6E 0x73
  3. Thread: convert

    by Shadowburn
    Replies
    6
    Views
    1,035

    convert

    How would you convert a const char to a BYTE array?
  4. Thread: Tab Help

    by Shadowburn
    Replies
    7
    Views
    1,807

    Tab Help

    Hi, I have created my tabs, but how would i add controls to each of the tabs?



    HWND hWndTab = CreateWindowEx(0, "SysTabControl32", "",
    WS_CHILD | WS_CLIPSIBLINGS | WS_VISIBLE,...
Results 1 to 4 of 4