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

Visual Basic

 
GeneralRe: Dataset or Entity Framework ? Pin
Dave Kreskowiak25-Aug-11 9:55
mveDave Kreskowiak25-Aug-11 9:55 
GeneralRe: Dataset or Entity Framework ? Pin
progal2226-Aug-11 4:49
progal2226-Aug-11 4:49 
GeneralRe: Dataset or Entity Framework ? Pin
Dave Kreskowiak26-Aug-11 5:16
mveDave Kreskowiak26-Aug-11 5:16 
QuestionCreating resolution independent applications in VB.NET Pin
Razanust24-Aug-11 8:26
Razanust24-Aug-11 8:26 
AnswerRe: Creating resolution independent applications in VB.NET Pin
MicroVirus24-Aug-11 17:48
MicroVirus24-Aug-11 17:48 
AnswerRe: Creating resolution independent applications in VB.NET Pin
Firo Atrum Ventus24-Aug-11 19:29
Firo Atrum Ventus24-Aug-11 19:29 
QuestionPassing Text from Vb.net to Ms Word Pin
shy boi24-Aug-11 6:12
shy boi24-Aug-11 6:12 
AnswerRe: Passing Text from Vb.net to Ms Word Pin
David Mujica24-Aug-11 6:22
David Mujica24-Aug-11 6:22 
I used a "search and replace" concept to do what you are describing.

1) Use something like [%0], [%1], etc to indicate that you want certain fields replaced in your text with parameters; starting with parameter zero, parameter one, two, etc

2) Now you just invoke your search and replace logic as many times as you need to "merge" the variable data with your "static" MS-Word document.

Seems to work for me. Cool | :cool:

Good luck.
GeneralRe: Passing Text from Vb.net to Ms Word Pin
shy boi24-Aug-11 6:49
shy boi24-Aug-11 6:49 
GeneralRe: Passing Text from Vb.net to Ms Word Pin
JR21224-Aug-11 10:00
JR21224-Aug-11 10:00 
GeneralRe: Passing Text from Vb.net to Ms Word Pin
shy boi25-Aug-11 0:07
shy boi25-Aug-11 0:07 
Questionprocess not starting on x64 bit OS Pin
Gagan.2024-Aug-11 5:38
Gagan.2024-Aug-11 5:38 
AnswerRe: process not starting on x64 bit OS Pin
Richard MacCutchan24-Aug-11 6:11
mveRichard MacCutchan24-Aug-11 6:11 
AnswerRe: process not starting on x64 bit OS Pin
Dalek Dave24-Aug-11 23:39
professionalDalek Dave24-Aug-11 23:39 
QuestionForm in SplitContainer Pin
daemonsead200823-Aug-11 22:48
daemonsead200823-Aug-11 22:48 
AnswerRe: Form in SplitContainer Pin
Dave Kreskowiak24-Aug-11 3:40
mveDave Kreskowiak24-Aug-11 3:40 
QuestionFontProblem Pin
JR21223-Aug-11 21:30
JR21223-Aug-11 21:30 
AnswerRe: FontProblem Pin
Dave Kreskowiak24-Aug-11 3:59
mveDave Kreskowiak24-Aug-11 3:59 
GeneralRe: FontProblem Pin
JR21224-Aug-11 4:54
JR21224-Aug-11 4:54 
GeneralRe: FontProblem Pin
Dave Kreskowiak25-Aug-11 7:03
mveDave Kreskowiak25-Aug-11 7:03 
QuestionMultiple datasource on rdlc in asp.net Pin
C#Coudou23-Aug-11 20:13
C#Coudou23-Aug-11 20:13 
Questiongroup by years Pin
sorin_zan23-Aug-11 7:58
sorin_zan23-Aug-11 7:58 
AnswerRe: group by years Pin
Dave Kreskowiak23-Aug-11 10:48
mveDave Kreskowiak23-Aug-11 10:48 
AnswerRe: group by years Pin
Dalek Dave23-Aug-11 11:21
professionalDalek Dave23-Aug-11 11:21 
AnswerRe: group by years Pin
Shahan Ayyub23-Aug-11 14:09
Shahan Ayyub23-Aug-11 14:09 

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.