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

Search:

Type: Posts; User: venkyhyd

Page 1 of 9 1 2 3 4

Search: Search took 0.12 seconds.

  1. WM_MOUSEWHEEL messages on Child window create in Thread

    Hello

    How to capture WM_MOUSEWHEEL messages on a child window created (using Win32 API Create function with all the requried params) in a thread. I understand that a child window created in...
  2. Re: passing variants from C# client to MFC Automation enabled app

    Resolved the issue using VariantClass helps things work smoothly...thanks for all your time.
  3. passing variants from C# client to MFC Automation enabled app

    Hello

    When try to send a ref of array string to the variant pointer we get DISP_E_TYPEMISMATCH exception.
    Eg:
    MFC App is OLE Automation enabled.

    void Funct1(VARIANT *pVar) //is the MFC app...
  4. Re: Commnuication across individual process...need suggestion

    I would really appreciate your inputs on the solution i had thought of....


    -thanks in advance
  5. Re: Commnuication across individual process...need suggestion

    I think i have a solution for this, still need your valuable comments on this solution.

    In the MFC Ole Server app i created an interface (deriving a class from CDocument or CCmdTraget). In the...
  6. Re: Commnuication across individual process...need suggestion

    Okay now here i have situation, i have an MFC MDI Based application with OLE Automation layer in it. I will launch this MFC and i have a C# application which is invoked by this MFC application...
  7. Re: Commnuication across individual process...need suggestion

    i tried working out this way

    http://www.codeguru.com/forum/showthread.php?p=1757054#post1757054

    but still no luck in resolving this issue...any suggestions...
  8. Replies
    0
    Views
    2,442

    Referring OLE Server in C# through interops

    Hello,
    There is a OLE Full Server developed using MFC (MDI Based .exe application). And there is a .Net assembly (in c#). How do I make calls from the .net assmbly to the MFC app and vice versa...
    ...
  9. Re: Commnuication across individual process...need suggestion

    Does using CConnectionPoint will be a good solution.

    -venky
  10. Commnuication across individual process...need suggestion

    Hello All,

    Need some suggestion on how to proceed with the following situation:

    I have a MDI Based Application "xxx.exe" in which we incorporated OLE layer such that the application can be...
  11. Replies
    6
    Views
    1,463

    Re: Non Client area in CToolBar's Titlebar

    Hi

    I can disable the buttons on the toolbar if it doesnt belong to the current active view. But the requirement is i shld not disable the toolbar buttons and shouldnot allow the user to click on...
  12. Replies
    6
    Views
    1,463

    Re: Non Client area in CToolBar's Titlebar

    Any Comments on this...
  13. Replies
    6
    Views
    1,463

    Re: Non Client area in CToolBar's Titlebar

    So here you mean to say that the MiniFrameWnd is acting like a container to the Toolbar window (MiniFrameWnd hosts the Toolbar Ctrl).



    Here I am trying to handle the Mouse Lbutton down on the...
  14. Replies
    6
    Views
    1,463

    Re: Non Client area in CToolBar's Titlebar

    Any Comments on this....

    -thanks
  15. Replies
    6
    Views
    1,463

    Non Client area in CToolBar's Titlebar

    Hi,

    Is Title bar / caption bar of an Undocked Toolbar is Non Client area or not?

    If we undock a Toolbar, created by my own class CMyToolBar dervied from CToolBar. And handle the...
  16. Replies
    0
    Views
    591

    VC++ database access problem

    Hi

    I am working on VC++, in which I am trying to invoke VB app.

    My application has two phases one is entirely in VC++ and the other is
    in VB6.0. In both the phases I am accessing the MS Access...
  17. Crsytal Reports & VS.Net 2003 - Application has generated exception ...

    Hi,

    I am migrating the application developed in VS60 to VS.Net 2003.

    The migration is successful and I am able to execute the application the. The application is using Crsytal Reports bundled...
  18. Re: Horz or Vertical Scroll Corresponding XY Coordinates in the ScrollView

    Any suggestion will be of great help...


    -venky
  19. Horz or Vertical Scroll Corresponding XY Coordinates in the ScrollView

    Hi Gurus,

    Kindly suggest on this...

    I am using CScrollView in my MDI App, I create some BMPs on the view and the XYCoordinates of the each BMP's placed in the View is stored. Now when I scroll...
  20. Replies
    1
    Views
    930

    Re: Ole Client and Server Problem

    Any suggestions on this....shall be of great appreciation...
  21. Replies
    1
    Views
    930

    Ole Client and Server Problem

    Hi Gurus,

    I am new to OLE Concepts, hope to get some guidance here...

    I have an UserDefined or usercreated EditCtrl, this editctrl is created by inheriting the CEditView to myown view. And this...
  22. Replies
    183
    Views
    37,185

    Re: Meaning of your username!

    Well my username comes from my actual name (Venkat) and my birth place (Hyderabad - ... the place where WORLD Famous BIRYANI is prepared), venky is my nickname given to me, in my Schooling by a girl...
  23. Replies
    5
    Views
    4,453

    Re: Send Message and Post Message

    A Quick search in MSDN shld show the difference anyhow here is the one from MSDN
  24. Replies
    15
    Views
    1,360

    Re: Happy Birthday Abdul Nauman

    Belated Happy B'day Abdul Nauman,...hope u must be knowing yesterday was the B'day of SUPER STAR Mr Amitabh Bachan
  25. Re: congratulation to Siddhartha for becoming an MVP

    Congrates Sid...keep going and reach gr8 heights...with 1's and 0's... :wave:
Results 1 to 25 of 202
Page 1 of 9 1 2 3 4





Click Here to Expand Forum to Full Width

Featured