Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

Ashwin kumar Gurujala

@Ashwin kumar Gurujala
About
Posts
15
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Passing events from activex control property page to control
    A Ashwin kumar Gurujala

    Iam struct with the problem of passing events from activex control property page to the control. My custom property page contains flexi grid where i define properties. My problem is to pass events from grid on property page to control. Can anyone help me on this problem....or any clue or example to find the solution. Regards, ashwin

    COM help css com tutorial

  • Passing Events to ActiveX Controls
    A Ashwin kumar Gurujala

    Did anyone tried event handling on activex controls from Grid present on property sheet provided by MFC ActiveX control wizard. If yes can anyone let me how can this be done

    COM c++ css com

  • Passing Events to ActiveX Controls
    A Ashwin kumar Gurujala

    Did anyone tried event handling on activex controls from Grid present on property sheet provided by MFC ActiveX control wizard. If yes can anyone let me how can this be done from ashwin kumar

    COM c++ css com

  • ActiveX Controls
    A Ashwin kumar Gurujala

    Did anyone tried event handling on activex controls from Grid present on property sheet provided by MFC ActiveX control wizard. If yes can anyone let me how can this be done -- modified at 5:26 Friday 30th September, 2005

    COM c++ css com

  • How to Show ActiveX Control on a Window?
    A Ashwin kumar Gurujala

    Hi, I have tried to show an ActiveX Control on a Window in SDI application. I used the following API, CLSID clsid; //clsid of activex control IUnknown* pIunknown; HRESULT hResult; hResult = CoCreateInstance( clsid, NULL, CLSCTX_INPROC_SERVER|CLSCTX_INPROC_HANDLER, IID_IUnknown, (void**)&pIunknown ); But still the Control is not display....... Where lies the Error? Can anyone help me out? -- modified at 5:31 Monday 12th September, 2005

    COM help com json tutorial question

  • ActiveX Control's Bitmaps in ToolBox
    A Ashwin kumar Gurujala

    Thanks for the reply .... it worked out.. Now the major task for me after showing bitmaps of controls on toolbox is enabling drag 'n' drop facility of controls onto the container. I think IDesignerToolBoxSite interface is used for this. But how to use this interface in my application is what is troubling me? :(( Can u help me in this regard?

    COM com json tutorial

  • File Monitor
    A Ashwin kumar Gurujala

    I am trying to create the Atl servce in VC++ for file monitoring. I am following the link " *m_FileMonitorSink;. It is not including the CComObject" It's not getting included properly.

    ATL / WTL / STL c++

  • ActiveX Control's Bitmaps in ToolBox
    A Ashwin kumar Gurujala

    Thanks for the Solution, One problem how can i pass handle of bitmap to object of CBitmap.... or is there any other way of using it.... HBITMAP hBmp; hBmp = ::LoadBitmap( hLibrary, MAKEINTRESOURCE(nID) ); //! Here LoadBitmap Accepts HICON & CBitmap*...but not HBITMAP..So how can I pass HBITMAP to CImageList so that it can be attached to CToolBar CBitmap obBitmap; obBitmap.LoadBitmap( hBmp ); //error...how to pass hBmp CImageList obImageList; obImageList.Create(18,18,ILC_COLOR8,2,1); obImageList.Add( &obBitmap , RGB(0,0,0)); CToolBar obToolBar; obToolBar.GetToolBarCtrl().SetImageList(&obImageList); -- modified at 7:43 Thursday 1st September, 2005

    COM com json tutorial

  • ATL Service
    A Ashwin kumar Gurujala

    I want to write a service which will notify if any new file is generated in particular directory. How can i trap this event in Atl service

    COM c++ question

  • ActiveX Control's Bitmaps in ToolBox
    A Ashwin kumar Gurujala

    can you just code it in brief on how to show bitmaps from registry. This is useful to me since i have no idea on how to do it.

    COM com json tutorial

  • ActiveX Control's Bitmaps in ToolBox
    A Ashwin kumar Gurujala

    Hi, I want to know whether there is any API to show Bitmaps of Registered ActiveX Controls in a ToolBox. If not , any idea on how to go about...

    COM com json tutorial

  • How to get CLSID given ActiveX control Name
    A Ashwin kumar Gurujala

    Thanks, My problem is solved. One more thing, i need to show selected activex images in a ToolBox on start of application and allow user to drag n drop controls onto the container...Just like we do while designing a dialog box(adding buttons,etc). Any help on how to do it?

    COM com json tutorial question

  • How to get CLSID given ActiveX control Name
    A Ashwin kumar Gurujala

    Hi, Yes i have tried this API but not succesful. If AnalogMeter is my activeX control then i have used CLSID clsid; CLSIDFromProgID(L"AnalogMeter", &clsid); This gives error ....how to do it? how to pass activeX name as parameter to this API?

    COM com json tutorial question

  • How to get CLSID given ActiveX control Name
    A Ashwin kumar Gurujala

    Hi, I want to know how to get CLSID of a particular activex control given its name. Is there any API to do so?

    COM com json tutorial question

  • How to Show selected ActiveX controls in a list Box
    A Ashwin kumar Gurujala

    Hi , I need to show only selected activeX controls in a list box of a dialog. Are there any API's to do so. I came across some demo applications which show all registered MFC activeX controls but not the one which shows only user-defined. Is there any way out ?

    COM c++ com json tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups