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
Z

zakarias

@zakarias
About
Posts
8
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to change menu item propeties ?
    Z zakarias

    Hi, How can I change the menu item properties dynamically? basically, I want to have the menu caption "Running!" when a certain code in my application is running and "Stopped" when the code is in standby. Thank you for your help Zakaria :confused:

    C / C++ / MFC question help tutorial

  • How to write a string that contains the caracter "
    Z zakarias

    I need to strcpy the following phrase (I go "to" school) to a string. I tried the following: char test[50]; strcpy(test,"I go "to" school"); of course this is wrong!! Please help! Thanks in advance

    C / C++ / MFC help tutorial learning

  • How to open a database without MFC ?
    Z zakarias

    How can I open a database and execute SQL requests without MFC classes (CDaoDatabase, CDaoRecordset...)? in other words: how people used to work with databases before the existance of MFC (the old times)? Thank you in advance.:rose:

    C / C++ / MFC database question c++ tutorial

  • C1189: #error : MFC requires C++ compilation (use a .cpp suffix)
    Z zakarias

    I tried to link with MFC, change compile settings...etc but many other errors appeared...I still don't know how to convert from C to C++...beginner's problem! Maybe I will create a dll with all the MFC functions that I'll need and I'll call them from my application. Thanks a lot for your help.

    C / C++ / MFC c++ help csharp visual-studio

  • How do I open SQL database using DAO??
    Z zakarias

    Here is a simple example. CDaoDatabase db; char requetesql[300]; db.Open(_T("db1.mdb")); CDaoRecordset rs(&db); rs.Open(dbOpenDynaset, _T("SELECT count([Mis1]) AS numMis1 FROM comptes WHERE Mis1=200 and Mis3=200;")); COleVariant varName; //...etc varName= rs.GetFieldValue("numMis1"); rs.Close(); db.Close(); } don't forget to #include . Good luck!

    C / C++ / MFC database question

  • C1189: #error : MFC requires C++ compilation (use a .cpp suffix)
    Z zakarias

    Hi! I am trying to use CString in my project, after including the file afx.h I received the following error:"G:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE\afx.h(15) : fatal error C1189: #error : MFC requires C++ compilation (use a .cpp suffix)". I went to project->settings->C/C++ and I choosed "category"->precompiled headers->use precompiled headers and I added stdafx.h I don't understand! the error is still there! Please help!!:rose:

    C / C++ / MFC c++ help csharp visual-studio

  • Problem with killing a process
    Z zakarias

    Thanks a lot!! You are right!!

    C / C++ / MFC help

  • Problem with killing a process
    Z zakarias

    Please help!! When I stop my application (appl1.exe), the process appl1.exe is not killed. Bellow is the loop that causes this problem. for(;;){ Sleep(100);//pour alléger le CPU DoEvents(); if (Playing==FALSE) { Playing=TRUE; break; } //end if }// end for where: void DoEvents(void) { MSG msg; while(PeekMessage(&msg,NULL,0,0,PM_REMOVE)) { TranslateMessage(&msg); DispatchMessage(&msg); } } Thank you very much in advance. Zakaria azakaria_2000@voila.fr

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