Click here to Skip to main content
15,902,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionmodifing parameters in select command Pin
dptalt1-Sep-06 3:53
dptalt1-Sep-06 3:53 
AnswerRe: modifing parameters in select command Pin
Colin Angus Mackay1-Sep-06 4:30
Colin Angus Mackay1-Sep-06 4:30 
GeneralRe: modifing parameters in select command Pin
dptalt1-Sep-06 6:56
dptalt1-Sep-06 6:56 
GeneralRe: modifing parameters in select command Pin
Colin Angus Mackay1-Sep-06 10:55
Colin Angus Mackay1-Sep-06 10:55 
QuestionHow we will check wherther a folder is present in treeview or not Pin
Sanjaya kumar dhar1-Sep-06 2:58
Sanjaya kumar dhar1-Sep-06 2:58 
AnswerRe: How we will check wherther a folder is present in treeview or not Pin
Coding C#1-Sep-06 4:43
Coding C#1-Sep-06 4:43 
QuestionOpen word Pin
eyalso1-Sep-06 2:49
eyalso1-Sep-06 2:49 
AnswerRe: Open word Pin
KreativeKai7-Sep-06 9:15
professionalKreativeKai7-Sep-06 9:15 
Here are the DLLs

Interop.Microsoft.Office.Core.dll
Interop.Word.dll

I'm not sure what exactly you're trying to accomplish with word, but here is some code which we have doing a merge in word.

Hope this helps

Dim wrdApp As Word.Application
Dim wrdDoc As Word.Document
Dim wrdMailMerge As Word.MailMerge

MainScreen.lblStatus.Text = "Starting Mail Merge Process"
MainScreen.Refresh()

'open word document and perform mail merge
wrdApp = CreateObject("Word.Application")
wrdApp.Visible = blnShowDetail
wrdDoc = wrdApp.Documents.Open(strToFilePath & strMergeDoc)
wrdMailMerge = wrdDoc.MailMerge
wrdMailMerge.Execute(False)


Lost in the vast sea of .NET

Questionconverting numeric currency into corresponding words format Pin
Pradip Kishore1-Sep-06 2:17
Pradip Kishore1-Sep-06 2:17 
AnswerRe: converting numeric currency into corresponding words format Pin
Dave Kreskowiak1-Sep-06 2:54
mveDave Kreskowiak1-Sep-06 2:54 
QuestionWrite in command window Pin
nitin_ion1-Sep-06 1:18
nitin_ion1-Sep-06 1:18 
AnswerRe: Write in command window Pin
Davelister3-Sep-06 7:17
Davelister3-Sep-06 7:17 
GeneralRe: Write in command window Pin
nitin_ion3-Sep-06 7:36
nitin_ion3-Sep-06 7:36 
QuestionHelp with Errors in Vb.NET Pin
Tokorie31-Aug-06 23:32
Tokorie31-Aug-06 23:32 
QuestionDAO Access 2003 Connectivity Problem Pin
manish2431-Aug-06 22:15
manish2431-Aug-06 22:15 
AnswerRe: DAO Access 2003 Connectivity Problem Pin
hannesHTG31-Aug-06 22:52
hannesHTG31-Aug-06 22:52 
AnswerRe: DAO Access 2003 Connectivity Problem Pin
Dave Kreskowiak1-Sep-06 2:49
mveDave Kreskowiak1-Sep-06 2:49 
GeneralRe: DAO Access 2003 Connectivity Problem Pin
manish241-Sep-06 3:33
manish241-Sep-06 3:33 
QuestionOpen Calculator Pin
ghost18131-Aug-06 20:42
ghost18131-Aug-06 20:42 
AnswerRe: Open Calculator Pin
CWIZO31-Aug-06 22:54
CWIZO31-Aug-06 22:54 
GeneralRe: Open Calculator Pin
ghost1814-Sep-06 17:25
ghost1814-Sep-06 17:25 
QuestionCompatible Cryptography .NET and PHP Pin
xclone31-Aug-06 20:38
xclone31-Aug-06 20:38 
Questionemmbed flash player Pin
t3j031-Aug-06 19:25
t3j031-Aug-06 19:25 
QuestionAuto incrementing version numbers Pin
Ray Cassick31-Aug-06 18:01
Ray Cassick31-Aug-06 18:01 
AnswerRe: Auto incrementing version numbers Pin
Dave Kreskowiak1-Sep-06 2:46
mveDave Kreskowiak1-Sep-06 2:46 

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.