Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ newbie question: how to rotate and read pixels? Pin
Chris Losinger14-Oct-05 5:21
professionalChris Losinger14-Oct-05 5:21 
GeneralRe: C++ newbie question: how to rotate and read pixels? Pin
Anonymous14-Oct-05 6:07
Anonymous14-Oct-05 6:07 
GeneralRe: C++ newbie question: how to rotate and read pixels? Pin
Chris Losinger14-Oct-05 7:31
professionalChris Losinger14-Oct-05 7:31 
AnswerRe: C++ newbie question: how to rotate and read pixels? Pin
Ted Ferenc14-Oct-05 6:32
Ted Ferenc14-Oct-05 6:32 
QuestionHow to set a CString as dwData of a TBBUTTON? Pin
Tcpip200514-Oct-05 2:28
Tcpip200514-Oct-05 2:28 
QuestionRe: How to set a CString as dwData of a TBBUTTON? Pin
David Crow14-Oct-05 3:03
David Crow14-Oct-05 3:03 
AnswerRe: How to set a CString as dwData of a TBBUTTON? Pin
begray14-Oct-05 5:36
begray14-Oct-05 5:36 
AnswerRe: How to set a CString as dwData of a TBBUTTON? Pin
Arman S.14-Oct-05 9:56
Arman S.14-Oct-05 9:56 
CString strExtra;
TBBUTTON tbb;
tbb.dwData = (DWORD) (LPCTSTR) strExtra;


--
======
Arman
AnswerRe: How to set a CString as dwData of a TBBUTTON? Pin
Arman S.14-Oct-05 10:02
Arman S.14-Oct-05 10:02 
GeneralRe: How to set a CString as dwData of a TBBUTTON? Pin
Tcpip200514-Oct-05 17:39
Tcpip200514-Oct-05 17:39 
QuestionHow to update the View frm other class not from Doc class? Pin
lavate malllik14-Oct-05 2:23
lavate malllik14-Oct-05 2:23 
AnswerRe: How to update the View frm other class not from Doc class? Pin
David Crow14-Oct-05 3:06
David Crow14-Oct-05 3:06 
AnswerRe: How to update the View frm other class not from Doc class? Pin
Prakash Nadar14-Oct-05 5:44
Prakash Nadar14-Oct-05 5:44 
AnswerRe: How to update the View frm other class not from Doc class? Pin
Arman S.14-Oct-05 9:44
Arman S.14-Oct-05 9:44 
QuestionODBC with VC++ Pin
sirtimid14-Oct-05 1:51
sirtimid14-Oct-05 1:51 
QuestionRe: ODBC with VC++ Pin
David Crow14-Oct-05 3:07
David Crow14-Oct-05 3:07 
AnswerRe: ODBC with VC++ Pin
sirtimid14-Oct-05 3:28
sirtimid14-Oct-05 3:28 
GeneralRe: ODBC with VC++ Pin
David Crow14-Oct-05 3:43
David Crow14-Oct-05 3:43 
AnswerRe: ODBC with VC++ Pin
Alfista7114-Oct-05 9:28
Alfista7114-Oct-05 9:28 
QuestionInserting Javascript Dynamically to an HTML page Pin
Anonymous14-Oct-05 1:16
Anonymous14-Oct-05 1:16 
QuestionRe: Inserting Javascript Dynamically to an HTML page Pin
David Crow14-Oct-05 3:09
David Crow14-Oct-05 3:09 
AnswerRe: Inserting Javascript Dynamically to an HTML page Pin
Ranjish14-Oct-05 3:30
Ranjish14-Oct-05 3:30 
AnswerRe: Inserting Javascript Dynamically to an HTML page Pin
Marc Soleda14-Oct-05 5:34
Marc Soleda14-Oct-05 5:34 
GeneralRe: Inserting Javascript Dynamically to an HTML page Pin
Ranjish16-Oct-05 19:04
Ranjish16-Oct-05 19:04 
GeneralRe: Inserting Javascript Dynamically to an HTML page Pin
Marc Soleda16-Oct-05 20:54
Marc Soleda16-Oct-05 20:54 

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.