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

Comparing two document files -

How do i compare two doc files to check whether their are identical or not. If not i want the location where the difference is. IS there any API which can compare two files?

Thanks
Kais

 

comparing document -
hi. i am comparing two word documents and saving compared document in a new location. i have to get the inserted texts and deleted text. if the problem description is not clear plz query me.


Comparing two document files -
How do i compare two doc files to check whether their are identical or not. If not i want the location where the difference is. IS there any API which can compare two files? Thanks Kais


URGENT - binary stuff -
I am required to conduct a Binary Comparison between two files. In need to make a program that compares the two files byte by byte and does not attempt to resynchronize the files after finding a mismatch. How do i do this?? I have little knowledge about binary mode. Thanks. It is


Comparing files exactly -
I have a bit of an unusual problem: We have a set of folders. Each folder is for a different state (NY, NJ, WA, etc...) These folders were used to store documents (MS Word or Excel) applicable to that state. If a document applied to more than one state they were supposed to sa


Comparing two XML files -
What is the best way to compare the difference between two XML files using code? The basic of these XML files are tree structure of folders and files.


outlook changes files! -
Hi there we have some software that creates digital hashes of files, whcih can then be verified by another user. On verification, the document is re hashed and compared to the original hash to prove that the document has not changed in transit. however, micosoft outlook changes f


Comparing 2 Files -
Hi there, Does anyone have any idea how to compare 2 text files in a vb application? Is it best if I import the files first to 2 tables in access or is there an easier way to do it?


Comparing Files & Copying Files -
Hi how do I:Compare files in 2 diffrent directories Copy a file from 1 dirtectory to another Thanks for any help, and have a merry christmas


Getting the size of a number of files and comparing them. -
Hi guys I have a folder that holds 20 files. I am copying them into a subfolder. Then I want to delete the original files. Here is where I have the problem. I need to make sure that the files that I have copied are the same size as the original files. Does anyone have some code tha


Comparing Files -
I want to run a file compare for 2 separate directories and see what differences there are between the files that are compared. How can I achieve this in VB ?


files sequences incorrect -
Hi All, I have two folders say fold1 and fold2. When i select fold1 it's reading files in the sequence like: fold1: file1 file2 file3 and do some work. but when i select fold2: fold2 file3 file2 file1 and do some work. At the end i am comparing the d


.zip File manipulation -
Greetings List, I am new to using VB for applications. I am usually able to do everything I need for work through EXCEL using the scripts and macros; however, my current project can not be done in EXCEL so I am going to try and figure out VB. My main question is related to readin


Merging RTF Files in a Word Doc -
I want to create a new Word Document and insert the contents of all the RTF Files present in a directory into the Word Document. I can use Directory and File Object and get the list of all the RTF Files in a directory. I can read the contents of RTF File by using File I/O. But I can


comparing recordsets -
Hi Folks, i have a small problem comparing two recordsets. Well maybe i should start to explain from the beginning. I have two Access Databases with the exact same Table and Fieldstructures. Next I fill two recordsets with a statement like SELECT * FROM mytable where Field = Opt


Resouce Files -
Question: I've created a resource file to hold my icons. I have two. One refers to my exe, and the second refers to document files created by the exe. The document files have their own extension, and they open my exe and feed the file to the exe. The trouble is that I don't know how


Comparing 2 files date/time stamps -
Hi all, Anyone know if it is possible to compare the date/time stamps of two files (these are text files) please? Any help appreciated. A web search hasn't really turned much up.... Cheers, Paul.


Split Word Document -
I am writing a little vb app and was reading a word document. I want to be able to split the document into several pdf files, depending on a keyword that is found on a page. Can anyone lead me into direction of how to split the document? Thanks


Split word document into html files -
Hey there mates! I was wondering does anyone know how to split a .doc document into multiple html files using VB6? I am trying to create an application that will automatically dissect the entire chapters (E.g. "Chapter 6") within a word document and convert them in .html


[2005] Printing a document -
Im not the best in Visual Basic but recently I have surpassed my High School teacher of the subject and he wants me to teach him and the class how to Print a text document through Visual Basic. All I have figured out is how to create and edit text and .bat files. and how to make direct


How to merge 2 word document into 1 document -
If I have 2 files (e.g intro.doc & chapter1.doc) How do I merge the content of both files and create a new file? Thanks


Comparing Lists *** Resolved *** -
Lo, I have two lists, one containing numbers selected by a user between 1 and 49 and the other containing numbers that have been randomly generated that occur over 50 times. I need to somehow comparing them to find a match e.g User List 45


