Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Creating ActiveX control Using another ActiveX control in MFC Pin
Programm3r30-May-07 0:57
Programm3r30-May-07 0:57 
GeneralRe: Creating ActiveX control Using another ActiveX control in MFC Pin
arun kumar kk30-May-07 1:06
arun kumar kk30-May-07 1:06 
QuestionEXCEL AUTOMATION, VC++ Pin
artihcv30-May-07 0:46
artihcv30-May-07 0:46 
AnswerRe: EXCEL AUTOMATION, VC++ Pin
Programm3r30-May-07 1:01
Programm3r30-May-07 1:01 
AnswerRe: EXCEL AUTOMATION, VC++ Pin
artihcv30-May-07 1:32
artihcv30-May-07 1:32 
QuestionRe: EXCEL AUTOMATION, VC++ Pin
David Crow30-May-07 4:02
David Crow30-May-07 4:02 
AnswerRe: EXCEL AUTOMATION, VC++ Pin
artihcv30-May-07 18:17
artihcv30-May-07 18:17 
GeneralRe: EXCEL AUTOMATION, VC++ Pin
David Crow31-May-07 2:44
David Crow31-May-07 2:44 
artihcv wrote:
can u help me...


I thought I already did. Use:

books.Open("c:\\book1.txt", 
           COleVariant(0L), 
           vtFalse, 
           COleVariant(6L), 
           vtOptional, 
           vtOptional, 
           vtTrue, 
           vtOptional, 
           vtDelim, 
           vtOptional, 
           vtOptional, 
           vtOptional, 
           vtFalse,
           vtOptional,
           vtOptional);
If you still need to use OpenText(), try:

books.OpenText("c:\\book1.txt",
               COleVariant(1L),
               COleVariant(1L),
               COleVariant(1L),
               -4142,
               vtFalse,
               vtFalse,
               vtFalse,
               vtFalse,
               vtTrue,
               vtFalse,
               vtOptional,
               vtOptional,
               vtOptional,
               vtOptional,
               vtOptional,
               vtOptional,
               vtOptional);



"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: EXCEL AUTOMATION, VC++ Pin
artihcv31-May-07 20:31
artihcv31-May-07 20:31 
GeneralRe: EXCEL AUTOMATION, VC++ Pin
David Crow1-Jun-07 3:03
David Crow1-Jun-07 3:03 
GeneralRe: EXCEL AUTOMATION, VC++ Pin
artihcv1-Jun-07 1:29
artihcv1-Jun-07 1:29 
GeneralRe: EXCEL AUTOMATION, VC++ Pin
David Crow1-Jun-07 3:08
David Crow1-Jun-07 3:08 
GeneralRe: EXCEL AUTOMATION, VC++ Pin
artihcv1-Jun-07 1:33
artihcv1-Jun-07 1:33 
AnswerRe: EXCEL AUTOMATION, VC++ Pin
santhoshv842-Jul-07 1:43
santhoshv842-Jul-07 1:43 
QuestionCreating Setup.exe Pin
garfield18530-May-07 0:30
garfield18530-May-07 0:30 
AnswerRe: Creating Setup.exe Pin
Programm3r30-May-07 0:52
Programm3r30-May-07 0:52 
QuestionSerialize Pin
T.RATHA KRISHNAN30-May-07 0:11
T.RATHA KRISHNAN30-May-07 0:11 
AnswerRe: Serialize Pin
CPallini30-May-07 0:17
mveCPallini30-May-07 0:17 
AnswerRe: Serialize Pin
sw@thi30-May-07 0:20
sw@thi30-May-07 0:20 
AnswerRe: Serialize Pin
Cedric Moonen30-May-07 0:51
Cedric Moonen30-May-07 0:51 
QuestionLooking library for philips 9400 devices Pin
anirudha24329-May-07 23:59
anirudha24329-May-07 23:59 
Questionboot configuration Pin
saisp29-May-07 23:54
saisp29-May-07 23:54 
Questionvector, table and pair, C++ Pin
C_Zealot29-May-07 23:21
C_Zealot29-May-07 23:21 
AnswerRe: vector, table and pair, C++ Pin
Cedric Moonen29-May-07 23:35
Cedric Moonen29-May-07 23:35 
GeneralRe: vector, table and pair, C++ Pin
C_Zealot29-May-07 23:48
C_Zealot29-May-07 23:48 

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.