CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Lisa.Neeb

Search: Search took 0.05 seconds.

  1. Re: Graphics glitches in Win32 main window Skinning while updating STATIC controls

    The WM_PAINT handler is for the main window, its not for STATIC control. I was advised to never update window from another thread, so I changed it such a way that whenever the static control in...
  2. Re: Graphics glitches in Win32 main window Skinning while updating STATIC controls

    I must say, out of all the forums I have asked yours is the most educated answer :)


    I was Setting the text of the controls with SetWindowText(), then I changed it to SendMessage( WM_SETTEXT )...
  3. Graphics glitches in Win32 main window Skinning while updating STATIC controls

    Graphics glitches in Win32 main window Skinning while updating few STATIC controls periodically.

    I am in desperate need of a solution or a pointer to what may be wrong.
    I am skinning an app as...
  4. Replies
    7
    Views
    2,065

    Re: Help, setTimeout not working properly.

    yup, **** it is so different then c++ :) where integers are integers and strings are strings and you can pass a pointer to a function.
    Still didn't get, why strings ? But anyway thanks for the help
  5. Replies
    7
    Views
    2,065

    Re: Help, setTimeout not working properly.

    ok, got it, but why the + signs ?
  6. Replies
    7
    Views
    2,065

    The Problem persist.

    Hey thanks, but the problem seems to remain.
    same as in above, if I pass numerical value instead of a variable it works, must be something wrong in the way I am passing the values to the function ?...
  7. Replies
    7
    Views
    2,065

    Help, setTimeout not working properly.

    Hey,

    I have been trying to create an infinite loop using "setTimeout" in javascript to animate a slideshow.

    Following is the code I am using :



    $(document).ready(function()
    {
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured