Click here to Skip to main content
15,913,486 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralStarting thread in OnInitDialog() Pin
raner10-Feb-03 8:04
raner10-Feb-03 8:04 
GeneralRe: Starting thread in OnInitDialog() Pin
Alvaro Mendez10-Feb-03 8:12
Alvaro Mendez10-Feb-03 8:12 
GeneralRe: Starting thread in OnInitDialog() Pin
raner10-Feb-03 19:37
raner10-Feb-03 19:37 
GeneralRe: Starting thread in OnInitDialog() Pin
Dave Bryant10-Feb-03 8:21
Dave Bryant10-Feb-03 8:21 
GeneralRe: Starting thread in OnInitDialog() Pin
raner10-Feb-03 22:35
raner10-Feb-03 22:35 
GeneralRe: Starting thread in OnInitDialog() Pin
Abbas_Riazi10-Feb-03 8:51
professionalAbbas_Riazi10-Feb-03 8:51 
GeneralRe: Starting thread in OnInitDialog() Pin
palbano10-Feb-03 8:55
palbano10-Feb-03 8:55 
GeneralC++ and Excel via ODBC Pin
svinn10-Feb-03 7:56
svinn10-Feb-03 7:56 
How change a color of the cell and color of the text in Excel table via OBDC.

CDatabase database;
...
database.OpenEx(sSql,CDatabase::noOdbcDialog)
...
sSql = "CREATE TABLE Station (Train CHAR,Times CHAR,Way NUMBER,Comment CHAR)";
database.ExecuteSQL(sSql);
...
sSql.Format("INSERT INTO Station (Train,Times,Way,Comment) VALUES ('%s','%s',%d,'%s')",sTrain,sTime,iWay,sComment);
database.ExecuteSQL(sSql);

I want that color of this record was red.




// Sorry for my Englsih
GeneralRe: C++ and Excel via ODBC Pin
Joshua Nussbaum10-Feb-03 8:40
Joshua Nussbaum10-Feb-03 8:40 
GeneralRe: C++ and Excel via ODBC Pin
svinn10-Feb-03 8:45
svinn10-Feb-03 8:45 
GeneralRe: C++ and Excel via ODBC Pin
Joshua Nussbaum12-Feb-03 10:23
Joshua Nussbaum12-Feb-03 10:23 
Generalup Pin
svinn10-Feb-03 10:19
svinn10-Feb-03 10:19 
QuestionHow to send email from C++ code Pin
Shay Harel10-Feb-03 7:25
Shay Harel10-Feb-03 7:25 
AnswerRe: How to send email from C++ code Pin
Chris Meech10-Feb-03 7:38
Chris Meech10-Feb-03 7:38 
GeneralRe: How to send email from C++ code Pin
Shay Harel10-Feb-03 7:47
Shay Harel10-Feb-03 7:47 
GeneralMaximising SDI window Pin
Justin2310-Feb-03 5:56
Justin2310-Feb-03 5:56 
GeneralRe: Maximising SDI window Pin
AlexO10-Feb-03 6:41
AlexO10-Feb-03 6:41 
GeneralRe: Maximising SDI window Pin
Rage10-Feb-03 6:45
professionalRage10-Feb-03 6:45 
Generalautomatically refreshing drive views Pin
will138310-Feb-03 5:45
will138310-Feb-03 5:45 
GeneralRe: automatically refreshing drive views Pin
olivier10-Feb-03 6:04
olivier10-Feb-03 6:04 
GeneralRe: automatically refreshing drive views Pin
olivier10-Feb-03 6:28
olivier10-Feb-03 6:28 
GeneralRe: automatically refreshing drive views Pin
will138310-Feb-03 7:21
will138310-Feb-03 7:21 
QuestionHow to detect that a drive is a DVD ? Pin
olivier10-Feb-03 5:43
olivier10-Feb-03 5:43 
AnswerRe: How to detect that a drive is a DVD ? Pin
Abbas_Riazi10-Feb-03 9:02
professionalAbbas_Riazi10-Feb-03 9:02 
AnswerRe: How to detect that a drive is a DVD ? Pin
Mike Nordell10-Feb-03 11:29
Mike Nordell10-Feb-03 11:29 

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.