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
A

AlexEg

@AlexEg
About
Posts
7
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • oledb and table with no key
    A AlexEg

    Hi, I have on MS-SQL server table without any key. When I use query analyzer I sould select from this table. But when I try the same sql command in my visual c++ application with oledb than it returns error on CCommand::Open. Only creating primary key helps. Should I any way open the table without any key? Thanks, Alex.

    Database c++ database sql-server sysadmin help

  • ODBC-Excel troubles
    A AlexEg

    Hallo, I write into xls file. I try to create new table but I have problems with few characters in header. Do you know how to write "[" and "]" character into headr - field name? And when I need to write upper delta character? Thanks, Alex.

    Database tutorial question

  • ADO: How to check if dBase-Record is deleted
    A AlexEg

    Hi, I don't know how to detect deleted record via ADO, but I know the file structure and there is asterisk in the dbf file. Alex.

    Database tutorial question

  • CListView
    A AlexEg

    Hallo, can anybody help me with CListView class? 1) I can use only one column with width on all view window. Problem is with scroll bar. I get the size of scroll bar in CListView::InitDialog using GetListCtrl().GetScrollBarCtrl()->GetWindowRect(). But at this time is not scroll bar known. So what is the good way? 2) I can't select any row in list control. I filter callbacks on mouse click but how about keyboard click? 3) I can't show header. I used GetListCtrl().SetExtendedStyle(LVS_NOCOLUMNHEADER); in the CListView::InitDialog but it has no effect. Thanks, Alex. Alex

    C / C++ / MFC help question

  • GetProperty and VARIANT
    A AlexEg

    Hi, I need read text value from property which is in registry defined like VARIAT. So I use following code: COleDIspatchDriver m_Driver; ... VARIANT res; VariantInit(&res); m_Driver.GetProperty(Id_PropText, VT_VARIANT, (void*)&res); ... And that returns res.vt=0x2008, res.bstrVal=0x0018f040. But no text even in the data source is correct text value of this property. Have you any idea where can be problem? Thanks Alex.

    COM windows-admin help question

  • URGENT: Mouse hook problem, help me
    A AlexEg

    Hi, do you have this line "#define _WIN32_WINNT 0x0400" before including Afxwin.h ? I found that without it that doesn't work right. Alex

    C / C++ / MFC help

  • Hiding a process in Task Manager !
    A AlexEg

    Try to look at following adress: http://www.codeguru.com/cgi-bin/bbs/wt/showpost.pl?Board=vc&Number=203057&page=0&view=collapsed&sb=5&category= Alex

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