Click here to Skip to main content
15,867,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: I want to know which os am using from C code.Is it is possible? Pin
Moak15-Sep-09 23:26
Moak15-Sep-09 23:26 
QuestionGet pixel data from PBITMAPINFO struct? Pin
Sauce!15-Sep-09 2:15
Sauce!15-Sep-09 2:15 
AnswerRe: Get pixel data from PBITMAPINFO struct? [modified] Pin
CPallini15-Sep-09 2:31
mveCPallini15-Sep-09 2:31 
GeneralRe: Get pixel data from PBITMAPINFO struct? Pin
Sauce!15-Sep-09 2:58
Sauce!15-Sep-09 2:58 
QuestionMS Word document creating Pin
Igor IP15-Sep-09 1:41
professionalIgor IP15-Sep-09 1:41 
AnswerRe: MS Word document creating Pin
Stuart Dootson15-Sep-09 1:56
professionalStuart Dootson15-Sep-09 1:56 
GeneralRe: MS Word document creating Pin
Igor IP15-Sep-09 2:02
professionalIgor IP15-Sep-09 2:02 
GeneralRe: MS Word document creating Pin
Stuart Dootson15-Sep-09 2:36
professionalStuart Dootson15-Sep-09 2:36 
Well - getting text from dialog fields - you can find that out from any number of places - this link[^] should help.

As for inserting into the document - well, you need to navigate through the document using the Word object model. The Document object has a Content property, which is a Range object representing the main flow of text in the document. A Range object has various properties (like Paragraphs or Characters properties) that allow you to manipulate the text in the document. Prototype in Visual BASIC - it's a lot quicker and easier.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: MS Word document creating Pin
Igor IP15-Sep-09 3:48
professionalIgor IP15-Sep-09 3:48 
QuestionCDaoRecordset Problem.. Pin
jadhavjitendrar15-Sep-09 1:19
jadhavjitendrar15-Sep-09 1:19 
AnswerRe: CDaoRecordset Problem.. Pin
CPallini15-Sep-09 2:11
mveCPallini15-Sep-09 2:11 
AnswerRe: CDaoRecordset Problem.. Pin
ramana.g15-Sep-09 21:59
ramana.g15-Sep-09 21:59 
Question_variant_t to CString Pin
rdop15-Sep-09 0:05
rdop15-Sep-09 0:05 
AnswerRe: _variant_t to CString Pin
CPallini15-Sep-09 0:21
mveCPallini15-Sep-09 0:21 
GeneralRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 0:30
professionalStuart Dootson15-Sep-09 0:30 
QuestionRe: _variant_t to CString Pin
CPallini15-Sep-09 2:07
mveCPallini15-Sep-09 2:07 
AnswerRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 2:43
professionalStuart Dootson15-Sep-09 2:43 
GeneralRe: _variant_t to CString Pin
rdop15-Sep-09 0:33
rdop15-Sep-09 0:33 
QuestionRe: _variant_t to CString Pin
CPallini15-Sep-09 2:08
mveCPallini15-Sep-09 2:08 
AnswerRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 0:28
professionalStuart Dootson15-Sep-09 0:28 
GeneralRe: _variant_t to CString Pin
rdop15-Sep-09 1:09
rdop15-Sep-09 1:09 
GeneralRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 1:53
professionalStuart Dootson15-Sep-09 1:53 
GeneralRe: _variant_t to CString Pin
rdop15-Sep-09 2:07
rdop15-Sep-09 2:07 
GeneralRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 2:27
professionalStuart Dootson15-Sep-09 2:27 
GeneralRe: _variant_t to CString Pin
Randor 15-Sep-09 3:50
professional Randor 15-Sep-09 3: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.