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.
Flash file in vb6 form
Name: gardenair Date: October 29, 2004 at 09:20:42 Pacific OS: win98 CPU/Ram: 450
Comment:
I need a software which can save flash file & i can then embed it in my Visual Basic6 form.
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 if there is a way to compare two wave files in VB6? If Wave1=Wave2 then Do this else Do that end if The above code is not VB6. It is a repesentation of what I want to do. plea...
Summary: I could be wrong. but, the flash / shockwave control, will only play *.swf files. what you are trying to run is a compressed flash file which does not need the control. so as far as i can see, you are...