| View previous topic :: View next topic |
| Author |
Message |
jeremydd Master Cheater
Reputation: 0
Joined: 16 Jul 2007 Posts: 498
|
|
| Back to top |
|
 |
AtheistCrusader Grandmaster Cheater
Reputation: 6
Joined: 23 Sep 2006 Posts: 681
|
Posted: Sat Jul 21, 2007 12:03 pm Post subject: |
|
|
u add microsoft internet control in components
btw ur a noob
|
|
| Back to top |
|
 |
AdamWest Master Cheater
Reputation: 0
Joined: 05 Jul 2007 Posts: 354 Location: Quahog, Rhode Island
|
Posted: Sat Jul 21, 2007 2:38 pm Post subject: |
|
|
hey, just steal firefox's Source and redo it
_________________
"I myself am made entirely of flaws, stitched together with good intentions." - Augusten Burroughs |
|
| Back to top |
|
 |
AtheistCrusader Grandmaster Cheater
Reputation: 6
Joined: 23 Sep 2006 Posts: 681
|
Posted: Sun Jul 22, 2007 1:15 am Post subject: |
|
|
| making new is easier.....
|
|
| Back to top |
|
 |
jeremydd Master Cheater
Reputation: 0
Joined: 16 Jul 2007 Posts: 498
|
|
| Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Mon Jul 23, 2007 9:11 am Post subject: |
|
|
Do you have 1 minute of your time?
AND there's a wizard in VB6 by default making you a web browser
_________________
Get kidnapped often. |
|
| Back to top |
|
 |
gamesguru Grandmaster Cheater
Reputation: 0
Joined: 22 Mar 2006 Posts: 926 Location: detroit
|
Posted: Mon Jul 23, 2007 11:32 am Post subject: |
|
|
Common controls>Web Browser, drag it onto the pocket pc form, add a main menu (if there isn't one already) add what you want...make one to go to settings and an OK button on those settings which saves them, settings can be accessed by Properties>Settings.settings. If you need more help, let me know...but I don't know VB too well.
_________________
|
|
| Back to top |
|
 |
jeremydd Master Cheater
Reputation: 0
Joined: 16 Jul 2007 Posts: 498
|
|
| Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Wed Jul 25, 2007 8:28 am Post subject: |
|
|
try Shell FindPath(App.path,App.EXEName & " " & brwWebBrowser.URL) on the NewWindow2 event and accept Command$ on form load?
ps FindPath is
| Code: | Public Function FindPath(Parent As String, Optional Child As String, Optional Divider As String = "\") As String
On Error Resume Next
If Right$(Parent, 1) = Divider Then Parent = Left$(Parent, Len(Parent) - 1)
If Left$(Child, 1) = Divider Then Child = Mid$(Child, 2)
FindPath = Parent & Divider & Child
End Function |
_________________
Get kidnapped often. |
|
| Back to top |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 88
|
Posted: Fri Jul 27, 2007 1:05 am Post subject: |
|
|
im glad to see someone that wants to join me in vb =D but this is a very easy and i think a really good beginning project i will be using vb.net for this. ill put a download for a source nothing fancy just the basics =P. give me a couple minutes to make it
|
|
| Back to top |
|
 |
|