Search:

Type: Posts; User: seed

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    982

    -- THIS SHOULD WORK -- case WM_NOTIFY: ...

    -- THIS SHOULD WORK --



    case WM_NOTIFY:

    if(((LPNMHDR)lParam)->code==TTN_NEEDTEXT)
    {

    LPTOOLTIPTEXT lpttt=(LPTOOLTIPTEXT) lParam;
  2. Replies
    2
    Views
    982

    ok, probably when I put the string ID in lpszText...

    ok, probably when I put the string ID in lpszText member of NMTTDISPINFO structure It tries to load the string resource in szText member which is an [80] char array, so the string is cut. Manually...
  3. Replies
    2
    Views
    982

    string resources in tooltips

    Here is the problem, I've created a tooltip and i've set up some dialog item tools (TTM_ADDTOOL) associated with it. It all works fine but I want them to pick up text from resorce strings. Whenever...
  4. Replies
    6
    Views
    1,641

    I gladly take the wellcome, bye

    I gladly take the wellcome,

    bye
  5. Replies
    6
    Views
    1,641

    well, I apologize. Your link was just what I was...

    well, I apologize. Your link was just what I was looking for and I even used a wrong term when trying to insult you (paraphrased instead of periphrased), pointing out my poor english and my incorrect...
  6. Replies
    6
    Views
    1,641

    just didn't know their name, if I didn't know...

    just didn't know their name, if I didn't know yours, knowing instead your character, I would have paraphrased It with "that $$$$ing proud and unpolite scottish", thanks anyway
  7. Replies
    6
    Views
    1,641

    yellow popup box with item description

    the question is symple, I hope the answer is symple too...
    how do I create those fancy yellow-boxes which pop up when your mouse pointer stays for more than one sec over a button (ex:internet...
Results 1 to 7 of 7