Click here to Skip to main content
15,881,797 members
Home / Discussions / C#
   

C#

 
GeneralRe: O-R Mapping tool for .NET Pin
Avaril10-Apr-03 23:51
Avaril10-Apr-03 23:51 
GeneralRe: O-R Mapping tool for .NET Pin
Rocky Moore11-Apr-03 18:25
Rocky Moore11-Apr-03 18:25 
GeneralLine Drawing (joining the dots!!) Pin
Paul Griffin10-Apr-03 1:12
Paul Griffin10-Apr-03 1:12 
GeneralRe: Line Drawing (joining the dots!!) Pin
Philip Fitzsimons10-Apr-03 3:38
Philip Fitzsimons10-Apr-03 3:38 
GeneralRe: Line Drawing (joining the dots!!) Pin
Don_s10-Apr-03 4:18
Don_s10-Apr-03 4:18 
GeneralCounting characters in a buffer Pin
Overfiend10-Apr-03 0:31
Overfiend10-Apr-03 0:31 
GeneralRe: Counting characters in a buffer Pin
TigerNinja_10-Apr-03 2:58
TigerNinja_10-Apr-03 2:58 
GeneralOLE from VB6 into C# Pin
Trevor Godwin9-Apr-03 23:31
sussTrevor Godwin9-Apr-03 23:31 
How can I extract a content from the OLE object as Text in C#? I have create in VB6:
...
OLE1.object.saveas "c:\tryFile.rtf"
...
and after that I started the Automation like
Set wordAutomation = CreateObject("Word.Application")

With wordAutomation
.Visible = False
.Application.Documents.Open ("c:\tryFile.rtf")
.Application.ActiveDocument.Select
.Application.ActiveDocument.content.Copy 'now is in Clipboard as Text
End With
...

How can I transform and implement this Code in C#?

Best regards
General.NET 1.1 out Pin
Stephane Rodriguez.9-Apr-03 21:55
Stephane Rodriguez.9-Apr-03 21:55 
GeneralRe: .NET 1.1 out Pin
Paresh Gheewala10-Apr-03 11:02
Paresh Gheewala10-Apr-03 11:02 
GeneralRe: .NET 1.1 out Pin
Chris Austin10-Apr-03 11:17
Chris Austin10-Apr-03 11:17 
GeneralRe: .NET 1.1 out Pin
Kannan Kalyanaraman11-Apr-03 1:25
Kannan Kalyanaraman11-Apr-03 1:25 
GeneralRectangle selection control Pin
Arun Bhalla9-Apr-03 20:00
Arun Bhalla9-Apr-03 20:00 
GeneralRe: Rectangle selection control Pin
Smitha Nishant9-Apr-03 20:09
protectorSmitha Nishant9-Apr-03 20:09 
GeneralRe: Rectangle selection control Pin
Arun Bhalla9-Apr-03 20:13
Arun Bhalla9-Apr-03 20:13 
GeneralXmlTextWriter query Pin
Nish Nishant9-Apr-03 17:00
sitebuilderNish Nishant9-Apr-03 17:00 
GeneralRe: XmlTextWriter query Pin
Arun Bhalla9-Apr-03 19:14
Arun Bhalla9-Apr-03 19:14 
GeneralRe: XmlTextWriter query Pin
Nish Nishant9-Apr-03 20:00
sitebuilderNish Nishant9-Apr-03 20:00 
GeneralRe: XmlTextWriter query Pin
Arun Bhalla9-Apr-03 20:02
Arun Bhalla9-Apr-03 20:02 
GeneralRe: XmlTextWriter query Pin
Nish Nishant9-Apr-03 20:05
sitebuilderNish Nishant9-Apr-03 20:05 
Generalmacros in C# Pin
TigerNinja_9-Apr-03 14:55
TigerNinja_9-Apr-03 14:55 
GeneralRe: macros in C# Pin
TigerNinja_10-Apr-03 2:53
TigerNinja_10-Apr-03 2:53 
GeneralQuestion about multiple threads Pin
Johan de Koning9-Apr-03 10:40
Johan de Koning9-Apr-03 10:40 
GeneralRe: Question about multiple threads Pin
TigerNinja_9-Apr-03 13:53
TigerNinja_9-Apr-03 13:53 
GeneralKey mappings Pin
CP039-Apr-03 9:26
CP039-Apr-03 9: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.