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
D

Drawil

@Drawil
About
Posts
40
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Disable popup menu
    D Drawil

    i tried this code but it didn't work : CWnd *pMain=AfxGetMainWnd(); CMenu * pMenu=pMain->GetMenu(); CMenu * pSubMenu=pMenu->GetSubMenu(3); pSubMenu->EnableMenuItem( 1,MF_DISABLED| MF_GRAYED | MF_BYPOSITION ); in spite of this the following code is working properlly: CWnd *pMain=AfxGetMainWnd(); CMenu * pMenu=pMain->GetMenu(); pMenu->EnableMenuItem(3,MF_DISABLED| MF_GRAYED | MF_BYPOSITION ); please any help, why this happen Best Regards :)

    C / C++ / MFC help

  • ending SDI application
    D Drawil

    thank u for it is working now Best Regards :)

    C / C++ / MFC question

  • Dialog edit control & Enter key
    D Drawil

    Hi I think to deactivate Enter Key u have to cancel OnOk() in the virtual member function like the following: ////////////////////////////////////////////// void CanyDlg::OnOK() { // TODO: Add extra validation here //CDialog::OnOK(); } ////////////////////////////////////////////// Best Regards :)

    C / C++ / MFC help question

  • ending SDI application
    D Drawil

    hello every body I want to know how can i end an sdi application like what we do in the Dialog application by calling CDialog::OnOk() Best Regards :)

    C / C++ / MFC question

  • toolbar
    D Drawil

    thank you very match:-O Best Regards :)

    C / C++ / MFC question

  • toolbar
    D Drawil

    Hello I want to make a separator between tow buttons in toolbar!! how can i do it? Best Regards :)

    C / C++ / MFC question

  • member variables and functions
    D Drawil

    I think so because I can get the members list in some funcions that decleared as virtual function and I cann't in other functions that decleared as afx_msg function. I donn't know why :confused: Best Regards :)

    C / C++ / MFC question help

  • member variables and functions
    D Drawil

    yes Best Regards :)

    C / C++ / MFC question help

  • member variables and functions
    D Drawil

    Hello In project which designed in VC6, when i write any object then the member variables and functions of this object are written or appeared automaticly as in VB6, but this nice feature doesn't work in all functions :(( . How can I solve this problem? Best Regards :)

    C / C++ / MFC question help

  • About the size of CString
    D Drawil

    hi again yes that is right :) there is no problem with CString. the problem was in the Watch window which could not show all char in CString. Best Regards :)

    C / C++ / MFC help

  • About the size of CString
    D Drawil

    Thank u for ur reply I know every thing appeares normal in my code, but after this step if watch this variable 'query' it equals: "select distinct globalt.Mkname,globalt.Route,globalt.Time,globalt.SI,globalt.NDV,globalt.ANBLO,Avg(globalt.Traff) AS AvgTraffic,Avg( globalt.CCONG) AS AvgCCONG from globalt where ((([globalt].[Route]) Like '*SS*' Or ([globalt].[Route]) Like '*I')=Fal" as u see some char doesnot included "se", even if i add more strings to this variable like query+="any thing" then it doesnt appeare. so this is my problem!!!! Best Regards :)

    C / C++ / MFC help

  • About the size of CString
    D Drawil

    CString query; query=_T("select distinct globalt.Mkname,globalt.Route,globalt.Time,globalt.SI,globalt.NDV,globalt.ANBLO,Avg(globalt.Traff) AS AvgTraffic,Avg( globalt.CCONG) AS AvgCCONG \n" "from globalt \n" "where ((([globalt].[Route]) Like '*SS*' Or ([globalt].[Route]) Like '*I')=False"); Best Regards :)

    C / C++ / MFC help

  • About the size of CString
    D Drawil

    Hello every body i try to put mor than 256 char in the CString viriable but i cannot, any help. Best Regards :)

    C / C++ / MFC help

  • store data
    D Drawil

    hello i want to save some information, that written in edit box, in a text file, how can i do this by javascript. thank you Best Regards :)

    Web Development javascript question

  • context sensitive Help
    D Drawil

    Hello I use the wizard to make new project and I select context sensitive Help, the question is: can I remove this option from my project? how?? Best Regards :)

    C / C++ / MFC question help

  • database (ADO)
    D Drawil

    hi again thakx alot, it works after i added the include line. but what's the precompiled header!! Best Regards :)

    C / C++ / MFC help c++ database com

  • database (ADO)
    D Drawil

    hi i download the class that in 'codeproject.com/database' and when i added the ado.h and ado.cpp to my program the following error occures: "fatal error C1010: unexpected end of file while looking for precompiled header directive" the file that indicated in error is ado.cpp any help!!! :-D Best Regards :)

    C / C++ / MFC help c++ database com

  • ado
    D Drawil

    hi every body i added a microsoft ado data control after that many classes added to my workspace such as C_Recordset.., i need any help or example to know how connect and make a query. Best Regards :)

    C / C++ / MFC database help tutorial workspace

  • compatibilty issue (VC5.0 and VC6.0)
    D Drawil

    the problem happen when I press Go Button the program, i got the following message: Unhandled exception in file.exe: 0xC0000005: Access Violation Best Regards :)

    C / C++ / MFC c++ help

  • compatibilty issue (VC5.0 and VC6.0)
    D Drawil

    hi every body i had an old projects desgined with vc++5.0 (source code), when i built these projects I couldn't make an exe file for this project. Best Regards :)

    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