Click here to Skip to main content
15,921,941 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionHow to wrapp Friend function in managed c++? Pin
SudhaMakki28-Jun-05 0:51
SudhaMakki28-Jun-05 0:51 
AnswerRe: How to wrapp Friend function in managed c++? Pin
ursus zeta2-Jul-05 8:55
ursus zeta2-Jul-05 8:55 
GeneralCreating Files Pin
Saksida Bojan27-Jun-05 10:02
Saksida Bojan27-Jun-05 10:02 
GeneralRe: Creating Files Pin
osamahmirza2-Jul-05 10:07
osamahmirza2-Jul-05 10:07 
GeneralRe: Creating Files Pin
Saksida Bojan3-Jul-05 3:38
Saksida Bojan3-Jul-05 3:38 
GeneralRe: Creating Files Pin
afinnell15-Jul-05 15:50
afinnell15-Jul-05 15:50 
GeneralRe: Creating Files Pin
Saksida Bojan18-Jul-05 4:35
Saksida Bojan18-Jul-05 4:35 
Generalopening word and passing strings to a word template doc in C++ Pin
JPARR27-Jun-05 0:37
JPARR27-Jun-05 0:37 
Hi,

do any of you know how to open microsoft word in C++? i need to pass strings out to a template word document to fill in.

(john.parr@logicacmg.com)

I know the VB script method:

'Used to open word and populate CD label values in a word template'
Dim oWordApp
Dim oWordDoc
Set oWordApp = CreateObject("Word.Application")
If oWordApp Is Nothing Then
MsgBox "Couldn't start Word."
Else
oWordApp.visible =true
Set oDoc = oWordApp.Documents.Add("C:\cdtemplate.dot")
with oDoc
.bookmarks("mainTitle1").Range.text="HELLO"
.bookmarks("subTitle1").Range.text="TEST_DATA, PLAN_TEST - 393"
End If
GeneralRe: opening word and passing strings to a word template doc in C++ Pin
ursus zeta28-Jun-05 10:19
ursus zeta28-Jun-05 10:19 
GeneralRe: opening word and passing strings to a word template doc in C++ Pin
JPARR28-Jun-05 22:38
JPARR28-Jun-05 22:38 
GeneralFile Operation (Read, Write etc..) monitoring system Pin
e_prabhu26-Jun-05 23:15
e_prabhu26-Jun-05 23:15 
GeneralRe: evolutionry artificial neural network (neural network with genetic algorithm) Pin
Christian Graus26-Jun-05 19:55
protectorChristian Graus26-Jun-05 19:55 
GeneralParameter passing between Managed C++ and C#.NET Pin
wdli24-Jun-05 13:52
wdli24-Jun-05 13:52 
GeneralPen-and-ink filter code Pin
Member 176365723-Jun-05 3:51
Member 176365723-Jun-05 3:51 
GeneralRe: Pen-and-ink filter code Pin
Christian Graus23-Jun-05 18:28
protectorChristian Graus23-Jun-05 18:28 
QuestionMulti-langauge DLLs??? Pin
richiemac23-Jun-05 3:25
richiemac23-Jun-05 3:25 
QuestionHow can I use the standard J# library in a Managed C++ app? Pin
bad_muko23-Jun-05 1:09
bad_muko23-Jun-05 1:09 
GeneralDirectShow Renderer connection problems. Not using CaptureGraphBuilder Pin
CVertex21-Jun-05 18:10
CVertex21-Jun-05 18:10 
QuestionHow can i keep zeros infornt of an int? Pin
Lagwagon5621-Jun-05 10:54
Lagwagon5621-Jun-05 10:54 
AnswerRe: How can i keep zeros infornt of an int? Pin
Christian Graus21-Jun-05 13:57
protectorChristian Graus21-Jun-05 13:57 
QuestionManaged Class Wrapper around Native class question? Pin
Bart-Man20-Jun-05 7:05
Bart-Man20-Jun-05 7:05 
QuestionArray of a __gc class? Pin
Hmmkk19-Jun-05 23:56
Hmmkk19-Jun-05 23:56 
AnswerRe: Array of a __gc class? Pin
Saksida Bojan25-Jun-05 9:14
Saksida Bojan25-Jun-05 9:14 
GeneralUsing Context Free Grammers Pin
fordge19-Jun-05 22:06
fordge19-Jun-05 22:06 
QuestionConsole::WriteLine(S"Hello World"); ? Pin
...---...18-Jun-05 16:26
...---...18-Jun-05 16:26 

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.