o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

extract data from another app -

Is there a way to extract the text from a control in another app?

I have an app with some data that can only be printed (copy to clipboard is disabled), and I need to extract that data (without having to print it and then scan and OCR it).

The control is most likely a locked multiline text box.

 

All text from VB code -
Is there a way to extract all text data from a vb projekt?? I want to make my projekt support multi languages, but that way I think I must extract all data (30 forms , 18 modues, 3 activex etc.) but that will itake hours. So is there a way to auto extract all data? If not, has anyo


Self-Extract -
Hi, I wish to create some self-extract tool. For instance, I have a executable file (*.exe) and a data file (*.dat). The data file (*.dat) will be update from time to time. Inside the *.dat, basically is a series of compressed binary file & respective file properties. (I manage


extract data from another app -
Is there a way to extract the text from a control in another app? I have an app with some data that can only be printed (copy to clipboard is disabled), and I need to extract that data (without having to print it and then scan and OCR it). The control is most likely a locked mult


[2005] For-Each statements - How To Extract Data From Dataset -
Well, I've been googling all morning to no avail. I'm new to ado.net and foreach statements, but I've managed to extract the data from my database and fill a dataset (used a datagridview to clarify that the recordset wasn't empty). Now I'm trying to work out how to either extract


Extracting data from PDF files -
Hi guys, Im trying to extract predominately table data from a PDF file, however, I would also like the option to extract image files (such as graphs, etc) as well. Is it possible to extract data from PDF files using a VB.Net application? Im trying to get this process as automated


extract numbers with decimal pts -
i am doing my project and i meet this problem i have this data angle 118.45 i want to extract 118.45 how do i go about it?? i try VAL() but can can extract the numbers only??? like 11845 anyone can help??? thanks


Please Help :::: to Extract data from PDF files -
Hi I have to extract data from a PDF file and save it in the database. Is there any API or component available for this. Please help me out. Thanks


Extract data from Excel files -
Is there any method to extract data from the cells of .xls files present in one folder ... say "C:/fun/1.xls, C:/fun/2.xls, 3.xls..... And put this data into a recordset in SQL server table...


Retrieve row data in MSFlexGrid using loop -
I have an application that adds entries to an MSFlexGrid via a command button. At the time the command button is clicked a row of data consisting of 8 columns is added to the grid, as well as a timer array element is created to be associated with that particular row of data. In other


Data extraction from PABX using VB code -
I have made the serial cable acoording to SMDR & I also extracted the data from PABX using Windows Hyper Terminal. Now I want to extract the data using VB code & parameters. Just I want to know what are the commands or procedure that I can use to develop a program to extract PA


(ASP & XML) Parsing through an XML file to extract data. **Resolved** -
Soon I will need to extract data from an XML file. These files will be in a directory on my server. Does anyone have any good tutorials on this? I've never dealt with XML before. Thanks Michael


RESOLVED: Database data extraction problem... -
I am trying to extract every record from a column within an SQL database in order to send the data over a socket to a client. does anyone know how i can extract the data using a loop untill all the rows in the column have been read? Any help would be greatfully appreciated.


Extracting Data from an Excel Sheet -
Is there a way to extract Data from an Excel Spreadsheet using VB or VBscript? Also can you allow the user to pick the columns you want to extract in a single step process? Thanks in advance.


Extract data into xml format -
HI! I have been looking for help on.... how to extract data from dabase using VB.NET program and write into a xml format as a report. Any code is appreciated. Thanks & Regards JK


Saving data and writing to DB -
Hi All, I have a bit of a problem and am wondering, if possible, how this can be done. I have to save information from a bunch of websites regularly, which is all numbers. Right now I'm entering this information manually which is taking a huge amount of time. What I'm looki


Extract Data of .BGL file -
hi i need to Solution for Extract data of .BGL ( Babylon Dic) file. means , get word and Translation. Thanks


extract data from sql query in vb with 'error' -
Usually one would extract records with tables linked ( sucj as inner join etc)in sql db. But how do i extract records that are not linked ( the opposite way), by query? The reason for doing this is to retrieve records which are not 'matched' ie errors Regards Goh


Cannot extract all information from database -
Hi. I am having a huge problem. I cannot extract all the information from an oracle database in a MSHFLGRID. I extract them using and ADODC component. I can extract only 239 rows and 17 columns. Why is that? Thank you! I am using VB6.


Extract compiled html help data... -
Is it possible for me to extract data from a compiled html help file? If so, can you please help me and give me some sample codes on how to do this? Thanks in advance...


loopthrough the data and extract from it. -
hi, i want to create a macro to transpose the data in the columns.. i know the logic behind the same i.e: Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=True but the problem here is that i need to transpose the columns in a partic


On-The-Fly reading from archive -
Most games have their own archive for data, i want to use something like that too. I don't want to extract everything when loading, and i think it will be to slow to extract a file everytime it is needed. Does anyone knows how most game do this?


