No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I download a program located at [url]ftp://ftp.softcircuits.com/vbsrc/browse.zip[/url] and being a newbie, i failed to make the code work. i mean to make my code work with yoursit... the code is given below: [I]Private Sub Command1_Click() Dim myfile Dim i As Integer For i = 1 To 999 myfile = Dir("C:\" … | |
Re: Could u pliz let me know as to how do i add this code then, as i keep getting error// Private Sub Command1_Click() Dim myfile Dim i As Integer For i = 1 To 999 myfile = Dir("C:\" & i & ".bmp") If Not myfile = i & ".bmp" Then … | |
i'm newbie and would like some help from u. I would be grateful if you could configure the script below so that it lets the user choose the file location before he clicks the button and send the file to the location specified by HIM and not to C:\ as … |
The End.