TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rakesh Kalluri
364
4.5k
3m
hyperlink in word documnet by using interop dll
Oct 29 2012 5:52 AM
Hello every one
i go the output insert hyperlink in word document by using interop dll
code
=====
object address = @"http://www.google.com";
object screentip = "Welcome to google";
object text="Google";
object missing = System.Reflection.Missing.Value;
object start = 0, end = 0;
Word1.Range rng = oWordDoc.Range(ref start, ref end);
oWord.Selection.Range.Hyperlinks.Add(rng, ref address, ref missing, ref screentip, ref text, ref missing);
this code is working perfectly when i run this code is google when i click google hyperlink googl.com website will be open
but i want code for
inserting the hyperlink in same word document headings...
this is my urgent requirement
thanks..
Reply
Answers (
2
)
Button click problem
Insert records in database by the help of GridView