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
J

jose 1

@jose 1
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to prepare .chm files (like MSDN help files)
    J jose 1

    Hi Koteswara, You need to use the "HTML Help WorkShop", this is a freeware program from Microsoft, it includes an API to hook up the help to your program. Read the following article at codeguru to get started "Starting with HTML Help" by Joep Oude Veldhuis. http://codeguru.earthweb.com/help/html\_help.shtml In the article there is a link to download the program. Best regards Jose

    C / C++ / MFC

  • How to hide Scroll bars in a CListCtrl??
    J jose 1

    I have in an application several List controls. I don't want scrollbars, even when all the content of the list is not visible. I have tried different ways but I didn't find the solution. I did this with CListBox with no problems but list controls are different. The LVS_NOSCROLL style is not what I want, because I still want to be able to scroll programatically. I would appreciate a hint. Best regards Jose

    C / C++ / MFC

  • *** DLL, is this POSSIBLE???****************
    J jose 1

    Read the article: How to do run-time (or explicit) linking of C++ plug-in components and objects By Gert Boddaert here at Codeproject. http://www.codeproject.com/dll/plug-in.asp I hope this helps Best regards

    C / C++ / MFC

  • AfxConnectionAdvise
    J jose 1

    Yes. I can fire events through the DCOM when the server is launched before the client. But if the server is launched remotely by the client, I cannot establish the connection between them.

    COM
  • Login

  • Don't have an account? Register

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