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
H

Hyien

@Hyien
About
Posts
20
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Displaying international strings
    H Hyien

    How can I display international strings? Is there a function like setlocale which I have to invoke for the various subsystems (GDI, USER etc, etc)

    C / C++ / MFC question graphics

  • Access Setting Options Programactically
    H Hyien

    1. How do I turn off the confirmation warnings when executing action queries and deleting records from VBA code in MS Access 2000? 2. How do I call a VBA routine at startup of the MDB?

    Database question

  • Determining privilege levels of running process
    H Hyien

    Does the process calling these functions require any special access rights? My application can only execute with normal user privileges.

    C / C++ / MFC json question

  • Determining privilege levels of running process
    H Hyien

    On WinNT/2K/XP, how do determine what privilege level a process is executing in (eg whether the process has LocalSystem privileges)? Is there any API call to use?

    C / C++ / MFC json question

  • PHP plugin for Visual Studio
    H Hyien

    Does a PHP4 syntax highlighting plugin exist for Visual Studio 6?

    Web Development csharp php visual-studio question

  • Aggregate Query...
    H Hyien

    I have the following tables: CREATE PLAYER ( PLAYERNO INT UNIQUE NOT NULL, NAME CHAR(20), ... PRIMARY KEY(PLAYERNO) ) CREATE TABLE GAME ( GAMENO INT UNIQUE NOT NULL, PLAYER1 INT, PLAYER2 INT, HOURS INT, ... PRIMARY KEY(GAMENO), FOREIGN KEY(PLAYER1) REFERENCES PLAYER(PLAYERNO), FOREIGN KEY(PLAYER2) REFERENCES PLAYER(PLAYERNO) ) How do I retrieve, for every player, the total number of hours he played as Player1 and the total number of hours played as Player2? The resulting table should be something like: PLAYERNO HRS-PLAYED-AS-P1 HRS-PLAYED-AS-P2

    Database question database game-dev

  • CD-RW programming Win32
    H Hyien

    How does one write to a CD-RW drive in Win32? How do professional software like Adaptec CD Creator do this? Is there a standard API call or is it necessary to use device specific CreateFile/WriteFile/DeviceIOControl commands?

    IT & Infrastructure json question

  • Cleaning up _Restore directory
    H Hyien

    It is already disabled. But the _Restore/Temp directory still keeps growing. I found out that if I set a new restore point, then the folder gets cleared, but is there a way to completely disable system restore?

    C / C++ / MFC question

  • Cleaning up _Restore directory
    H Hyien

    On a WinMe box, how can I disable system restore so that is stops adding *.cpy files into the _Restore directory?

    C / C++ / MFC question

  • GetOpenFileName
    H Hyien

    When calling GetOpenFileName w/ multi-select enabled, is there a way to determine the buffer space required by the lpstrFile pointer ?

    C / C++ / MFC question

  • link to raw binary.
    H Hyien

    What switches should I specify to link.exe to generate a raw binary? Also, can dumpbin disassemble a raw binary?

    C / C++ / MFC question

  • SMS interfacing
    H Hyien

    Where can I find information on making a computer system communicate w/ a cellphone through SMS?

    IT & Infrastructure question

  • Enumerating process ids?
    H Hyien

    Umm...how on Win9X? EnumProcess seems to work only on NT.

    C / C++ / MFC question

  • Low-Level CD access
    H Hyien

    How can I access a CD at the track level in Win32? I'm trying to access Redbook Audio information.

    C / C++ / MFC question

  • Word Wrap in Edit Ctrl
    H Hyien

    How can I implement word wrapping in regular edit controls w/o resorting to subclassing as much as possible.

    C / C++ / MFC question

  • The Future of Windows Programming.
    H Hyien

    you seem to have gone off a different tangent. the original pt is not about c++ but rather the relevance of the win32 api in the future.

    .NET (Core and Framework) c++ csharp json question

  • The Future of Windows Programming.
    H Hyien

    Is it advisable to start coding the '.net' way or remain using the Win32 api / mfc? Will .net objects replace win32 as the native api?

    .NET (Core and Framework) c++ csharp json question

  • Hi-color toolbars
    H Hyien

    Is there a way to enable hicolor when using LoadToolBar? I dont want to create the tool bar from code.

    C / C++ / MFC question

  • Hi-color toolbars
    H Hyien

    How can I make use of hicolor bitmaps in my toolbars?

    C / C++ / MFC question

  • Rebars/Toolbars w/ Dialog app
    H Hyien

    How can I make use of CRebar and CToolBar in a dialog-based window? (I dont want to use CRebarCtrl/CToolBarCtrl) ps: does MS intend to support MFC any further or is it going the way of the dodo?

    C / C++ / MFC question c++
  • Login

  • Don't have an account? Register

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