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
W

WinAPILearner

@WinAPILearner
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Program to Run/Stary/ Spond while Running
    W WinAPILearner

    Dear Mr. Alok Gupta, Thank to you and Void Nish, the HOTKEY is Done. I studied services.I want my application to be in "Windows Notification Area" like MSN Massager. Should I study Services or CreateProcess, or something else? Please Note, my application will run on win 9x/2k/XP. Is not good to not know, and is worse to not ask!

    C / C++ / MFC help

  • Program to Run/Stary/ Spond while Running
    W WinAPILearner

    I could not find anything about: desktop intercative services in CodeProject. I use the function like: iStat = RegisterHotKey(hwnd,77070,MOD_CONTROL && MOD_ALT, VK_R); But I get 'VK_R' : undeclared identifier error? Will appreciate a sample code.

    C / C++ / MFC help

  • Program to Run/Stary/ Spond while Running
    W WinAPILearner

    I would like to develope an application in Win32, once run it should stay running and POPUP, when I press Special Keys i.e. Ctrl+Alt+R. Any help is highly appreciated.

    C / C++ / MFC help

  • Help on Command Line Parameters
    W WinAPILearner

    Hi, In a Win32 Application I would like to check if command line parameters /b /a is provided. The Messagebox show me the parametters like /b /a but the if condition do not met it alwasy the else statment that apply. if ("/b" == szCmdLine || szCmdLine == "/a") { MessageBox (NULL, szCmdLine,"met",0); } else { MessageBox (NULL, szCmdLine,"Not met",0); } I did also chcked "//b" == szCmdLine. What I am missing? Regards.

    C / C++ / MFC help question

  • Connection to MS Access Database
    W WinAPILearner

    Dear David Crow, I would like to use ODBC, Win API in a Win32 Application, my Database is just a catalog. Select ProductID in listbox and then Show Other Information in a Static text windows. I found this Interesting Article but it is MFC, I want the same thing in Win API. href="http://www.codeproject.com/database/readdb.asp#xx467253xx"> Using the CDatabase class to read an Access databases I posted my code to the author, I will appreciate if you have a look at. Thanks

    C / C++ / MFC c++ database com question json

  • Connection to MS Access Database
    W WinAPILearner

    Dear All, I am developing a Win32 Application in Windows API VC6.0, I need to use an MS Access 2000 Database to connect to. Reading some of the Articles on codeproject site, but could not decide what is the best to use: ADO COM DAO ODBC My Appliction need to run smootly on Windows 9x, 2k and XP? ======================= Just reading the Article: Express OLE DB Library: An ideal data access solution for C++ By Ghanshyam Naik, I decided to use ODBC for my project. Any help is appreciate to connect to MS ACCESS using ODBC (NOT MFC) or using MFC Classes in Win32 and Win API Programming. WinAPILaerner

    C / C++ / MFC c++ database com question json
  • Login

  • Don't have an account? Register

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