Click here to Skip to main content
15,909,242 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
I think you missed the point; SetText sets text, unformatted text, so it no longer would be a table.
RTF is a document representation that can hold content and formatting, it is the base on which RichTextBox and WordPad work; and other programs understand it too, such as MS Word.

The clipboard can hold many representations; one of them is called "Rich Text Format". However you can't set that using just SetText. I suggest you read up on Clipboard and perform some experiments.

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? 59.24% waren verstandig genoeg om NEEN te stemmen; bye bye viaduct.


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 
GeneralRe: Create a file in the selected folder path Pin
Christian Graus19-Oct-09 1:52
protectorChristian Graus19-Oct-09 1:52 
Questionconsole application in VB dot net Pin
fredkon18-Oct-09 22:59
fredkon18-Oct-09 22:59 
AnswerRe: console application in VB dot net Pin
Christian Graus18-Oct-09 23:37
protectorChristian Graus18-Oct-09 23:37 

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.