Click here to Skip to main content
15,892,298 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Delete file Completely from PC Pin
Tom Deketelaere19-Oct-09 2:50
professionalTom Deketelaere19-Oct-09 2:50 
GeneralRe: Delete file Completely from PC Pin
vijay248219-Oct-09 3:01
vijay248219-Oct-09 3:01 
AnswerRe: Delete file Completely from PC Pin
Luc Pattyn19-Oct-09 2:51
sitebuilderLuc Pattyn19-Oct-09 2:51 
AnswerRe: Delete file Completely from PC [SOLVED] Pin
Dave Kreskowiak19-Oct-09 5:29
mveDave Kreskowiak19-Oct-09 5:29 
QuestionSetting Back Color to a MessageBox Pin
vijay248219-Oct-09 2:37
vijay248219-Oct-09 2:37 
AnswerRe: Setting Back Color to a MessageBox Pin
Tom Deketelaere19-Oct-09 2:43
professionalTom Deketelaere19-Oct-09 2:43 
GeneralRe: Setting Back Color to a MessageBox Pin
vijay248219-Oct-09 3:15
vijay248219-Oct-09 3:15 
QuestionHow to copy a Msword Document table into Clipboard.? Pin
Paramu197319-Oct-09 1:00
Paramu197319-Oct-09 1:00 
Hi,

Iam using Vb.Net 2008. I want to copy a table and its contents from microsoft woord to clipboard.
Any better ideas?

My Codings:

Dim mf As New Microsoft.Office.Interop.Word.Application
mf.Documents.Open("C:\yanyee\myfile.doc")
mf.ActiveDocument.Tables(1).Select()
Clipboard.SetText(??????????)Confused | :confused:
richtextbox5.paste()


Thanks Thumbs Up | :thumbsup:
AnswerRe: How to copy a Msword Document table into Clipboard.? Pin
Christian Graus19-Oct-09 1:09
protectorChristian Graus19-Oct-09 1:09 
GeneralRe: How to copy a Msword Document table into Clipboard.? Pin
Paramu197319-Oct-09 1:41
Paramu197319-Oct-09 1:41 
GeneralRe: How to copy a Msword Document table into Clipboard.? Pin
Luc Pattyn19-Oct-09 2:57
sitebuilderLuc Pattyn19-Oct-09 2:57 
AnswerRe: How to copy a Msword Document table into Clipboard.? Pin
Dave Kreskowiak19-Oct-09 5:25
mveDave Kreskowiak19-Oct-09 5:25 
Questionwhat's the regular expression for values and names Pin
arabicwind19-Oct-09 0:55
arabicwind19-Oct-09 0:55 
AnswerRe: what's the regular expression for values and names Pin
Dave Kreskowiak19-Oct-09 5:19
mveDave Kreskowiak19-Oct-09 5:19 
GeneralRe: what's the regular expression for values and names Pin
arabicwind19-Oct-09 16:48
arabicwind19-Oct-09 16:48 
QuestionHelp for mutiple forms in Visual Studio 2005 ! Pin
jeshra27918-Oct-09 23:20
jeshra27918-Oct-09 23:20 
AnswerRe: Help for mutiple forms in Visual Studio 2005 ! Pin
Christian Graus18-Oct-09 23:35
protectorChristian Graus18-Oct-09 23:35 
AnswerRe: Help for mutiple forms in Visual Studio 2005 ! Pin
Shameel18-Oct-09 23:52
professionalShameel18-Oct-09 23:52 
GeneralRe: Help for mutiple forms in Visual Studio 2005 ! Pin
Christian Graus19-Oct-09 0:00
protectorChristian Graus19-Oct-09 0:00 
GeneralRe: Help for mutiple forms in Visual Studio 2005 ! Pin
Dave Kreskowiak19-Oct-09 2:00
mveDave Kreskowiak19-Oct-09 2:00 
GeneralRe: Help for mutiple forms in Visual Studio 2005 ! Pin
EliottA19-Oct-09 2:55
EliottA19-Oct-09 2:55 
GeneralRe: Help for mutiple forms in Visual Studio 2005 ! Pin
Luc Pattyn19-Oct-09 3:04
sitebuilderLuc Pattyn19-Oct-09 3:04 
Question[SOLVED]Create a file in the selected folder path Pin
vijay248218-Oct-09 23:11
vijay248218-Oct-09 23:11 
AnswerRe: Create a file in the selected folder path Pin
Christian Graus18-Oct-09 23:36
protectorChristian Graus18-Oct-09 23:36 
GeneralRe: Create a file in the selected folder path Pin
vijay248219-Oct-09 0:18
vijay248219-Oct-09 0:18 

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.