GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  VB.NET
Go To First  |  Previous Question  |  Next Question 
 VB.NET  |  Question 15 of 60    Print  
how can i extract the formated word(bold,italic,underline,font,color etc) from the msword file.

  
Total Answers and Comments: 1 Last Update: July 27, 2006     Asked by: rajesh sharma 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 27, 2006 05:02:54   #1  
sarika        

RE: how can i extract the formated word(bold,italic,un...

using CommonDialog class

eg:

the code to invoke the default font dialog box by using the FontDialog control is given below:

private sub displayfont_click(byval sender as system.object byval e as system.eventargs) handles displayfont.click

fontdialog.showDialog()

textbox1.font fontdialog1.font

end sub

the code to invoke the default font dialog box by instantiating the fontdialog class is:

dim fdialog as new fontdialog()

private sub displayfont_click(byval sender as system.object byval e as system.eventargs) handles displayfont.click

fdialog.showDialog()

textbox1.font fontdialog1.font

end sub


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : Through SOAP Protocol ...
Read Answers (6) | Asked by : Barot Vishal

Latest Answer : using CommonDialog classeg:the code to invoke the default font dialog box by using the FontDialog control is given below:private sub displayfont_click(byval sender as system.object,byval e as system.eventargs) handles displayfont.clickfontdialog.showDialog()textbox1.font=fontdialog1.fontend ...
Read Answers (1) | Asked by : rajesh sharma

i want to design a font dialog box as how it looks in Microsoft word. in that to set a font color we have a combo box and it will not give a drop down menu when we click it. instead it will give  
Latest Answer : Dude if you are looking for the scroll bar on the side just reduce the value in the DropDownHeight property or add more items to increase the number of item in the drop down list. If I havent answered your question properly, then can u be more clear in ...

Explain WAP coding to send XML File on server using HTTP Protocol 


 Sponsored Links

 
Related Articles

jQuery Three-color Alternating Pattern

Learning jQuery Three color Alternating Pattern There may be times when we want to apply more complex striping For example we can apply a pattern of three alternating row colors rather than just two To do so we first need to define another CSS rule for the third row We ll also reuse the odd and even
 

What is Data File

In a logical data model, the conceptual data model which is based on the business semantic is being defined. Thus, entities and relationships and corresponding table and column design, object oriented classes, and XML tags, among other things are being laid regardless of the database will be physica
 

What is Bi-directional Extract

Bi-directional extracts refer to the ability of a system to extract, cleanse and transfer data in two directions among different database types which include hierarchical, networked, and relational databases. This functionality is extremely useful in data warehousing projects. Data warehouse extract
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

PHP Tutorials - File manipulation (Part-2)

File manipulation Part 2 In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file Reading arbitrary amounts of data from a file Writing to a file Creating directories Removing a directory and Opening a directory for reading mosgoogle Reading lines from a file T
 

PHP Tutorials – File manipulation (Part 1)

PHP Tutorials File manipulation Part 1 In the PHP Tutorial You will learn about File manipulation Part 1 Checking file existence A file or directory Determining file size Creating and deleting files and Opening a file for writing reading or appending mosgoogle Checking file existence You can test
 

HR Interview - HR Interview Mistakes You Will Want To Avoid

HR Interview Mistakes You Will Want To Avoid The job interview can be a stressful process This is especially true for those who are going after a competitive position Your nonverbal communication combined with the answers you give during the interview will determine if you are hired mosgoogle While
 

HR Interview - Behavioral HR Interviews

Behavioral HR Interviews As the name implies a behavioral interview is an interview that is held by a human resources department to determine if an applicant has the behaviors that are appropriate for a job The company must know how an applicant will behave in a certain situations mosgoogle The logi
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape