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 


webbrowser help

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

Joined: 28 Jul 2007
Posts: 116

PostPosted: Sun Sep 23, 2007 7:39 am    Post subject: webbrowser help Reply with quote

in vb6 when i add microsoft internet controls whats the code to load a website?
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Sun Sep 23, 2007 7:41 am    Post subject: Reply with quote

In Delphi it's:

Webbrowser1.Navigate('Http://Msn.com');

I'm pretty sure it's similiar to this in VB:

Webbrowser1.LoadURL('URL/Website');
Back to top
View user's profile Send private message
chimecko
Expert Cheater
Reputation: 0

Joined: 28 Jul 2007
Posts: 116

PostPosted: Sun Sep 23, 2007 7:43 am    Post subject: Reply with quote

nope it doesn't work...
Back to top
View user's profile Send private message
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Sun Sep 23, 2007 7:55 am    Post subject: Reply with quote

its navigate...chimecko why dont you google it?

http://msdn2.microsoft.com/en-us/library/aa752041.aspx

look at that, first hit i get...wow im on fire today

_________________
Back to top
View user's profile Send private message
chimecko
Expert Cheater
Reputation: 0

Joined: 28 Jul 2007
Posts: 116

PostPosted: Sun Sep 23, 2007 8:22 am    Post subject: Reply with quote

okay well now i have another problem.
when i try to make a password field and i want to have 2 password field and type this:
Code:
Private Sub Timer1_Timer()
If Form5.Text4.Text = "exactfit" Then
if form5.Text5.Text =  "scale" then
Form5.Command1.Enabled = True
End If
End Sub

it doesn't work. how can i have it so you have to type in those two words to get access to the next form?
Back to top
View user's profile Send private message
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Sun Sep 23, 2007 8:28 am    Post subject: Reply with quote

missing another End If

and i wouldn't make a password like that because it can be cracked in <10 seconds by pretty much anyone

_________________
Back to top
View user's profile Send private message
Valvex
I post too much
Reputation: 0

Joined: 11 Jun 2007
Posts: 2447
Location: 127.0.0.1

PostPosted: Sun Sep 23, 2007 8:31 am    Post subject: Reply with quote

Chimecko, just make your code like this:
Code:
Private Sub Timer1_Timer()
If Form5.Text4.Text = "exactfit" Then
If Form5.Text3.Text = "scale" Then
Form5.Command1.Enabled = True
End If
End If
End Sub

everytime you add another if form5....................... add another End if and the bottom. simple enough?
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 Sep 23, 2007 8:34 am    Post subject: Re: webbrowser help Reply with quote

chimecko wrote:
in vb6 when i add microsoft internet controls whats the code to load a website?


Code:
WebBrowser1.Navigate "http://www.google.com"
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