473,739 Members | 5,405 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I want to capture text from a datagrid into my application (vb.net)

8 New Member
I have been given an assignment:
Here is what i have?

I have an app. (with out source code) that has some where about 20000 records in it. I want to extract all those records through my app. and save them somewhere (in vb.net )... :)

Can you please gimme some idea how would i do that, ,how would i capture that window and how to capture that text in a control of that window and then save it somewhere through my App.

tkssss :)
Sep 2 '09 #1
3 2263
tlhintoq
3,525 Recognized Expert Specialist
Please don't be offended when I ask...
"assignment or on-the-job data theft" ?

You have no source code... you sound like you have no information about the format of the data... you sound like you don't have access to the actual database... You just want some way to take a bunch of records as they are being displayed in one application and pull them into another.

Personally, it doesn't sound like you work for data programming department or you would have a lot more resources within your own company for this project.
Sep 2 '09 #2
ssnaik84
149 New Member
if it's web application, write down a parser.
if it's win application, cant do without db access
Sep 2 '09 #3
rulingtech
1 New Member
GetWord is a professional library for capturing text on screen. It can help integrate the function of text capturing into your software product easily.

Product Information:

OS Supported:
Windows 2000/Windows XP/Windows Server 2003/Windows Vista

Development Environments Supported:
GetWord supports all the popular development environments, such as Visual Studio 6.0, Visual Studio .Net 2003, Visual Studio .Net 2005, Delphi , C++ Builder, etc.

Key Features:
1. Support all the popular Windows platforms with different main languages, such as English/Simplified & Traditional Chinese/Russian/French/Japanese/German/Spanish/Korean/Turkish, etc.
2. Support Unicode.
3. Support sentence capturing. It can capture not only the words at a given point, but also the words before and after the given point.
4. Support rectangle capturing. It can capture all the text in a given rectangle on the screen.
5. Support PDF text capturing from Adobe Acrobat/Acrobat Reader.
6. Support selected (highlighted) text capturing
7. Support Command Prompt text capturing
8. Support all the standard Windows Controls, such as Dialog, Toolbar, Menu, EditBox, ComboBox, ListBox, TreeCtrl, etc.
9. Support various popular software, such as Microsoft Office, Outlook, etc.
10. Support all the popular Internet browsers, such as IE, FireFox, Mozilla, Netscape, etc.
11. Support word and sentence capturing by mouse cursor and hotkeys.
12.Convenient integration into your software product. Only no more than 20 lines of code are needed to integrate this library.

http://www.textcapture.com/software/getword.zip
Oct 9 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1676
by: Shivang | last post by:
Hello Everybody, I am using Datagrid control of Winform. I want to have datagrid populated with Unbounded and bounded rows intermittently. I am using tablestyle object as Tablesytle property of datagrid, then refering the Datasource to the dataset object. Is there by any means I can manipulate the Dataset object and add some rows in it other than those retrieved from database?
0
1023
by: MS | last post by:
Hi, Does anyone know how to get selected text outside the .NET application? For instance: 1) In Internet Explorer, MS Excel or any other, I select some text 2) I perform a mouse click holding a key down 3) My .NET application gets the selected text that was under the mouse cursor when the click was performed.
1
3088
by: Matthew Wieder | last post by:
Hi - I wanted to capture the enter button on a form since I have a datagrid with the first column being a delete button and if someone hits enter it deletes the first record. I coded: private void Page_Load(object sender, System.EventArgs e) { Page.RegisterHiddenField("__EVENTTARGET","SomeButtonOnThePage");
0
1187
by: Jos Walrave | last post by:
I want to create an ASP.NET web application using C#. Purpose of the web application is access to a MS SQL Server database. Some of our customers are using large databases, so the application should be able to handle large datasets in a proper and user-friendly way. I want to use a DataGrid. I also want to use the option Custom Paging. I already succeeded with using a stored procedure (adjusted downloaded code from the internet) to use...
5
21698
by: Will Gillen | last post by:
I need to have a "scrolling" text label or textbox at the bottom of my window to show the URL of where a song is being played from. I want the text to scroll on a single line from left to right in case the URL is longer than the width of the textbox/text label. Is there a native way to do this in VB.NET?
0
1396
by: LCH | last post by:
hi i would like to know how to capture a datagrid keypress event. I have form contains of a datagrid with 5 rows and 5 colums and a button. When i press on the enter button at the last row n column in the datagrid, i would like the set focus go to the button. how can i do it? Thank you .
5
1522
by: Mark Brown | last post by:
How do you format text in VB.NET? In VB6, I'd use something like: format(foo,"!@@@@@@@@") to get a string to fill 8 places even if it was only 3 (for example). This simple convention apparently doesn't exist in VB.NET. I've looked all around and I can't find a single example on how you would code this in VB.NET. Anyone have an example they can share or point me to some examples? Thanks, Mark
1
1274
by: Chetana | last post by:
Hi, I want to run my asp.net application from server.I have uploaded my asp.net files on the server and I want to run it ditectly from server but I am getting authentication error as 'An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the...
1
1646
by: zeny | last post by:
Hey ppl, How can we capture text between html tags using regular expressions? For example, how to capture the words "hello", "world", "bla", "bla" and "bla" in the following input: <br><i>hello world <br><br> bla bla bla <br> Best Regards
3
3081
by: zeny | last post by:
Hey ppl, How can we capture text between html tags using regular expressions? For example, how to capture the words "hello", "world", "bla", "bla" and "bla" in the following input: <br><i>hello world <br><br> bla bla bla <br> Best Regards
0
8969
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9479
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9337
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9266
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6054
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4570
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4826
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3280
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.