Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: check value of a bit in byte Pin
Mark Salsbery23-Jan-07 8:20
Mark Salsbery23-Jan-07 8:20 
GeneralRe: check value of a bit in byte Pin
toxcct23-Jan-07 8:24
toxcct23-Jan-07 8:24 
GeneralRe: check value of a bit in byte Pin
Mark Salsbery23-Jan-07 9:26
Mark Salsbery23-Jan-07 9:26 
QuestionFixed format documents Pin
eusto23-Jan-07 3:23
eusto23-Jan-07 3:23 
AnswerRe: Fixed format documents Pin
James R. Twine23-Jan-07 4:12
James R. Twine23-Jan-07 4:12 
GeneralRe: Fixed format documents Pin
eusto23-Jan-07 4:53
eusto23-Jan-07 4:53 
QuestionDisable selection highlighting in a CTreeCtrl Pin
Tnarol23-Jan-07 3:21
Tnarol23-Jan-07 3:21 
QuestionTrue DBGrid in VC++ Pin
liur1723-Jan-07 2:43
liur1723-Jan-07 2:43 
Hi,
I try to translate text to text in True DBGrid control, but it seems not work in VC++, my code list below:
....
CValueItems oValueItems;
oValueItems = m_CtrlTDBG.GetColumns().GetItem(&index).GetValueItems();
CValueItemDisp* pValueItemDisp = new CValueItemDisp();
pValueItemDisp->SetValue(old_value);
pValueItemDisp->SetDisplayValue(new_value);
oValueItems.Add((LPDISPATCH)pValueItemDisp);
oValueItems.SetTranslate(TRUE);
....
I don't know how to use the function CValueItems.Add(LPDISPATCH vItem), someone can give me any suggestion? Thanks!
AnswerRe: True DBGrid in VC++ Pin
ThatsAlok23-Jan-07 18:45
ThatsAlok23-Jan-07 18:45 
GeneralRe: True DBGrid in VC++ Pin
liur1723-Jan-07 21:08
liur1723-Jan-07 21:08 
Questioncheck whether user logged in to Local system/domain Pin
sach!!23-Jan-07 2:33
sach!!23-Jan-07 2:33 
AnswerRe: check whether user logged in to Local system/domain Pin
David Crow23-Jan-07 3:03
David Crow23-Jan-07 3:03 
GeneralRe: check whether user logged in to Local system/domain Pin
sach!!23-Jan-07 3:17
sach!!23-Jan-07 3:17 
QuestionRe: check whether user logged in to Local system/domain Pin
David Crow23-Jan-07 3:40
David Crow23-Jan-07 3:40 
AnswerRe: check whether user logged in to Local system/domain Pin
James R. Twine23-Jan-07 4:06
James R. Twine23-Jan-07 4:06 
QuestionProperty Sheets and OnInitialize() Pin
Like2Byte23-Jan-07 2:31
Like2Byte23-Jan-07 2:31 
AnswerRe: Property Sheets and OnInitialize() Pin
David Crow23-Jan-07 3:06
David Crow23-Jan-07 3:06 
QuestionCString to LPCSTR. Pin
uday kiran janaswamy23-Jan-07 1:25
uday kiran janaswamy23-Jan-07 1:25 
AnswerRe: CString to LPCSTR. Pin
Mass Nerder23-Jan-07 1:47
Mass Nerder23-Jan-07 1:47 
GeneralRe: CString to LPCSTR. Pin
uday kiran janaswamy23-Jan-07 1:56
uday kiran janaswamy23-Jan-07 1:56 
GeneralRe: CString to LPCSTR. Pin
James R. Twine23-Jan-07 2:49
James R. Twine23-Jan-07 2:49 
GeneralRe: CString to LPCSTR. Pin
David Crow23-Jan-07 3:09
David Crow23-Jan-07 3:09 
AnswerRe: CString to LPCSTR. Pin
Anilkumar K V23-Jan-07 1:56
Anilkumar K V23-Jan-07 1:56 
AnswerRe: CString to LPCSTR. Pin
Abris23-Jan-07 2:09
Abris23-Jan-07 2:09 
AnswerRe: CString to LPCSTR. Pin
toxcct23-Jan-07 2:21
toxcct23-Jan-07 2:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.