Search:

Type: Posts; User: kevins963

Search: Search took 0.01 seconds.

  1. C# Converting one datatype array to another

    I am trying to find a fast way to convert a byte array that stores 12 bit data into an integer array in CSharp.

    I compared using a for loop vs the Array.Copy() and there is a sigficant...
  2. Replies
    1
    Views
    963

    How to disable a dialog window?

    I have hopefully a quick question. I created a resource dialog for a program and I am trying use SendMessage or SendDlgItemMessage to call the Diabled property for that dialog window. I can't seem...
  3. Replies
    5
    Views
    3,407

    sorry I my malloc code is buf = (char...

    sorry I my malloc code is


    buf = (char *)malloc(sizeof(char) * 50);

    It seems like it would work but when the list box is filled it gives all kinds of weird charactors and sorts... I think it...
  4. Replies
    5
    Views
    3,407

    Adding Strings to ListBox in a Dialog

    Hi I have a quick question, I am trying to add strings to a listbox in that is in a dialog window, I can do it if I already define a buffer as char * buf = L"Some Text"; but I am trying to combine...
Results 1 to 4 of 4