Windows Develop Bookmark and Share   
 index > Windows Forms General > in a form i have six text boxes for auto fill
 

in a form i have six text boxes for auto fill

in a windows application i need to autofill six textboxes by parsing a resume can any one help me
Rajesh batchu  Wednesday, October 11, 2006 7:23 AM
Can you please be more specific, i.e. describe your scenario and what problem are you having?
CommonGenius.com  Wednesday, October 11, 2006 11:45 PM

in a form i have six text boxes and a button

when ever i press the button it should parse a word document and extract

name

mobileno

email

http

age

experence

all these details should be filled in the text boxes

Rajesh batchu  Friday, October 13, 2006 6:46 AM

You need to know how to open the word document from .net C#, you can do it by "COM Interoperability ". This is a simple article http://www.c-sharpcorner.com/Code/2002/Mar/WordFromDotNet.asp

The basic idea is the same. The main point is to locate the table, and then retrieve the data.

gqlu  Friday, October 13, 2006 6:54 AM

You can use google to search for other answers

Custom Search

More Threads

• Relate XMl schema to XML
• TreeView - Keep selected Node selected when losing focus
• Embedded User Control and Events in IE 8
• ShowDialog returning a Cancel result immediately. Reason?
• not showing the program name in add or remove programs when i use installutil.exe to install a windows service
• Getting unused controles in the project
• To Long for startup the Application
• Office like Save As dialogue box
• How to set owner of a form to a form in a different process
• Problem resizing my DualList UserControl