Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[VB6] Saving a file?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Blader
I post too much
Reputation: 2

Joined: 19 Jan 2007
Posts: 2049

PostPosted: Sun Nov 18, 2007 3:26 pm    Post subject: [VB6] Saving a file? Reply with quote

So once the user loads a swf into shockwaveflash1, and presses cmdSave, it saves the current swf that's playing
I need help on how to do this
Common dialog would be great Razz

I've tried this but it doesn't work
Code:
    CommonDialog1.ShowSave
    If CommonDialog1.FileName <> "" Then
        Open CommonDialog1.FileName For Output As #1
        Print #1, form1.shockwaveflash1.movie
        Close #1
    End If
    Exit Sub


It could also be a downloader I guess

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Sun Nov 18, 2007 10:57 pm    Post subject: Reply with quote

You can't just save the movie data, you need to download it from the website it came from. To do that you need to make web connection to the server. You can use Winsock or Inet to do it.

Heres a quick small example:
http://freevbcode.com/ShowCode.Asp?ID=2330

You can also find a ton of examples on www.pscode.com

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites