Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to programmatically disable network card Pin
TyMatthews18-Sep-02 6:09
TyMatthews18-Sep-02 6:09 
AnswerRe: How to programmatically disable network card Pin
PJ Arends17-Sep-02 14:57
professionalPJ Arends17-Sep-02 14:57 
GeneralDataExchange Pin
Steve Daly17-Sep-02 5:52
Steve Daly17-Sep-02 5:52 
GeneralRe: DataExchange Pin
Joaquín M López Muñoz17-Sep-02 6:11
Joaquín M López Muñoz17-Sep-02 6:11 
QuestionSystem tray ALERTS ?? Pin
petrol17-Sep-02 5:40
petrol17-Sep-02 5:40 
AnswerRe: System tray ALERTS ?? Pin
jmkhael17-Sep-02 6:42
jmkhael17-Sep-02 6:42 
GeneralMFC42.dll Pin
orcun colak17-Sep-02 5:26
orcun colak17-Sep-02 5:26 
GeneralRe: MFC42.dll Pin
Pavel Klocek17-Sep-02 6:39
Pavel Klocek17-Sep-02 6:39 
GeneralUpdating and changing Title Bar in Application Pin
oRion17-Sep-02 5:21
oRion17-Sep-02 5:21 
GeneralRe: Updating and changing Title Bar in Application Pin
jmkhael17-Sep-02 6:35
jmkhael17-Sep-02 6:35 
GeneralRe: Updating and changing Title Bar in Application Pin
oRion17-Sep-02 22:27
oRion17-Sep-02 22:27 
Questionhow to recognize word from sentence? Pin
wey_horng17-Sep-02 5:12
wey_horng17-Sep-02 5:12 
AnswerRe: how to recognize word from sentence? Pin
Shaun Wilde17-Sep-02 5:20
Shaun Wilde17-Sep-02 5:20 
GeneralRe: how to recognize word from sentence? Pin
Bart Robeyns17-Sep-02 5:30
Bart Robeyns17-Sep-02 5:30 
GeneralRe: how to recognize word from sentence? Pin
Shaun Wilde17-Sep-02 5:39
Shaun Wilde17-Sep-02 5:39 
GeneralRe: how to recognize word from sentence? Pin
wey_horng17-Sep-02 7:30
wey_horng17-Sep-02 7:30 
GeneralRe: how to recognize word from sentence? Pin
Ryan B.17-Sep-02 9:01
Ryan B.17-Sep-02 9:01 
Generalparsing word from sentence? Pin
wey_horng18-Sep-02 4:05
wey_horng18-Sep-02 4:05 
Generalscrollbars in a richedit Pin
ns17-Sep-02 4:36
ns17-Sep-02 4:36 
GeneralWord in C++ Pin
insanely42017-Sep-02 4:24
insanely42017-Sep-02 4:24 
GeneralRe: Word in C++ Pin
jmkhael17-Sep-02 6:48
jmkhael17-Sep-02 6:48 
GeneralRe: Word in C++ Pin
Bill Wilson17-Sep-02 10:27
Bill Wilson17-Sep-02 10:27 
It looks like you have a working technique to communicate with the Word app. If you are asking about the specific commands to issue to word to create the table and do the formatting, I suggest you let the Word program tell you.

Turn on the macro recorder, perform the operations of interest (create table). Then turn off the recorder and read the macro. It will contain the commands you need to implement. The implementation is just like the stuff you already have coded.
GeneralRe: Word in C++ Pin
insanely42017-Sep-02 11:00
insanely42017-Sep-02 11:00 
GeneralWinSock: How do I get the Host Name Pin
Robert Scheckle17-Sep-02 3:44
Robert Scheckle17-Sep-02 3:44 
GeneralRe: WinSock: How do I get the Host Name Pin
Bart Robeyns17-Sep-02 4:43
Bart Robeyns17-Sep-02 4:43 

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.