Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Intervals of three {MOD} Pin
David Crow19-Jun-07 7:48
David Crow19-Jun-07 7:48 
GeneralRe: Intervals of three {MOD} Pin
Programm3r19-Jun-07 7:56
Programm3r19-Jun-07 7:56 
AnswerRe: Intervals of three Pin
Iain Clarke, Warrior Programmer19-Jun-07 6:09
Iain Clarke, Warrior Programmer19-Jun-07 6:09 
QuestionRe: Intervals of three Pin
David Crow19-Jun-07 6:12
David Crow19-Jun-07 6:12 
AnswerRe: Intervals of three Pin
Iain Clarke, Warrior Programmer19-Jun-07 10:58
Iain Clarke, Warrior Programmer19-Jun-07 10:58 
GeneralRe: Intervals of three Pin
Programm3r19-Jun-07 6:13
Programm3r19-Jun-07 6:13 
QuestionMemo datatype gives error in Recordset Pin
shivditya19-Jun-07 5:48
shivditya19-Jun-07 5:48 
AnswerRe: Memo datatype gives error in Recordset Pin
ahmad_ali20-Jun-07 4:35
ahmad_ali20-Jun-07 4:35 
I'm not sure how to fix your problem with Memo,
but if you change it to OLE Object it will work.

OLE Object can store CByteArray so you can insert
any binary data, not just text.

<br />
// in recorset header file<br />
CByteArray m_MyKey;<br />
<br />
// in recordset cpp file DoFieldExchange()<br />
RFX_Binary(pFX, _T("[MyKey]"), m_MyKey);

AnswerRe: Memo datatype gives error in Recordset Pin
shivditya20-Jun-07 4:51
shivditya20-Jun-07 4:51 
QuestionC++ Timing, Profiler and timers Pin
wings219-Jun-07 5:45
wings219-Jun-07 5:45 
AnswerRe: C++ Timing, Profiler and timers Pin
softwaremonkey19-Jun-07 6:09
softwaremonkey19-Jun-07 6:09 
QuestionRe: C++ Timing, Profiler and timers Pin
wings220-Jun-07 6:30
wings220-Jun-07 6:30 
AnswerRe: C++ Timing, Profiler and timers Pin
Nemanja Trifunovic19-Jun-07 6:11
Nemanja Trifunovic19-Jun-07 6:11 
AnswerRe: C++ Timing, Profiler and timers Pin
David Crow19-Jun-07 6:11
David Crow19-Jun-07 6:11 
AnswerRe: C++ Timing, Profiler and timers Pin
Iain Clarke, Warrior Programmer19-Jun-07 6:21
Iain Clarke, Warrior Programmer19-Jun-07 6:21 
AnswerRe: C++ Timing, Profiler and timers Pin
Force Code19-Jun-07 9:45
Force Code19-Jun-07 9:45 
GeneralRe: C++ Timing, Profiler and timers Pin
Force Code19-Jun-07 9:53
Force Code19-Jun-07 9:53 
GeneralRe: C++ Timing, Profiler and timers Pin
Mark Salsbery19-Jun-07 10:03
Mark Salsbery19-Jun-07 10:03 
GeneralRe: C++ Timing, Profiler and timers [modified] Pin
Force Code19-Jun-07 10:45
Force Code19-Jun-07 10:45 
GeneralRe: C++ Timing, Profiler and timers Pin
Mark Salsbery19-Jun-07 10:57
Mark Salsbery19-Jun-07 10:57 
GeneralRe: C++ Timing, Profiler and timers Pin
Force Code19-Jun-07 11:06
Force Code19-Jun-07 11:06 
GeneralRe: C++ Timing, Profiler and timers Pin
Mark Salsbery19-Jun-07 11:17
Mark Salsbery19-Jun-07 11:17 
GeneralRe: C++ Timing, Profiler and timers Pin
Force Code19-Jun-07 11:30
Force Code19-Jun-07 11:30 
QuestionSwitching to administrator programmatically Pin
softwaremonkey19-Jun-07 5:39
softwaremonkey19-Jun-07 5:39 
JokeRe: Switching to administrator programmatically Pin
shivditya19-Jun-07 5:50
shivditya19-Jun-07 5:50 

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.