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

Search:

Type: Posts; User: hellSigma

Search: Search took 0.03 seconds.

  1. Can I send a user-defined message to a window's Dialogproc function???

    I want to send a WM message to a dialogproc of another dialogbox. To explain in detail, When I press mouse button within the window area of one window it should send a user-created WM message coz the...
  2. Is it possible to use BackgroundWorker Thread for Win32 projects????

    First I'll explain what exactly I want to do here. I have a dialog box in which I am showing a frame. Using menu from this dialog, I open another Dialog box which shows me macrogrid block information...
  3. Re: How to make 2 simultaneously executing Dialogs in VC++ Win32??

    Thanks for your reply. Can you please tell me how exactly does BackgroundWorker thread works? I tried to look for it on MSDN and other resources, but couldn't really understand it well. Or if you...
  4. How to make 2 simultaneously executing Dialogs in VC++ Win32??

    First I'll explain what exactly I want to do here. I have a dialog box in which I am showing a frame. Using menu from this dialog, I open another Dialog box which shows me macrogrid block information...
  5. Re: Video player in vc++ (each frame being shown in a new window)

    ok!!!
  6. Re: Video player in vc++ (each frame being shown in a new window)

    I think this version of "Image.cpp" will make more sense :-


    // Image.cpp : Defines the entry point for the application.
    //

    #include "Image.h"

    MyImage myImage;
  7. Re: Video player in vc++ (each frame being shown in a new window)

    I am pasting my complete code here :-

    "Image.h" :-



    #if !defined(AFX_IMAGE_H__E34B6FBB_5FED_457A_B3D1_D4844DCD4951__INCLUDED_)
    #define...
  8. Video player in vc++ (each frame being shown in a new window)

    I am trying to show all the frames of a video sequence in the same window. But currently it is showing each frame in a different window. e.g. once it shows first frame, I need to close that window...
Results 1 to 8 of 9





Click Here to Expand Forum to Full Width

Featured