extract data from text file -
i want extract data from "sample.txt" and save the data which have been extract to a new text file. when have "START 129, S",then get the data below it & before the "stop" for example: START 129, S, 125=1;156=1;133=300000 100.05062000 3.6906400


extract file -
hi... please give me de idea... how to extract excel file (mix data) to database... tq


Questions regardind refreshing the Access database -
Hello Everybody, I am trying to develop this new VBA for my friend who works in Dept of Traffic in Tampa. Heres the method : 1) Wants to extract data from a static html file in which the data keeps changing (adding/deleting/updating) about the various incidents/accidents in diff


[2005] extract a table from a website -
Hi, i found some solutions for my problem for vb5 but not for vb.net, so this is my problem: I'd like to extract the table from http://www.handelsblatt.com/News/def...ymbol=FLUK.NWX after selecting from the comboboxes. So I let my script select from them and load the required page (


how can i extract all strings from an exe,dll,cpl,scr.... -
how can i extract all strings from an exe,dll,cpl,scr.... ( i know that we can use resource editors to extract resource strings from exe,dll,.. but im talking about extracting strings that are not in the resource section) (one thing i really want is to extract all the registry ke


Sub Classing(). Intercepting Messages to another app -
Could someone please point me in the right direction to solve this problem? I have a VB app that I use to extract data from another application's listbox that I find the window of and read the listbox via SendMessage. However, before I can extract all the data from this app's lis


Extract icos from an .exe or .dll -
Can someone please let me know if there is a way to extract all the icons used in a exe or dll. I saw in one of the previous posts API ExtractAssociatedIcon being refered. It works fine to extract icons from a dlls but it just extracted the main icon used on the form not the ones us


Extract toolboxbitmap [NOT RESOLVED] -
Hello, Is it possible to extract the ToolboxBitmap from a ActiveX Usercontrol? I've searched this forum, but I can only find how to extract a icon from a normal EXE. The Usercontrol uses a bitmap and not an Icon. My goal is to check the OCX file for the 'icon' / 'bitmap' and extr


merge bitmap files to one bitmap file -
Hi, I am trying to extract data from a screen image. I have found a program to screen scrape my data. The screen scraper saves each image to a bitmap. The program that has the data I need reads a .bke file (used for sharp PDA). I will probable use ocr to extract the text from th


[2005] Fixed Length File Into DataTable -
Hi There, What is the best way to extract data from the fixed length file and populate into a data table? Okay, I know how to loop through the file and use substring to extract the information, but how do I populate onto a data table or a data set? Regards PlayKid


Extract data from diff tables -
if i have 1 DB with 3 tables and inside these 3 tables there are some data and all columns in the 3 tables are distinct.. case 1: is there such a query whereby i can extract the data out these 3 tables by giving a value inside the tables , for example: tableA in column username, tab


[02/03] Need to create VB code to extract data from Access to Word -
Hi I need to create a program in VB to extract data from Access into a Word document. I have three fields of data (full of text) and have tried exporting them to Word but it gets the formatting all wrong and I need to be able to cut and paste from this Word Doc therefore it is impo


Extracting data from MS Excel -
Hi! Everybody I got a strange problem. If you have any solution let me know. I am working on a project where i need to extract data from MS Excel and insert the data in SQL Server. I could extract data very well. But the problem arises when a column have a mixed data type. I e


Extracting SQL table last update date -
Stange post title but this is exactly what I'm looking for. I need to extract the date this table was last updated (not created, I don't even know how t extract this one either). I have an SQL Server 7.0 and I'm, of course, using VB with ADO 2.5 to get to the data. TIA


[2005] extract 7zip file -
hi i create an application that want to extract backup file in 7zip file and move it into server i got the 7zip file called Arif200702142111.7z and need to extract it using my application after i extract the .7z file i need to move the backup file to server how ever it cause erro


extract one channel of a wave (directx) -
Hello everybody! I would like to know how to extract the data of one channel (left or right) of a stereo sound capture buffer. I would like to edit separately both channels of the playing buffer as well. Anyone can help? Thanks


Get html tag data... -
Hey All, Is there a quicker way to extract html tag data from an html file? Eg: --- bla bla bla <input type="hidden" value="100"> bla bla bla --- To extract the value "100", currently I am just using various string functions in vb lik


Get Anti-Virus Info -
Is there a way that I can extract what version and engine of Anti-virus a PC is using with VB6? I understand that there are no API's that do this function so I was wondering if there is any other way to extract the data. I am a beginner and am using VB6, so the .Net answers are n


How to extract info from a .wav file -
Does anyone know how to extract data from a .wav file. I dl a trial version of a program to convert an mp3 to a wave file. But after the 30th time it adds some stuff to the file that I don't want. And I need to know how to get rid of it. Any suggestions would be appreciared. Th