Click here to Skip to main content
15,900,704 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Email sending in vb.net Programically Pin
amaneet20-Jan-07 0:48
amaneet20-Jan-07 0:48 
AnswerRe: Email sending in vb.net Programically Pin
Guffa20-Jan-07 1:01
Guffa20-Jan-07 1:01 
QuestionHow can I set treenode variable to one node with special key in Treeview ? Pin
Mansourgh19-Jan-07 19:05
Mansourgh19-Jan-07 19:05 
Questionweb service Pin
riane19-Jan-07 16:36
riane19-Jan-07 16:36 
AnswerRe: web service Pin
Christian Graus19-Jan-07 18:40
protectorChristian Graus19-Jan-07 18:40 
Questionweb service Pin
riane19-Jan-07 16:34
riane19-Jan-07 16:34 
AnswerRe: web service Pin
Christian Graus19-Jan-07 18:41
protectorChristian Graus19-Jan-07 18:41 
QuestionPaste with formating? Pin
Anybloodyid19-Jan-07 11:26
Anybloodyid19-Jan-07 11:26 
I am using this code to try and save a word document, although it does work,
when it is pasted in to the word doc it loses any formating.
Is there an article on how to paste from the clipboard and keep the format?

My Code
Case ".DOC"<br />
                ' Copy the contents of the textbox to the clipboard<br />
                Clipboard.SetDataObject(rtbText.Text)<br />
                objWord = CreateObject("Word.Application")<br />
                objTempDoc = objWord.Documents.Add<br />
                objWord.visible = True<br />
<br />
                With objTempDoc<br />
                    .Content.Paste()<br />
                    .Activate()<br />
                    .Save()<br />
                End With<br />
                objWord.Quit()

AnswerRe: Paste with formating? Pin
Ed.Poore19-Jan-07 12:45
Ed.Poore19-Jan-07 12:45 
GeneralRe: Paste with formating? Pin
Anybloodyid19-Jan-07 22:13
Anybloodyid19-Jan-07 22:13 
GeneralRe: Paste with formating? Pin
Ed.Poore19-Jan-07 23:32
Ed.Poore19-Jan-07 23:32 
QuestionVB.NET | XML Namespace parsing issues Pin
cdnhype19-Jan-07 8:38
cdnhype19-Jan-07 8:38 
Questionrun another program inside a vb.net window Pin
cstrader23219-Jan-07 6:18
cstrader23219-Jan-07 6:18 
AnswerRe: run another program inside a vb.net window Pin
Dave Kreskowiak19-Jan-07 7:48
mveDave Kreskowiak19-Jan-07 7:48 
GeneralRe: run another program inside a vb.net window Pin
Dave Sexton19-Jan-07 19:26
Dave Sexton19-Jan-07 19:26 
GeneralRe: run another program inside a vb.net window Pin
cstrader23222-Jan-07 2:52
cstrader23222-Jan-07 2:52 
Questionsuggest me if u can Pin
bhawna_k19-Jan-07 2:42
bhawna_k19-Jan-07 2:42 
AnswerRe: suggest me if u can [modified] Pin
Rahithi19-Jan-07 18:53
Rahithi19-Jan-07 18:53 
QuestionApplets to be run in VB 6 project Pin
Member 374164318-Jan-07 23:35
Member 374164318-Jan-07 23:35 
AnswerRe: Applets to be run in VB 6 project Pin
the.bombardier18-Jan-07 23:58
the.bombardier18-Jan-07 23:58 
QuestionApplets to be run in VB 6 project Pin
Member 374164318-Jan-07 23:34
Member 374164318-Jan-07 23:34 
Questionhow to delete records Pin
priya_p23318-Jan-07 23:18
priya_p23318-Jan-07 23:18 
AnswerRe: how to delete records Pin
Kschuler19-Jan-07 8:22
Kschuler19-Jan-07 8:22 
QuestionRe: how to delete records Pin
priya_p23321-Jan-07 17:43
priya_p23321-Jan-07 17:43 
AnswerRe: how to delete records Pin
Kschuler22-Jan-07 2:52
Kschuler22-Jan-07 2:52 

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.