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
T

tyagineha

@tyagineha
About
Posts
44
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Video Parameters
    T tyagineha

    hye, in my project,i m usind a DVR card which gives 4 channel video now i have increased the width and height of my all 4 video channels....but the recorded file is not very clear..... can anybody tell me what should i do???? Do i have to change video parameters like brightness,contrast or i have to change video standard like 4CIF,2CIF. please help!!!!! NT

    C / C++ / MFC help question

  • CString return
    T tyagineha

    hey i didnt said 4.... i said only that my listbox has only 1 entry.. NT

    C / C++ / MFC database help question

  • CString return
    T tyagineha

    Okey let me explain in detail. void CMyProj::OnSelchangeList() { CClientdemoDlg dlgobj; dlgobj.OnClientChangeListbox(); } void CClientdemoDlg::OnClientChangeListbox() { CMyProj objnew; CString _temp; _temp=objnew.OnTextList(); } CString CMyProj::OnTextList() { int index; CString _case; index = m_caselist.GetCurSel(); m_caselist.GetText(index,_case); return _case; } notice the classes....... NT -- modified at 5:54 Thursday 16th August, 2007 NT

    C / C++ / MFC database help question

  • CString return
    T tyagineha

    sorry i m not getting you. Nt

    C / C++ / MFC database help question

  • CString return
    T tyagineha

    its not ok in debugger... its giving debug error. i just want to return the value which is in _case. i want to use this value furthur. NT

    C / C++ / MFC database help question

  • CString return
    T tyagineha

    Tell me what should i do now???? NT

    C / C++ / MFC database help question

  • CString return
    T tyagineha

    rite now listbox has only one entry. this function i m defining in one class and calling in another class... the problem which u r saying.. that problem i m nt gntng when i m in same class but when calling this function fron another class then error is cuming. tell me watshld i do now?? Nt

    C / C++ / MFC database help question

  • CString return
    T tyagineha

    ok i m sorry 4 that.... i m inputting a ListBox value.......... NT

    C / C++ / MFC database help question

  • CString return
    T tyagineha

    But i think the function of GetText() is that watever text is at index(watevr value) will be stored in _case. just tell the way i m returning the value of _case is correct or not???? NT

    C / C++ / MFC database help question

  • CString return
    T tyagineha

    I dont want return value of GetText() function i want return value of _case variable NT

    C / C++ / MFC database help question

  • CString return
    T tyagineha

    exception error i m geeting is "Debug Assertion Error". NT

    C / C++ / MFC database help question

  • CString return
    T tyagineha

    i m using following function in my project but gtng an exception error: CString CMyProj::OnTextList() { int index; CString _case; index = m_caselist.GetCurSel(); m_caselist.GetText(index,_case); return _case; } can any body tell me why i m getting error in this code????????? NT

    C / C++ / MFC database help question

  • AddString() function again
    T tyagineha

    let me tell the whole method: i want to diaplay a modeless listbox on button click.i.e when i click a button a listbox pops-up.for this i hav made a new class named CMyLIst which is derived from CListBox.in CMyList i have made my own addstring function which is like this: int CMyList::Addition(LPCTSTR lpszItem) { return CListBox::AddString(lpszItem); } In my Parent class which contains the button i have declared an object of CMyList as: CMyList myobj; and i hav used it as void CMyDemo::OnButton1() { CMyList myobj; if(myobj.DoModal()) { myobj.Addition("hye"); } } but i m getting error that DoModal() is not function of CMYList May be this problem is because i have derived C

    C / C++ / MFC help

  • Addstring function
    T tyagineha

    can i use DoModal function... i dnt knw how to use create...can anybody tell me???? NT

    C / C++ / MFC help tutorial question

  • Addstring function
    T tyagineha

    yes i have derived my new class from CListBox nw do i hav to use create() function???????? NT

    C / C++ / MFC help tutorial question

  • Addstring function
    T tyagineha

    why and how??????????????? NT

    C / C++ / MFC help tutorial question

  • chat window to chat urgent please ?
    T tyagineha

    hye, i m also looking for this topic... can u send me ur project. my id is gemini_5jun@yahoo.com

    C / C++ / MFC c++ tutorial question lounge

  • Addstring function
    T tyagineha

    i want to diaplay a modeless listbox on button click.i m gvng my listbox which in one class from some other class. i hav made a new class in which i have made my own addstring function which is like this: int CMyList::Addition(LPCTSTR lpszItem) { return CListBox::AddString(lpszItem); } i have declared an object of CMyList as: CMyList myobj; obj.Addition("hye"); but i m getting exception error. can anyone tell me how to rectify this exception. is there any other method to do so?? NT

    C / C++ / MFC help tutorial question

  • picture control
    T tyagineha

    Can u tell me the link........ NT

    C / C++ / MFC com graphics game-dev tutorial question

  • Drawing a text over a picture control
    T tyagineha

    hye eli, can u tell me how to insert picture control.......... NT

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