I wanna use flexGrid Control emroz
Emre Zorlu
Posts
-
How I show the *.mdb table content on the form? -
How I show the *.mdb table content on the form?I'm working on a dialog based project. I wanna show the *.mdb table content on the form, what shold I do? :confused: emroz
-
How could I run my exe on other computers ?I installed IntallShield but I couldn't create setup file. I created a media which is 2.19 MB.then I setup this file on another computer but there was same problem which was about *.dll.I think I don't know how to use InstallShield.What should I do? emroz
-
How could I run my exe on other computers ?I make a project then I took *.exe.When I wanted to run this project on a computer which has no visual studio.it asked me *.DLL .How could I run my exe on other computers ? emroz
-
How to make setup file ?There is package and deployment in Visual Basic 6.0. But I couldn't find it in visual C++ 6.0. I heard there is a program to make setup file. emroz
-
How to make setup file ?I wrote codes with visual C++ 6.0. How I make setup file? emroz
-
I don't wanna record same information againI'm using *.mdb table.(ODBC) After I add recordset ,it should warn me if I try to add same recordset emroz
-
I don't wanna record same information againAfter adding information,it shouldn't be recorded the same information again. if it is wanted to record same records it should give a message? how can I do this ? emroz
-
how can I warn to make a choice for numeric edit box?When I add information to access table ,I use this code ! set.m_access_attribute = GetDlgItemInt (IDC_EDIT1); How can I warn to fill edit box if it is forgotten:confused: ? emroz
-
how can I warn to make a choice for numeric edit box?When I add information to access table ,I use this code ! set.m_access_attribute = GetDlgItemInt (IDC_EDIT1); How can I warn to fill edit box ? emroz
-
how can I warn to make a choice for numeric edit box?it didn't work:( emroz
-
how can I warn to make a choice for numeric edit box?when I use string ,I can write m_StringeditBox.GetWindowText (str); if(str.IsEmpty()){ MessageBox("please,choose one of them ! "); return; } like tihs ! if I use edit box for numeric value how can I warn ? emroz
-
how I show *.mdb table on a dialog ?I wanna see all of records. I used dataGrid in visual basic. You can see the table on the form with it. How can can I do it in visual C++ emroz
-
how I show *.mdb table on a dialog ?I'm working with ODBC and using *.mdb tables. I wanna show one of tables on a dialog. How can I do this? emroz
-
warning to make a choice for editBoxI can use if(ndx=m_comboBox.GetCurSel()==LB_ERR) { MessageBox("please,choose one of them !"); return; } for comboBox. How can I warn when I use editBox? emroz
-
How can I clear drop list combo box?m_comboBox.ResetContent(); delete all content and m_comboBox.DeleteString(ndx); delete one string. I don't wanna delete any string. I just wanna make null. emroz
-
How can I clear drop list combo box?I can clear drop down combo box with m_comboBox.SetSel (0,-1); m_comboBox.Clear (); but I can't clear drop list combo box ! How can I do this ? emroz
-
How to store a numeric value to *.mdb table from edit box:confused:I'm working on a project which is Single Document-MFC. I'm learning database(ODBC) programing vith visual C++ 6.0. I want to enter a numeric value into an EditBox. Then this value should be stored in *.mdb table as Long Integer. I chose catagory as value and variable type as long for EditBox from class wizard. But I could not write any code for it. please,help me ! emroz
-
to enter numeric value into an edit boxemroz2003@hotmail.com emroz
-
to enter numeric value into an edit boxif you send me,I'll be happy emroz