Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for mex

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:\" …

Member Avatar for 1o0oBhP
0
127
Member Avatar for Deepa

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 …

Member Avatar for mex
0
2K
Member Avatar for mex

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 …

Member Avatar for mnemtsas
0
87

The End.