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 


how to open ie7 with a link for vb6

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Box
Grandmaster Cheater
Reputation: 0

Joined: 16 Oct 2007
Posts: 541

PostPosted: Sun Jun 08, 2008 6:47 am    Post subject: how to open ie7 with a link for vb6 Reply with quote

put this in a modulatore
Code:
Public Declare Function ShellExecute& Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long)
    Public Const SW_NORMAL = 1

Public Sub OpenWebsite(strWebsite As String)

    If ShellExecute(&O0, "Open", strWebsite, vbNullString, vbNullString, SW_NORMAL) < 33 Then
    End If
End Sub



and put this on a command button

Code:

private sub command1_click()
OpenWebsite (text1.text)
end sub


you may have to edit alittle

_________________
zurkei wrote:
Wow box your a real dick, I can't believe I actually thought that you were telling the truth...

Fact: no one tells the truth on cheat engine fourms


Last edited by Box on Sun Jun 08, 2008 12:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
alvin93
Expert Cheater
Reputation: 0

Joined: 05 May 2007
Posts: 249
Location: Money

PostPosted: Sun Jun 08, 2008 9:29 am    Post subject: Reply with quote

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

Joined: 25 Jan 2006
Posts: 8588
Location: 127.0.0.1

PostPosted: Sun Jun 08, 2008 3:30 pm    Post subject: Reply with quote

This has been posted before as ShellExecute is not some hidden API.

Along with that, this does not specifically open IE7, it opens the default browser on your system.

_________________
- 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