Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
doc file translation in vb6
Name: et Date: April 30, 2004 at 20:28:45 Pacific OS: xp pro CPU/Ram: 1,2 - 392
Comment:
Hello, any of you has an idea on how I can go to make a program in vb6 to translate not the whole doc file but just some specific expression in a word documents automaticly from a language to another(french .doc files to english ) Thanks
Summary: Carven: To read from a file in VB6, try this: Private Sub Reading_Click() Dim variable1 As String Open "c:\My Documents\sample.txt" For Input As #1 Input #1, variable1 Text1.Text = variabl...
Summary: Hi, I would like to know how I can play a wave file over and over and over none stop. using the MCI control in VB6. Please, help! anything is appreciated ...
Summary: ---Sci-Guy--- "I usually prefer just to be pointed in the right direction so I can try to figure it out myself. I'm just trying to learn VB and find it better if I have to do some work myself." I sha...