Search:

Type: Posts; User: iHateSicsic

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,173

    need help in shaking up user controls

    hey, i'm looking for a way to shake all the chilsred of a wrap panel for 3 seconds when a button is pressed...

    i'm trying to do so with DoubleAnimation but can't find a way...

    basicly, i have a...
  2. Replies
    1
    Views
    1,654

    how to pass a set to function

    i'm trying to pass a set<blabla*> to a function... i know it's done by reference but i can't find the right syntax...

    anyone can provide an example??

    thenx...
  3. Replies
    1
    Views
    1,748

    ContexMenuStrip acting wierd

    hi there nicethe and kindhearted ppl, u'v helped me once, so i came back for more...

    i have 3 contextMenuStrips in my form, 1 is acting on a pictureBox, second on a CheckListBox, and the third on...
  4. Replies
    4
    Views
    5,264

    tried that, works great, thank you... but that...

    tried that, works great, thank you...
    but that allows the user to click on anywhere inside the box... i want him to only be able to right click only a checkBox insid the checkedboxlist.

    thanx...
  5. Replies
    4
    Views
    5,264

    right click manu in c#

    hey,

    i'm trying for some time now to add a right click manu to a checkedListBox in visual studio c#.

    there is no event for a right click...
    any suggestions??

    thenx ahead,
  6. Replies
    7
    Views
    3,891

    thenk you salem... i did sizeof when...

    thenk you salem...

    i did sizeof when allocating a struct, forgot to change to strlen when allocating string, that was the problem.

    thenx again
  7. Replies
    7
    Views
    3,891

    well, i can say for sure that i'm note trying to...

    well, i can say for sure that i'm note trying to free a NULL pointer, although even if i did that sould be fine...

    i did find the root of the problem, it IS as u guys sayed, a problem with...
  8. Replies
    7
    Views
    3,891

    need help in free() of linked list

    hey, i'm have a "heap corruption" error while trying to free linked list.
    my structs are:



    typedef struct client
    {
    char* License;
    struct client* next;
    }client;
Results 1 to 8 of 10