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
T

TianYang

@TianYang
About
Posts
20
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Implement scale view
    T TianYang

    Hi. I want my view support zoom in/out feature, such as Word and Visio, user can set view scale to 400%, 200%, 100%, 50%, etc. Currently I implement this feature by GDI mapping( MM_ANISOTROPIC ), my view contain a workarea and some graphs( bitmap ), I change GDI mapping when user set view zoom. Now the problem is GDI mapping is not good when draw a bitmap, even worse then StretchBlt. what are you think about it? or have better ways to do it.

    C / C++ / MFC graphics help question

  • Child window can't get focus
    T TianYang

    m_Child is my custom window and it derive from CWnd, this is SDI project, m_Chils is member of my view.

    C / C++ / MFC

  • Child window can't get focus
    T TianYang

    The m_child is derive from CWnd, but it can't get focus, the caption of this child window is always gray. m_child.Create( NULL, "OK", WS_VISIBLE | WS_CHILD | WS_CAPTION, rc, this, 100, NULL );

    C / C++ / MFC

  • How to implement component class in vb
    T TianYang

    I would set my ActiveX class as SafeForScripting and SafeForInitializing. Thank you very much!

    Visual Basic com tutorial

  • How to return more then one parameters in web control
    T TianYang

    I write a control for script, but I can't return more then one parameters: [out] VARIANT param1, [out] VARIANT param2, [out,retval] VARIANT *pret now only one parameter will return well, is that script can't accept method that have more output parameters?

    ATL / WTL / STL tools tutorial question

  • Can execute() return both recordset and output parameters
    T TianYang

    I using ADO to execute a stored procedure that will return a recordset and some parameters, but if I get the recordset will cause output parameters to be empty. rs = cmd->Execute( NULL, NULL, NULL ); otherwise, I remove rs then the output parameters will be right. cmd->Execute( NULL, NULL, NULL ); any idea?

    Database database question

  • Get parameter that generated by Refresh()
    T TianYang

    Parameters.Refresh() method created all parameters that are stored process provide. but I can't obtain the value of output parameter after execute. Thank you very much.

    Database

  • Return a recordset of ADO.
    T TianYang

    I want return a recordset for script, in c++ this type is _RecordsetPtr, I don't know how to convert it for script variable.

    ATL / WTL / STL c++ tools tutorial

  • Set property by "="
    T TianYang

    How to make my control support set/get property by "=". Thank you very much!

    ATL / WTL / STL tutorial

  • Hide cursor withour ShowCursor
    T TianYang

    ShowCursor can only hide cursor in caller window, how to hide cursor anywhere?

    C / C++ / MFC tutorial question

  • Handle IHTMLElement2 events
    T TianYang

    I would like to do something when mouse click on html page, have any good sample to show how to handle element events?

    C / C++ / MFC html tutorial question

  • How to embedded with IE?
    T TianYang

    I want to get every HTML page when IE load it, any idea? Thank you.

    C / C++ / MFC html hardware tutorial question

  • Who can give me a Shell32.dll( 5.0 )
    T TianYang

    Notice I means the version 5.0 Shell32.dll.

    C / C++ / MFC com

  • Who can give me a Shell32.dll( 5.0 )
    T TianYang

    Please send it to my email, thank your. qwedcxza0@163.com tianyang@vip.163.com

    C / C++ / MFC com

  • Can't find mfc70.dll
    T TianYang

    After install .Net framework, the programme also can't run right( mfc70.dll is not include in framework ). is that other components need install?

    .NET (Core and Framework) csharp dotnet question

  • About socket input queue.
    T TianYang

    We must indicate the size of date when using Recevie() function, but how to peek the data size of input queue? sometimes we don't know what size is that current queue head data.

    C / C++ / MFC data-structures tutorial question

  • How to resolve "arning MIDL2039"
    T TianYang

    Follow MSDN I modify ocidl.idl but that have not effect.

    ATL / WTL / STL tutorial

  • Make programme identify multi-display
    T TianYang

    My computer have two VGA adapter ( No.1, No.2 ), set No.1 to the main display, No.2 is free, I want capture the content of No.1, then make some transform and copy to No.2. The puzzle is, how to identify No.2( or No.3, No.4.. ), as far as know the function GetDC( NULL ) can get desktop( main display ) content.

    C / C++ / MFC tutorial

  • Unique COM Object
    T TianYang

    Thank you!

    ATL / WTL / STL c++ com tutorial question

  • Unique COM Object
    T TianYang

    By default, class factory create a new object for every request, this is not good when a application that should using a COM object as global var. I don't understand ATL deep, so how to modify class factory of special COM object?

    ATL / WTL / STL c++ com 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