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
K

KingsGambit

@KingsGambit
About
Posts
315
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Flash Player Activex problem
    K KingsGambit

    Looks like a '\' is missing in the file path. Try "C:\\file.flv".

    C / C++ / MFC c++ com adobe help question

  • convertion between string and double
    K KingsGambit

    The problem is due to ',' in '1,000'. Remove ',' and it would work.

    C / C++ / MFC help tutorial question

  • Drawing text issue
    K KingsGambit

    You can try using Graphics object gfx only for drawing. No need to mix GDI and GDI+. Instead of TextOut(), use Graphics::DrawString()

    C / C++ / MFC graphics help c++

  • How to disable warning popup in ActiveX
    K KingsGambit

    Hi, Not sure if the way we register the ActiveX has anything to do with the 'No Safe' message displayed by the web browser. Thanks, Rejeesh

    ATL / WTL / STL com tutorial question

  • How to disable warning popup in ActiveX
    K KingsGambit

    Check the following link on digitally signing the ActiveX control. http://msdn.microsoft.com/en-us/library/aa752035(v=vs.85).aspx[^]

    ATL / WTL / STL com tutorial question

  • how to simulate the mspaint...
    K KingsGambit

    You can Google it to find samples.

    C / C++ / MFC c++ tutorial question

  • Help Microsoft Scripting Runtime
    K KingsGambit

    Check the following codeproject article: Adding VBScript and JScript support in your C++ applications[^]

    C / C++ / MFC c++ help tutorial

  • How can i delete History and Cookies Directory in Internet explorer?
    K KingsGambit

    Checkout if the following link helps http://www.walkernews.net/2007/07/07/rundll32-programmatically-delete-ie7-browsing-history/[^]

    C / C++ / MFC question database help

  • App Launch Crash
    K KingsGambit

    May be you will have to install the VC++ 2008 redistributable as well.

    C / C++ / MFC csharp c++ visual-studio question

  • Download file using CInternetSession [modified]
    K KingsGambit

    I think you can try the function URLDownloadToFile(). http://msdn.microsoft.com/en-us/library/ms775123(v=vs.85).aspx[^]

    C / C++ / MFC sysadmin agentic-ai question

  • Refresh/redraw controls in CFormView
    K KingsGambit

    Z-Order for the child controls will not work for displaying a child window on the top of another. What you can do is instead of using a CStatic control for displaying the bitmap, you can render the bitmap directly on to the parent window.

    C / C++ / MFC com graphics data-structures question announcement

  • Convert to DLL
    K KingsGambit

    For creating a DLL you can check the following link: http://msdn.microsoft.com/en-us/library/ms235636(v=vs.80).aspx[^]

    C / C++ / MFC csharp c++ help question

  • VC FLEX
    K KingsGambit

    Yes it is possible. You can use Adobe Flash Player ActiveX control in ypur VC++ project. You can make use of events and methods provided by Adobe Flash Player control to communicate between C++ and the Flash file (Which is the result of compiling your Flex project).

    C / C++ / MFC c++ adobe

  • How can convert a char array to CString?
    K KingsGambit

    Check the encoding used in file.

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

  • what data type use in String concatination function in vc++ DLL?
    K KingsGambit

    Check if the following link helps: http://support.microsoft.com/kb/187912[^]

    C / C++ / MFC c++ question

  • Best tutorials for Windows Phone 7
    K KingsGambit

    You can check if the following link is useful: http://msdn.microsoft.com/en-us/wp7trainingcourse.aspx[^]

    Mobile

  • Os Install
    K KingsGambit

    Use GetVersionEx() http://msdn.microsoft.com/en-us/library/ms724451(VS.85).aspx[^]

    C / C++ / MFC question help

  • How to call DoDataExchange() of a property page at runtime
    K KingsGambit

    DoDataExchange() is not supposed to be called directly. You can use UpdateData().

    C / C++ / MFC question tutorial

  • PDA Serail Number
    K KingsGambit

    Check if the following link is helpful http://social.msdn.microsoft.com/Forums/en-SG/vssmartdevicesvbcs/thread/467c081d-2808-4019-a4a2-486e3fb24d19[^]

    Mobile csharp question

  • OnQuit event of DWebBrowserEvents2 interface not called on IE8 on some Vista machin
    K KingsGambit

    Documentation states OnQuit 'Fires before the Windows Internet Explorer application quits'. May be you can check if the IE has actually quit.

    ATL / WTL / STL help announcement workspace
  • Login

  • Don't have an account? Register

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