|
-
Jan 23rd, 2004, 09:22 PM
#1
Thread Starter
Lively Member
Making vb copy its self
How about would i make my program copy its self in a file i want it in for in the code thanks
-
Jan 23rd, 2004, 09:26 PM
#2
New Member
wazzzup
i dunno man, but have you figured out that statup code yet?
-
Jan 23rd, 2004, 10:52 PM
#3
PowerPoster
Re: Making vb copy its self
Originally posted by WalMart4Life
How about would i make my program copy its self in a file i want it in for in the code thanks
perhaps if you could explain what you want in a more coherent manner, someone might be able to figure out how to help you
-
Jan 23rd, 2004, 11:38 PM
#4
Thread Starter
Lively Member
Ok my program in VB6 pro i need it to make a copy of its self so then their is 2 exe files, in to a folder that i chose how would i do this thanks
-
Jan 23rd, 2004, 11:58 PM
#5
Frenzied Member
-
Jan 24th, 2004, 09:06 AM
#6
-= B u g S l a y e r =-
as BrainS said
VB Code:
Private Sub Command1_Click()
FileCopy App.Path & "\" & App.EXEName & ".exe", App.Path & "\" & "test.exe"
End Sub
-
Jan 24th, 2004, 05:45 PM
#7
-
Jan 24th, 2004, 08:37 PM
#8
-= B u g S l a y e r =-
so I thought.... until i tried the above
-
Jan 24th, 2004, 09:20 PM
#9
Hyperactive Member
has anybody looked at WalMart4Life's other questions.
I'm assuming he's creating a worm or trojan.
-
Jan 25th, 2004, 10:04 PM
#10
Thread Starter
Lively Member
-
Jan 26th, 2004, 08:12 AM
#11
-
Jan 26th, 2004, 08:38 AM
#12
Originally posted by frigginjerk
has anybody looked at WalMart4Life's other questions.
I'm assuming he's creating a worm or trojan.
He's just writing a program which runs at start up and every hour after that, changing your homepage and propogates itself.
Next question how do I read a users address book
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|