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

Search:

Type: Posts; User: Amirmir

Search: Search took 0.02 seconds.

  1. Thread: Glass

    by Amirmir
    Replies
    1
    Views
    844

    Glass

    In Win7 While using spy++ I can see that system tray has CHILD window (where the clock is - on the right bottom of the screen).
    How can I create a Glass-like-transparent window like this ?

    I know...
  2. Thread: Control Event

    by Amirmir
    Replies
    3
    Views
    1,023

    Control Event

    How to get send / receive event from an ocx control ?
    I have Created a class in the client inheriting from IAdviseSink
    and a class in the ocx inherited from IDataObject
    also implemented the...
  3. Replies
    4
    Views
    978

    Re: Out process control

    Maybe I should write: How to embed out of process com control in c++
    like 'AtlAxCreateControlLic' function is doing to in process com controls?
  4. Replies
    4
    Views
    978

    Re: Out process control

    CoCreateInstance will create the object, but when you write
    CreateControl you create it inside your application GUI, not just creating a COM object
    but all the other UI issues,

    When I put...
  5. Replies
    4
    Views
    978

    Re: Out process control

    When you call CoCreateInstance its just create the object and the control isn't inside its container,
    thats why you create in-process controls with CreateControl and not CreateInstance.
    It more...
  6. Replies
    4
    Views
    978

    Out process control

    How to load an out-of-process control.
    I have created EXE com object with a control inside.

    I don't know how to load it, CreateControl / AtlAxCreateControlLic etc,
    all these functions fail...
  7. Thread: Move window

    by Amirmir
    Replies
    2
    Views
    756

    Move window

    I'm trying to move a window beneath another window, this should be smoothly thing.
    Like Windows Media Player is doing in its skin like style,... Sliding a side windows, they are opening like a tray,...
  8. Replies
    0
    Views
    510

    DirectX Transform

    Does anybody knows if DirectX Transforms are obsolete ?
    and if so, what are the alternatives ?
    Many years ago I used DirectAnimation for nice 2D effect.

    I want to have 2D effects in my WIN32...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured