Click here to Skip to main content
15,898,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Using Open SSL Pin
Aescleal13-Jul-10 4:11
Aescleal13-Jul-10 4:11 
GeneralRe: Using Open SSL Pin
Rajmohan SK13-Jul-10 17:57
Rajmohan SK13-Jul-10 17:57 
Questionconst string reference variables Pin
apphia_j_7913-Jul-10 2:43
apphia_j_7913-Jul-10 2:43 
AnswerRe: const string reference variables Pin
Cedric Moonen13-Jul-10 2:47
Cedric Moonen13-Jul-10 2:47 
GeneralRe: const string reference variables Pin
apphia_j_7913-Jul-10 3:24
apphia_j_7913-Jul-10 3:24 
GeneralRe: const string reference variables Pin
Cedric Moonen13-Jul-10 3:32
Cedric Moonen13-Jul-10 3:32 
QuestionRe: const string reference variables Pin
CPallini13-Jul-10 2:58
mveCPallini13-Jul-10 2:58 
AnswerRe: const string reference variables Pin
Aescleal13-Jul-10 3:52
Aescleal13-Jul-10 3:52 
AnswerRe: const string reference variables Pin
Niklas L13-Jul-10 4:42
Niklas L13-Jul-10 4:42 
QuestionC2782 Pin
T.RATHA KRISHNAN13-Jul-10 1:47
T.RATHA KRISHNAN13-Jul-10 1:47 
AnswerRe: C2782 Pin
Cedric Moonen13-Jul-10 2:09
Cedric Moonen13-Jul-10 2:09 
AnswerRe: C2782 Pin
Emilio Garavaglia13-Jul-10 7:20
Emilio Garavaglia13-Jul-10 7:20 
Questionimport a registry file in the registry editor Pin
mazizi13-Jul-10 1:07
mazizi13-Jul-10 1:07 
AnswerRe: import a registry file in the registry editor Pin
Electron Shepherd13-Jul-10 3:05
Electron Shepherd13-Jul-10 3:05 
GeneralRe: import a registry file in the registry editor Pin
mazizi13-Jul-10 19:14
mazizi13-Jul-10 19:14 
QuestionSpin Control Pin
AbhiHcl13-Jul-10 0:52
AbhiHcl13-Jul-10 0:52 
AnswerRe: Spin Control Pin
Richard MacCutchan13-Jul-10 1:33
mveRichard MacCutchan13-Jul-10 1:33 
GeneralRe: Spin Control Pin
AbhiHcl13-Jul-10 21:40
AbhiHcl13-Jul-10 21:40 
GeneralRe: Spin Control Pin
Richard MacCutchan13-Jul-10 21:51
mveRichard MacCutchan13-Jul-10 21:51 
AnswerRe: Spin Control Pin
chaau14-Jul-10 17:23
chaau14-Jul-10 17:23 
QuestionUsing MS Excel in VC++ Pin
QSMZ12-Jul-10 20:39
QSMZ12-Jul-10 20:39 
AnswerRe: Using MS Excel in VC++ Pin
Cedric Moonen12-Jul-10 21:30
Cedric Moonen12-Jul-10 21:30 
AnswerRe: Using MS Excel in VC++ Pin
Roger Stoltz13-Jul-10 0:08
Roger Stoltz13-Jul-10 0:08 
AnswerRe: Using MS Excel in VC++ Pin
Sameerkumar Namdeo13-Jul-10 0:31
Sameerkumar Namdeo13-Jul-10 0:31 
AnswerRe: Using MS Excel in VC++ Pin
SnowHow13-Jul-10 10:39
SnowHow13-Jul-10 10:39 
A Simple search of code project yields a number of jewels. ^[]

there are a lot of things to consider when you begin trying to use windows office automation not the least of which C++ isn't the "best choice". VB ultimately is a much better choice for this type of task(native language for excel). Also for deployment will the target users all have office? will they have the "right" version of office? Do you really need to write a full blown app or will VB scripting do the job?

Excel objects are setup just like the in the program books, pages, range and cell.

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.