Home Forums Register FAQ Members List Calendar Search Today's Posts Mark Forums Read Arcade Chat
Go Back   ClubPenguinHQ Forums > General Discussion > Programming > Other
Reload this Page VB6 Enter
Other Discussion of programming languages that don't fall into the other categories belongs here.

VB6 Enter

Reply
 
LinkBack Thread Tools Display Modes
Old
  (#11)
lolabob is Offline
BANNED
lolabob
 
Posts: 1,478
Join Date: Nov 2008
Location: Somewhere up above
Age: 14
Rep Power: 0
  Send a message via MSN to lolabob  
Default Saturday, June 20th, 2009

thats vb8. a bit different xD


[B][SIGPIC][/SIGPIC][/B]
[B]Visit ps34eva123.wordpress.com for the latest updates on club penguin. visit cpelite.co.cc for the latest club penguin cheats![/B]
  
Reply With Quote
Old
  (#12)
Bollivierke is Offline
Über Member
Bollivierke is on a distinguished road
 
Bollivierke's Avatar
 
Posts: 4,036
Join Date: Jul 2007
Location: Belgium
Age: 15
Rep Power: 35
  Send a message via AIM to Bollivierke Send a message via MSN to Bollivierke  
Default Saturday, June 20th, 2009

Quote:
Originally Posted by lolabob View Post
thats vb8. a bit different xD
VB8 doesn't exist.




Bored.
Send me a PM for a Lockerz.com invite!
  
Reply With Quote
Old
  (#13)
lolabob is Offline
BANNED
lolabob
 
Posts: 1,478
Join Date: Nov 2008
Location: Somewhere up above
Age: 14
Rep Power: 0
  Send a message via MSN to lolabob  
Default Saturday, June 20th, 2009

kk
visual basics 2008
happy?


[B][SIGPIC][/SIGPIC][/B]
[B]Visit ps34eva123.wordpress.com for the latest updates on club penguin. visit cpelite.co.cc for the latest club penguin cheats![/B]
  
Reply With Quote
Old
  (#14)
Elemental95 is Offline
BANNED
Elemental95 is on their way to the top
 
Posts: 178
Join Date: Jun 2009
Location: papapapapa
Rep Power: 0
   
Default Saturday, June 20th, 2009

Quote:
Originally Posted by Bollivierke View Post
VB8 doesn't exist.
You sir, have won.
+1


[SIGPIC][/SIGPIC]
[COLOR=Gray][COLOR=Silver][FONT=Arial][I][*You need the drive, to get the dream*]

[/I][\ View my art [URL="http://clubpenguinhq.com/forums/members/elemental95-albums-signature-album.html"] here [/URL][/FONT][/COLOR][/COLOR][URL="http://clubpenguinhq.com/forums/members/elemental95-albums-signature-album.html"][COLOR=Gray][COLOR=Silver][FONT=Arial]/][/FONT][/COLOR][/COLOR][/URL][COLOR=Gray][COLOR=Silver][FONT=Arial]
[/FONT][/COLOR][/COLOR]
  
Reply With Quote
Old
  (#15)
kooki95 is Offline
Member
kooki95 is an unknown quantity at this point
 
kooki95's Avatar
 
Posts: 143
Join Date: Dec 2007
Location: Lebanon
Rep Power: 0
   
Default Saturday, June 20th, 2009

This is for VB2008. I dunno if it'll work for VB6 but give it a try.
Create a new project, double-click on the form, choose the "key down" event...

In the form_load sub, enter this:
KeyPreview = True

In the key_down sub, enter this:
If e.KeyCode = Keys.WhatEverButtonYouWant Then
WhatEverYouWantItToDo
End If

Btw, VB2008 is easier to use than VB6.
  
Reply With Quote
Old
  (#16)
wweice is Offline
Senior Member
wweice
 
wweice's Avatar
 
Posts: 877
Join Date: Feb 2009
Age: 12
Rep Power: 0
  Send a message via AIM to wweice Send a message via MSN to wweice Send a message via Yahoo to wweice  
Default Sunday, June 21st, 2009

Easier? No it's not! ... Also, I need to reinstall VB... haven't checked it yet..


Steven: May the Lord be with you.

  
Reply With Quote
Old
  (#17)
BaitDaWhoop is Offline
BANNED
BaitDaWhoop is on their way to the top
 
Posts: 23
Join Date: Jun 2009
Rep Power: 0
   
Default Tuesday, June 23rd, 2009

for vb6

first declare function

Code:
Private Declare Function GetAsyncKeyState Lib "User32" (ByVal vkey As Long) As Integer
then add this code into a timer
interval can be any number..maybe 10

Code:
If GetAsyncKeyState(vbKeyEnter) Then
On Error Resume Next
Webbrowser1.Navigate Combo1.Text
End If
see if it works..
  
Reply With Quote
Reply

Lower Navigation
Go Back   ClubPenguinHQ Forums > General Discussion > Programming > Other

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
where do you enter sim city codes? potatoman6 Gaming 0 Sunday, May 3rd, 2009 08:54pm



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Skin developed by: vBStyles.com
Copyright ©2006 - 2009, RancidKraut Industries