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

Search:

Type: Posts; User: syedhassan4

Search: Search took 0.03 seconds.

  1. Custome Paper Size and Print Document Name

    Hello Gurus

    I am using
    a. Crystal Report 9.0
    b. VB 6 (SP5)

    I have two very simple questions

    1. I want to change the document name of report. When I send report on printer and open Spool...
  2. Replies
    579
    Views
    637,796

    Sorry i missed this.... i am using RDC

    Sorry i missed this.... i am using RDC
  3. Replies
    579
    Views
    637,796

    Crystal Report 9 - Deployment Problem

    I used Crystal Report 9 (Crystal Report Service Pack 1) in my Visual Basic application and it working fine on my system (i am using Windows 2000 Pro - Service Pack 4, Visual Studio Service Pack 5).
    ...
  4. Replies
    0
    Views
    628

    Crystal Report 9

    I used Crystal Report 9 (Crystal Report Service Pack 1) in my Visual Basic application and it working fine on my system (i am using Windows 2000 Pro - Service Pack 4, Visual Studio Service Pack 5).
    ...
  5. Replies
    0
    Views
    577

    Shockwave Flash

    I want to run Flash file (swf). To do this I insert ActiveX for Shochwave Flash Object and give the Movie URL. But I get some problems

    1) I have to give complete path of the file...
  6. Re: (Help) I know This is simple for gurus

    Sorry!
    You Interpret my Question wrong. I do not want to hide any of Dialogs.
  7. (Help) I know This is simple for gurus

    In Dialog base(MFC) application.
    I Create second Dialog (I have Seperate Class for that Dialog) OnInitDialog() through Create(IDD_DLG, this);
    So It becomes Modless Dialog.
    Problem is that when...
  8. Thread: Image

    by syedhassan4
    Replies
    0
    Views
    460

    Image

    I have a question regarding vc++. How i can load and display images in vc++ and putting mouse tracking events on this images.
    I am using MDI application.
    I have to Load Image from File.
    Using MFC....
  9. Re: I Know It Happens. But HOW that's the question?

    In SDI Application using MFC

    PreCreateWindow(CREATESTRUCT& cs) {
    //Some Code
    cs.dwExStyle |= WS_EX_TOPMOST;
    //Some Code
    }
  10. Re: I Know It Happens. But HOW that's the question?

    Sorry :-)
    I have to do this with dialog.

    Thanks for quick Reply.
  11. I Know It Happens. But HOW that's the question?

    How can make my window as "Always on top"?
    I mean My Window is always on top of other applications, If other application is activated.
    This type of thing happens in the Help also.

    I hope you can...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured