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

zizzzz

@zizzzz
About
Posts
58
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • about dateTimePicker
    Z zizzzz

    hi every body, salamou alaykom ! how are you ? I have a question about dateTimePicker, normally this control display the current time of my system but I want that it diplay the time 00:00:00 by defaut and user can insert the time he wants. is it possible ? thank's a lot and have a nice day byyyyyyyyyye zizzzzzzzzzzzzzzz

    C / C++ / MFC question

  • question about CDialog
    Z zizzzz

    hi, I want to display my CDialog in a specific position of the screen how can I do this ? thank's

    C / C++ / MFC question

  • update a table in a database
    Z zizzzz

    thank's a lot ;)

    C / C++ / MFC database performance help question announcement

  • update a table in a database
    Z zizzzz

    Hi, I have a question I want to update my table with values like this CString valuestr="('"+m_comm+"','"+m_sp+"')"; CString req="UPDATE T_Port SET CommPort='%s', Speed=' s'"+valuestr; database.ExecuteSQL(req); And I have an error: non valide use of '!','.',or'()' in expression "%S'('COM4','9600')'

    C / C++ / MFC database performance help question announcement

  • problem with propertyPage
    Z zizzzz

    I have a propertyPage in which I have CEdits. I want to display text entred in thoses CEdits from another CDialog. for example in my Page I enter in the CEdit m_edit1 the CString "myName" I want that I transmit this value to an CEdit of a CDialog m_CEdit.setWindowText(m_edit1) so they recommanded me to add message handlers to controls of this page. what does it means ? and how I use these message in this CDialog in which I want to receive the data from this propertyPage ? thank's

    C / C++ / MFC help tutorial question

  • General question about versions of VC++
    Z zizzzz

    switch (pMsg->message) { case WM_MBUTTONDOWN: POINTS pts = MAKEPOINTS( pMsg->lParam ); POINT point; point.x = pts.x; point.y = pts.y; ClientToScreen( &point ); pWnd = WindowFromPoint( point ); if( pWnd == this ) pWnd = m_pParentWnd; hittest = (int)pWnd->SendMessage(WM_NCHITTEST,0,MAKELONG(point.x,point.y)); case WM_KEYDOWN: **case WM_SYSKEYDOWN:** //here is the first error **case WM_KEYDOWN:** case WM_SYSKEYDOWN: //here is the second error Hide(); m_pParentWnd->PostMessage( pMsg->message, pMsg->wParam, pMsg->lParam ); return TRUE; } thank's

    C / C++ / MFC question csharp c++ announcement lounge

  • General question about versions of VC++
    Z zizzzz

    yes exactly this I try to open the project file created with VC6 under VC.NET and I find many errors when compiling it for example in the sample gridctrl_demo221 which is available here with samples of codeproject I find this errors: error C2360: initialisation of 'pts' is ignored bye 'case' in all samples of gridctrl I found many problems but when I run the sample.exe it is working properly

    C / C++ / MFC question csharp c++ announcement lounge

  • General question about versions of VC++
    Z zizzzz

    salam good morning, when I try to execute a sample done in VC++ 6 and I m working with VC++ .net it allow me to convert it but when I run it, it doesn't work there is many errors. and I remarque that many people tried it and it work for them but in VC++ 6. what's the difference between these two version normally when we do an amelioration we keep the basics of the last version ? thank you ! have a nice day zizzzzzzzzzz

    C / C++ / MFC question csharp c++ announcement lounge

  • about GridCtrl
    Z zizzzz

    yes I use this I"nsert ActiveX control" but I only find - Hirarchical FlexGrid Control - SSOLEDBGridContrl -DataGridCtrl (this one is for data from database I don't need it) thank's for the example,I see it but it's very advanced I want some thing for begginers :)

    C / C++ / MFC help question

  • about GridCtrl
    Z zizzzz

    Salam, Good morning everyBody I want to insert a gridCtrl to my CDialog but I don't find the control in controls menu. can you help me ? thanks

    C / C++ / MFC help question

  • thread demon
    Z zizzzz

    ok thanks !

    C / C++ / MFC hardware help question

  • thread demon
    Z zizzzz

    Hello ! I have a function which must be in a "demon" thread because I want that it still running until I close my program. in fact this function is doing a polling with the hardware and it retreive any occured information from it. I didn't work with thread or timer but is it a solution for my problem ? thanks a lot chokran :zzz: zizzzz zizzzzzzzzzzzzzzz

    C / C++ / MFC hardware help question

  • access to variable from another CDialog
    Z zizzzz

    ok I tried to retreive data from my existing class so I put in MyClass1.h : CMyClass2 m_classe2; and I call my parameter like this m_classe.status i should proceed like that ? :~ because i had errors when running the programm :sigh: thank's :) c zizzzzzzzzzz

    C / C++ / MFC help question

  • access to variable from another CDialog
    Z zizzzz

    Hi, my problem is that I have a CDialog1(myClass1) in which I insert a propetysheet (using Picture Ctrl) in this propertysheet i add a propertyPage which generate me a CDialog2(myClass2). I want to get variable from this CDialog and pass it to the first one because I'm sending thoses data into an access table. I tried to get those parameters with this function void CGeneralUser::GetParameter(CString& sStatus,CString& sgender,CString& stel,CString& smobile) { sStatus=m_status; sgender=m_gender; stel=m_tel; smobile=m_mobile; } then I call this function in the first class(myClass1) like this in boutton OK CMyClass2 user; user.GetParameter(sStatus1,sgender1,sTel1,smobile1); When I write AfxMessageBox(sStatus1) for exemple the messagebox is empty I put UpdateData(TRUE); but it doesn't work why???? thank's for your help :confused: c zizzzzzzzzzzz

    C / C++ / MFC help question

  • Event in a control ActiveX
    Z zizzzz

    Hi, how can I use the event in a control Activex when I add an event to the control I have this method: void CPrincipale::CardEventItdcinterfacectrl1(short nIndex, LPCTSTR EventBoardIndex, LPCTSTR EventReaderIndex, LPCTSTR EventCardID, LPCTSTR EventDate, LPCTSTR EventTime, LPCTSTR EventStatus) { // TODO : ajoutez ici le code de votre gestionnaire de messages }

    C / C++ / MFC com question

  • combobox with recordset from database
    Z zizzzz

    I want to display rows from a tabl in the database and user must select between them

    C / C++ / MFC database help tutorial question

  • combobox with recordset from database
    Z zizzzz

    I think rows like in the MFC GRID

    C / C++ / MFC database help tutorial question

  • combobox with recordset from database
    Z zizzzz

    Good evenning everybody ! In my combobox i want that the values are fields from the database when I click on the combobox a popup appear which contain different recordset from the database I saw an example like this but i forget where it was can you help me? :zzz:

    C / C++ / MFC database help tutorial question

  • Question about list Box
    Z zizzzz

    yes David I did it and it's working like I want thank's for you and for uday kiran janaswamy

    C / C++ / MFC question

  • Question about list Box
    Z zizzzz

    thank you this is what I want :-D

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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