Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kvant13

    How to Disable DataGrid Updating for separate Coloumn??

    Hi, I use CDataGrid object with ADO. I Want to disable Updating Operation for Users only for separate Coloumn. I used CDataGrid::SetLocked(BOOL) member function but It daesn't work. Please Help Thanks
  2. kvant13

    CDC::SetBkMode Doesn' t work In CWnd

    In CWnd::OnCreate() I call SetSetBkMode() for CDC object But It doesn't work My Code is int CMapObject::OnCreate(LPCREATESTRUCT lpCreateStruct) { if (CWnd::OnCreate(lpCreateStruct) == -1) return -1; //.......... //.......... CClientDC dc(this); //Device context int res =...
  3. kvant13

    How to Change Mouse Cursor For CWnd Object

    How to Change Mouse Cursor For CWnd Object???
  4. kvant13

    How to Drow on CWnd ????

    Hello, please help me with CWnd. I want to Put CStatic objects on CWnd and then move them. On my CWnd there's a background image (CBitmap).
  5. kvant13

    Database

    Visit http://msdn.microsoft.com/library/default.asp?url=/nhp/Default.asp?contentid=28001860 !!!
  6. kvant13

    How to get function names from DLL???

    I have problem with DLL. I have to use DLL which has some useful functions but I don't know their names. What Can I Do???? Thanks.
  7. kvant13

    How to call CWnd * member function???

    Thank you timmay3141. It's helpful
  8. kvant13

    How to call dialog member function from another Dialog

    I have to use two Dialogs(CDialog). D1(parent) and D2(child). I use (CWnd* pParent, it points D1) in D2 dialog constructor. And it works. But How can I call member Function from D1 in D2????? Thanks
  9. kvant13

    How to call CWnd * member function???

    I have to use two Dialogs(CDialog). D1(parent) and D2(child). I use (CWnd* pParent, it points D1) in D2 dialog constructor. And it works. But How can I call member Function from D1 in D2????? Thanks
  10. kvant13

    Adodc Problem

    Thank you BEHZADTALA. You are very kind. that's nice code. But it's DAO and I use ADO (ADODC). althought thank you for your help.
  11. kvant13

    Adodc Problem

    dear BEHZADTALA Thank you very much but result=m_StaffData.GetRecordset()(fname); doesn't work there is an error 'error C2064: term does not evaluate to a function' in my code there was an error in "GetFields)" but it isn,t the reason of that error...
  12. kvant13

    Adodc Problem

    I have a problem with CAdodc Object. CAdodc m_StaffData; I Want to make same changes in CAdodc::OnWillMoveAdodc. But there's an error. Please Help. void CStaffDetal::OnWillMoveAdodc1(long adReason, long FAR* adStatus, LPDISPATCH pRecordset) {_variant_t fname, result; try {...

Part and Inventory Search

Back
Top