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
N

Naidu

@Naidu
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get all the entries in registry
    N Naidu

    Hi, How can I get the list of all the entries in the registry? My idea is to search each entry in the registry for a particular string. any one can help me??? Thank you.

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

  • add-in for outlook express
    N Naidu

    I mean Outlook Express. I had gone through the sdk in your site, but I couldn't follow. Can you please expland it further, or can you breifly explain me how can i add a toolbar button and a menu in outlook express. Infact I tried to hook with windows as what S.Rod explained. I had gone through the PGP source but couldn't understad anything. can you help me.

    COM question c++ help announcement

  • add-in for outlook express
    N Naidu

    Thank you very much. I will go through your OESDK and try to solve my problem. Thank you once again. :rose:

    COM question c++ help announcement

  • add-in for outlook express
    N Naidu

    Hi all, How can I add a toolbar button and a Menu to outlook express (not outlook express 2000)? I am using VC++ 6.0. one more thing is I don't know what is the user's OS and the version of outlook. I mean my program has to identify the os and outlook version automatically and add the component. Can anyone help me please? Thank you in advance.

    COM question c++ help announcement

  • Add/modify Columns and Rows of a CListCtrl
    N Naidu

    I am trying to add/modify the columns and rows of ClistCtrl, when i compile the code there are no errors but when i run the program its giving some error message 'Illeagal Operation'.. My code is as follows: for(int c=0; c< nColumnCount; c++) m_lc.DeleteColumn(0); //here m_cols is the integer value entered by the user //and m_rows is also an integer value entered by the user //m_lc is the ListControl variable if(m_cols > 0) { LV_COLUMN lvcol; lvcol.mask = LVCF_FMT | LVCF_TEXT | LVCF_WIDTH | LVCF_SUBITEM; lvcol.fmt = LVCFMT_LEFT; lvcol.cx = 80; CString s; for(int c=0; c

    C / C++ / MFC c++ help
  • Login

  • Don't have an account? Register

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