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
tyagineha
Posts
-
Video Parameters -
CString returnhey i didnt said 4.... i said only that my listbox has only 1 entry.. NT
-
CString returnOkey 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
-
CString returnsorry i m not getting you. Nt
-
CString returnits 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
-
CString returnTell me what should i do now???? NT
-
CString returnrite 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
-
CString returnok i m sorry 4 that.... i m inputting a ListBox value.......... NT
-
CString returnBut 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
-
CString returnI dont want return value of GetText() function i want return value of _case variable NT
-
CString returnexception error i m geeting is "Debug Assertion Error". NT
-
CString returni 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
-
AddString() function againlet 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
-
Addstring functioncan i use DoModal function... i dnt knw how to use create...can anybody tell me???? NT
-
Addstring functionyes i have derived my new class from CListBox nw do i hav to use create() function???????? NT
-
Addstring functionwhy and how??????????????? NT
-
chat window to chat urgent please ?hye, i m also looking for this topic... can u send me ur project. my id is gemini_5jun@yahoo.com
-
Addstring functioni 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
-
picture controlCan u tell me the link........ NT
-
Drawing a text over a picture controlhye eli, can u tell me how to insert picture control.......... NT