Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: File transfer Pin
Niiiissssshhhhhuuuuu19-Apr-07 17:46
Niiiissssshhhhhuuuuu19-Apr-07 17:46 
QuestionExport Single MS Access Data Table Pin
polishprogrammer19-Apr-07 3:45
polishprogrammer19-Apr-07 3:45 
Questionwho can teach me hacker id games..?? Pin
katak9119-Apr-07 3:35
katak9119-Apr-07 3:35 
AnswerRe: who can teach me hacker id games..?? Pin
Dave Kreskowiak19-Apr-07 4:15
mveDave Kreskowiak19-Apr-07 4:15 
AnswerRe: who can teach me hacker id games..?? Pin
Colin Angus Mackay19-Apr-07 5:14
Colin Angus Mackay19-Apr-07 5:14 
QuestionMicrosoft Interop Office Word Pin
g1b19-Apr-07 3:24
g1b19-Apr-07 3:24 
AnswerRe: Microsoft Interop Office Word Pin
kubben19-Apr-07 6:26
kubben19-Apr-07 6:26 
GeneralRe: Microsoft Interop Office Word Pin
g1b19-Apr-07 7:16
g1b19-Apr-07 7:16 
I opened up a new Word Doc. Started recording the macro. Created a Text Box and started typing some text in it. Stopped recording of the macro and did an Edit of the Macro to see the code and this is all i got out of it:

ActiveDocument.ToggleFormsDesign
Selection.InlineShapes.AddOLEControl ClassType:="Forms.TextBox.1"
ActiveDocument.ToggleFormsDesign
ActiveDocument.ToggleFormsDesign
ActiveDocument.ViewPropertyBrowser
ActiveDocument.ViewPropertyBrowser

It still does not tell me how to access the Text Box.
I can create on for the Word doc with

aDoc.InlineShapes.AddOLEControl(ref TextBoxName,ref Range);

put i need to get one that is already in the word doc

any ideas?

GeneralRe: Microsoft Interop Office Word Pin
kubben19-Apr-07 7:43
kubben19-Apr-07 7:43 
QuestionImplementing "CANCEL" action while copying large files Pin
manustone19-Apr-07 3:04
manustone19-Apr-07 3:04 
AnswerRe: Implementing "CANCEL" action while copying large files Pin
manustone19-Apr-07 6:31
manustone19-Apr-07 6:31 
QuestionCopying a file from windows share Pin
clint198219-Apr-07 3:04
clint198219-Apr-07 3:04 
AnswerRe: Copying a file from windows share Pin
kubben19-Apr-07 6:27
kubben19-Apr-07 6:27 
QuestionExceptions in catch blocks... Pin
Shy Agam19-Apr-07 2:39
Shy Agam19-Apr-07 2:39 
AnswerRe: Exceptions in catch blocks... Pin
Colin Angus Mackay19-Apr-07 3:01
Colin Angus Mackay19-Apr-07 3:01 
GeneralRe: Exceptions in catch blocks... Pin
Shy Agam19-Apr-07 3:06
Shy Agam19-Apr-07 3:06 
GeneralRe: Exceptions in catch blocks... Pin
Dan Neely19-Apr-07 3:11
Dan Neely19-Apr-07 3:11 
QuestionBuilding Desktop apps with C# and WinForms Pin
Jerry Evans19-Apr-07 2:33
Jerry Evans19-Apr-07 2:33 
AnswerRe: Building Desktop apps with C# and WinForms Pin
Judah Gabriel Himango19-Apr-07 4:26
sponsorJudah Gabriel Himango19-Apr-07 4:26 
QuestionGenerating SQL Client provider equalent connectionstring from ODBC connectionstring Pin
kumar.bs19-Apr-07 2:25
kumar.bs19-Apr-07 2:25 
QuestionAdding Data to liststore(gtksharp) Pin
bugg_tb19-Apr-07 2:15
bugg_tb19-Apr-07 2:15 
QuestionExporting PKT attribute from Active Directory using C# Pin
joshg9919-Apr-07 2:04
joshg9919-Apr-07 2:04 
QuestionProblem launching email client Pin
George_Lucian19-Apr-07 1:55
George_Lucian19-Apr-07 1:55 
AnswerRe: Problem launching email client Pin
althamda19-Apr-07 4:30
althamda19-Apr-07 4:30 
GeneralRe: Problem launching email client Pin
George_Lucian19-Apr-07 5:03
George_Lucian19-Apr-07 5:03 

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.