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

Search:

Type: Posts; User: techie.ashish

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. RegisterClassEx and CreateWindowEx fails..

    Hello all..
    I'm trying to make window with specific requirement.. But that's not my issue. It's related to RegisterClassEx and CreateWindowEx.. Both actually fails.. I've no idea why.. I put...
  2. Replies
    9
    Views
    3,804

    Re: Help in CxImage..

    Hey Victor... I'm doing this to make my dialog transparent.. And it works... But i've one problem. I'm showing my PNG on picture box and it also get transparent.. How to i only show picture box PNG...
  3. Replies
    9
    Views
    3,804

    Re: Help in CxImage..

    Yeah WM_PAINT worked.. I thought it should work on WM_INITDIALOG.. Thanks a ton..

    Well i've one other prob. I want to make my dialog transparent. I can do that if i make my Dialog box with the...
  4. Replies
    9
    Views
    3,804

    Re: Help in CxImage..

    Hey Victor..

    I did something like this..Tell me it's right approach..



    case WM_INITDIALOG:
    {
    HBITMAP m_bitmap = NULL;
    CxImage image("E:\\My_Prog\\FINAL_PNG\\Res\\eScan.png",...
  5. Replies
    9
    Views
    3,804

    Re: Help in CxImage..

    Yes it's from the same link..
    But That part of the link which say "Display a File in a Picture Box".. I'm finding hard to change in Non-MFC. . Could you please elaborate that... I load PNG and need...
  6. Replies
    9
    Views
    3,804

    Help in CxImage..

    Hi all...

    I'm using CxImage to load and draw PNG. Either in dialog box or preferably on desktop screen.. Need help how to draw the PNG... Which function do i need to use..



    CxImage* newImage...
  7. Update the background of dialog box..

    Hi all..

    I made my dialog box transparent.. so that when i draw something on dialog it looks like i draw on desktop screen. Now when i put another window over the drawn stuff it took previous...
  8. Re: Drawing PNG and text on windows startup.

    Let me rephrase the question.. How do i draw picture (BMP or PNG) on window screen. Not Dialog Box.
    And without MFC..

    Thanks.
  9. Re: Drawing PNG and text on windows startup.

    Well thanks for the link..But i really don't know that's gonna help me..

    I need to do it in some different way. Adding bitmap or PNG on my control then drawing text on window screen.. I know it...
  10. Re: Drawing PNG and text on windows startup.

    Thanks Kirants for reply..

    Well not on desktop. I want to draw when the login window come while booting up the computer or when someone lock the computer. I believe the handle at that time would...
  11. Drawing PNG and text on windows startup.

    Hey all..

    I need to draw PNG(Or bitmap if it's transparent) and some text on windows startup or when someone lock the computer.. It's Non MFC application.. Can someone throw light on approach??...
  12. Re: Busy Mouse cursor when using AnimateWindow.

    Yes MARC.. That's what i'm looking for.. Thanks to pointing it out.
    That was great help...

    Problem solved...
  13. Re: Busy Mouse cursor when using AnimateWindow.

    Well might be...Anyways included a sample project..Hope this will compile...

    Thanks.
  14. Replies
    2,341
    Views
    2,855,817

    Sticky: Re: CG members photo album

    That's me..

    Took this snap while moving to office.. Although very casual..
  15. Re: Busy Mouse cursor when using AnimateWindow.

    Alright.. Uploaded the project... Please take a look..

    Thanks.
  16. Re: Busy Mouse cursor when using AnimateWindow.

    WM_SETCURSOR and SetCursor does change the cursor but i believe the window is still busy.. That's why not picking any of the messages.. When i set the cursor it changes but after that when i click on...
  17. Re: Busy Mouse cursor when using AnimateWindow.

    And yes i'm not handling WM_SETCURSOR. Thought window would handle it..

    I'll try..
  18. Re: Busy Mouse cursor when using AnimateWindow.

    Hi kirants..

    Do i need to forcibly change the cursor?? Shouldn't window show appropriate cursor? I mean when animate window plays the animation window should change the cursor to normal one.....
  19. Replies
    2
    Views
    1,265

    Re: DrawText in AnimateWindow.

    Yes Thanks..I was not giving opportunity to control to handle the painting..

    Thanks a ton...
  20. Replies
    2
    Views
    1,265

    [RESOLVED] DrawText in AnimateWindow.

    Hi all..

    How do i use DrawText in animate window. With the help of animate window i'm popping up my dialog box. And in WM_PAINT i'm using DrawText to put some text on Bitmap. DrawText works fine...
  21. Re: Busy Mouse cursor when using AnimateWindow.

    Yes Kirants..

    That's what i mean... I don't need to click anything when it plays animation. But when it stops it shows the same cursor..

    I'm updating the window when it stops animation...
  22. Re: Busy Mouse cursor when using AnimateWindow.

    Do i need to update or invalidate the Window when animatewindow stops??

    I tried that but no success. Can someone throw any light on that??

    Thanks..
  23. Re: Busy Mouse cursor when using AnimateWindow.

    Yeah That is expected.. But when it stop for 4 seconds the mouse cursor remains same (i.e BUSY).. I mean isn't there any way to click on control after playing animation???
  24. [RESOLVED] Busy Mouse cursor when using AnimateWindow.

    Hi all..

    I've a dialog box in which i'm using AnimateWindow. Everything is OK but whenever my dialog Animate(Up to down in may case with the help of)


    AnimateWindow(hWnd, 300, AW_SLIDE | ...
  25. Replies
    0
    Views
    684

    Black Border around dialog box..

    Hi all..

    I'm using AnimateWindow for Bubble window or PopUp window for Win98, Win 2000 and above... As i've to run my exe on Win95 and NT also so for that i'm making that window with the help of...
Results 1 to 25 of 150
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured