CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 1999
    Posts
    1

    How can I use a Dialog resource to Display my Active X



    My problem is this :

    To draw my ActiveX control I have to overwritte the OnDraw () function and draw my screen by hand...

    My Question is how can I use a dialog resource instead of manually draw my view....

    Any help will be greatly appreciated

    Thanks

  2. #2
    Join Date
    May 1998
    Posts
    5

    Re: How can I use a Dialog resource to Display my Active X

    There is an example in this site
    how to use dialog inside activex control

    tomer



  3. #3
    Join Date
    Apr 2001
    Posts
    1

    Re: How can I use a Dialog resource to Display my Active X

    Can you please let me know where is the example. I need that example urgently.
    Thanks


  4. #4
    Join Date
    Apr 2001
    Location
    Karachi, Pakistan.
    Posts
    466

    Re: How can I use a Dialog resource to Display my Active X

    http://codeguru.com/activex/dialogctrl.shtml



    Best Regards,
    -jusstujoo!

    Keep it as simple as possible, but no simpler

    --Albert Einstein
    KMan
    use code-tags
    Rating a post is'nt injurious(0:


    http://izlooite.blogspot.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured