Search:

Type: Posts; User: playwin

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,921

    Try BCMenu .... Here :...

    Try BCMenu ....

    Here : http://www.rocscience.com/~corkum/BCMenu.html
  2. Thread: JPEG, GIF etc.

    by playwin
    Replies
    6
    Views
    2,976

    Thank You, I tracked down the problem. I think...

    Thank You, I tracked down the problem.

    I think that Ken's link is quite good, but having problem for createing scrollview for that class.

    Any idea about this...
  3. Thread: JPEG, GIF etc.

    by playwin
    Replies
    6
    Views
    2,976

    Thanks Ken for the link. I also tried the...

    Thanks Ken for the link.

    I also tried the GDI+, but GDI+ is failing on my VC6,

    here is the output from build window:

    --------------------Configuration: TestDlg - Win32...
  4. Thread: JPEG, GIF etc.

    by playwin
    Replies
    6
    Views
    2,976

    JPEG, GIF etc.

    Hi,

    How should I display JPEG, GIF(animated), etc. in a VC++(6) program crearing in MS VC++(6).

    Currently I'm only able to display BITMAPS, by using following code :


    void DisplayPic(HWND...
  5. Replies
    2
    Views
    5,984

    Thanks! I found the following in MSDN:

    Thanks!

    I found the following in MSDN:
  6. Replies
    2
    Views
    5,984

    Hide the HELP button in MFC CPropertySheet

    Hi,

    How should I hide the HELP button in a MFC based , CPropertSheet (wizard97 style) visual C++ application.

    I'm able to do that in Non-MFC application, but with MFC it's not working.

    Any...
  7. Replies
    1
    Views
    1,101

    Found solution at: Newsgroup:...

    Found solution at:

    Newsgroup: microsoft.public.vc.mfc
  8. Replies
    3
    Views
    1,787

    Thanks bithub. I just want to you to know, I...

    Thanks bithub.

    I just want to you to know, I posted the same question in MSDN.
    And this is what Doug Harrison[Microsoft MVP - Visual C++] has to say about it:

    Click me to view.
  9. Replies
    1
    Views
    956

    Tradional Q on DialogBox

    Hi,

    How should one change or use different fonts and styles and colors in a dialog-box(for labels I think!), in a MFC/Non-MFC dialog based application.

    Please note this question is from Meow!,...
  10. Try following: AppendText(hwndEdit, "\r\nThe...

    Try following:


    AppendText(hwndEdit, "\r\nThe text to add");

    The following is the code for AppendText:


    void AppendText(HWND hwndEdit, char* TXT)
    {
  11. Replies
    3
    Views
    1,787

    AfxBeginThead leaking or not...

    Hi,

    Suppose you are creating a simple multithreaded application in MS visual C/C++ (ver.6), Now please consider the following cases:

    CASE 1:
    ------------

    A Non-MFC application, where the...
  12. Replies
    1
    Views
    1,101

    MinimizeBox in PropertySheet Wizard

    Hi,

    How should I put Working MinimizeBox in PropertySheet Wizard.

    I'm creating a dialog based application in MS Visual C++ (6).

    Thanks,
Results 1 to 12 of 12