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
E

Eq

@Eq
About
Posts
27
Topics
23
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Export registry settings
    E Eq

    Is there API that I can export the registry settings programmatically? There is a similar function in regedit, i believe that there is one similar in API. Thanks all!

    C / C++ / MFC windows-admin json question

  • Export registry
    E Eq

    I have tried RegSaveKey to export HKCU and all its subkeys. In regedit, I export and got a text file. But in RegSaveKey, I got a binary file. Can I get the text file programmatically? Thanks all!!!!!

    C / C++ / MFC windows-admin question

  • arrays of WithEvents variables
    E Eq

    I just read from MSDN that I cannot create arrays of WithEvents variables. However, are there any work-around? how about collection? Can I have a collection of WithEvents variables? Thanks all!

    Visual Basic question

  • Differentiate Windows Explorer and IE
    E Eq

    Browser Helper Object applies to both IE and Windows Explorer. Can I have some ways to differentiate these two? Thanks all!

    C / C++ / MFC question

  • Communicating with IE
    E Eq

    Simply implement a "Browser helper object". There are examples in MSDN called IEHelper. You can control the IE (and also the windows explorer, active desktop) by invoking its methods (e.g. navigate, goback, goforward, ...) or asynchronously obtain the events from IE when the items on it are being clicked. Of course, you can access the DHTML model (e.g. any HTML elements on the page) and locate the cursor whenever you like. If you are familiar with javascript, that would be a big help in doing with dhtml too.

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

  • How to GetWindowText() of an application in another address space?
    E Eq

    How about other common controls like listcontrol, treecontrol? Can I access the tree control in windows explorer through my program? Thanks all!!

    C / C++ / MFC tutorial question

  • How to GetWindowText() of an application in another address space?
    E Eq

    GetWindowText() only applies to child controls in the current process. Are there any methods that I can read the text of the child controls in another applications? Thanks all!

    C / C++ / MFC tutorial question

  • How to GetWindowText() of application in another address space?
    E Eq

    GetWindowText() only applies to child controls in the current process. Are there any methods that I can read the text of the child controls in another applications? Thanks all!

    C / C++ / MFC tutorial question

  • how to implement auto-run at system start-up??
    E Eq

    Simply add your executable filepath in the following registry place: Current_User -> Software -> Microsoft -> Windows -> CurrentVersion -> Run

    C / C++ / MFC tutorial question

  • EQ
    E Eq

    I would like to know if there are any methods to intercept WIN32 API functions? For example, I want to get the string that would be displayed on the screen before it is actually displayed. Any code examples? Thanks very much and I am looking for examples eagerly.

    C / C++ / MFC json tutorial question

  • How to export settings in registry?
    E Eq

    Do you know how to export the settings under a directory in registry? I can use Export in Regedit, but i dont know how to invoke export programmatically. Any ideas? Thanks all!

    C / C++ / MFC windows-admin tutorial question

  • Implement drag source
    E Eq

    Are there any methods to implement a drag source on an application if it is not previously implemented? e.g. If IE does not support dragging an image, is it possible to implement it?

    C / C++ / MFC question

  • An interesting ICQ add-on library
    E Eq

    It is an ATL component that fire events. I have asked their vb and vc++ examples on how to use the component.

    C / C++ / MFC database com

  • An interesting ICQ add-on library
    E Eq

    There is a library to read ICQ 99a/99b/2000a/2000b database in www.icqroaming.com. It is very interesting and useful.

    C / C++ / MFC database com

  • Get the coordinates of the AppBar
    E Eq

    Any methods to get the coordinates (upper left, bottom right) of the AppBar? I want to use it to resize other windows. Thanks all!

    C / C++ / MFC question

  • About bitmaps on dialog
    E Eq

    I have tried to add a cstatic control to display a bitmap. the background is made transparent (by using the grey color). it really appears to be transparent in my computer. But when i deploy the program in another person's computer, the background becomes not transaprent (becomes darker). Why is that? Thanks all!

    C / C++ / MFC graphics question

  • Size of property sheet/page
    E Eq

    Do you know how to adjust the size of property sheet/page? I have 4 pages in the property sheet. However, when i show the property sheet, it is larger than what i expect (it has some spaces on the right). How can i make the pages best fit into the sheet? Thanks all!

    C / C++ / MFC question tutorial

  • Disable a row in list control
    E Eq

    I would like to disable a row (with checkbox) in list control. This makes the user cannot check the checkbox. Any hints on this? Thanks all!

    C / C++ / MFC question

  • InstallShield
    E Eq

    Are there any good installshields you all will use usually in packaging a software? Please advise some. Thanks all!

    C / C++ / MFC question

  • InstallShield
    E Eq

    Are there any good installshields you all will use usually in packaging a software? Please advise some. Thanks all!

    C / C++ / MFC 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