merging RTF documents -
I am trying to write a program that takes multiple rtf documents, combines them into one document and saves it as a new document. I thought i can just read the file as text and write it all to one big file. However when i do that, and i open the document in word it only contains the fi


comparing files and updating -
Want some script code I have two directories (source and target). Source directory contains new files I woulike to download source to target but if target contaains same files then overwrite if target doesnot contains fille then copy new file to target. I am new to php. Pleas


Comparing text in word -
Hi, I have a large document that i need to seperate into chapters each section has the following title subject description procedure i am able to find and copy/paste the title description and procedure into a table in a different document the problem is i want to be able to pu


A quickie - Comparing two Files -
I have two very similar large SQL Server 2000 SQL files. I was wondering if there were any tools to compare the two highlighting the differences withing SQL Server of .NET? Kev.


Comparing two files -
Thanks. I wasn't clear on my comparison. I want to compare the data of the two files that has the same comma dilimeters and get a report on all unmatched records. Field 1 and 2 are the same in each file. The other fields contained the data to compare. Should be the same, but may no


Comparing Alpha Numeric Strings -
Hello, I am trying to use VB6 to compare 2 strings character by character and writing to a list so that they are inserted at the correct position in the list Ascendingly. Firstly i am suppose to first check the string if its numeric, if it is then i skip the process of co


Comparing images. -
How can I compare two images and get a rectangle out of it that contains all the altered areas. I know this can be done by comparing it pixel by pixel, if they are different, their position is noted. The 4 sides of the rectagle can then easily be found. This works but it is running


comparing strings[resolved] -
When comparing strings, in an "if" statement, is there a way to make it not case sensitive? -tony


Comparing two text files -
hi can anyone assist me with a code that will compare two files. One file being Master.txt and the other being Collected.txt. Collected.txt would be compared against Master.txt and any song titles that are pn the Collected.txt list and are not present on the Master.txt would be conside


[2008]. File comparing, renaming and moving! -
can some one pls assist me on this... ____________________________________ 1. I want to rename a bunch of files... the files are named like asasa$182829.rtf -----I want to rename the file by removing the parts b4 $ sign! -----I want to chk if there is 2 files with same na


[2005] comparing files in diffrent folders -
I need to compare *.pst files from one folder to another folder on the network. If the file doesnt exist in dest folder: copy if it does exist in destination folder, check file size if folder 1 is bigger: copy has to be just *.pst files Thanks in advance for any help!


comparing a value of one file. with value user types in -
As a user signs in. I write that information to a file. I then want to take that name and compare it with the user that have access to the program. How can I do this? I am just learn. I am having trouble comparing the names. and sending back an ok. Please help. Rasnic


[2005] Load & Comparing Graphic Files -
Two questions: 1) How do you load a graphic file into a variable in VB? I assumed you would use an Image variable, by how do you load it? I want to load jpg files. 2) How do you compare two graphic files? If I can load the files into Image variables I can use either .equals or .g


[2005] Comparing and highlighting richtextbox -
Hi, I'm trying to compare two richtextbox and both with the following format and same length: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 I wrote the code below and for the comparison it works as fast as needed but when i try to highlight al


Comparing versions -
does anyone know if theres a way to do a compare of VC++ code? I have two versions of source code here and I wish to see the changes made in both by comparing them.... is there an easy way of doing this?


PDW Scripts Moved to a new PC, where are they now -
Hi all, I've tried to search this everywhere but can't seem to find the answer I am looking for. I have moved to a new hard drive in my lapatop, clean install etc. Now when I open PDW none of my previous scripts are available in the drop down combo. The Setup.lst files and folde


Adding PDF files in Visual Basic -
Hello friends, How to use the PDF files as Help files in Visual Basic. Because Help files developed using Word document is Huge in size.So I want to convert all the help files to PDF.How to handle the PDF in Visual Basic. Issues like Context ID.If anybody using the PDF


Stitching PDF Files -
Hello, I am interested in learning how to author a .PDF document using Visual Basic 6. To be more specific, I have a library of about 35 separate PDF documents. I want to be able to stitch together a combination of files from my library to produce a new .PDF Document. The probl


comparing number with a list of numbers -
i have 47 values in numbers. say 1...47. and i have "a" = 14.5 (say) how do i write a code for comparing that 14.5 lies between 14 and 15 from the 1...47 numbers given. how do i first declare the 47 numbers. and then how do i proceed kindly help cheers