Quantcast

Jump to content


Photo

Visual Basic 6 Programming Help Topic


  • This topic is locked This topic is locked
35 replies to this topic

#1 xx_WLT_xx

xx_WLT_xx
  • 2471 posts

Posted 05 January 2005 - 06:02 AM

Post here any Visual Basic 6 Programming Questions/Problems and we will try to answer them  :)   :)

#2 jane

jane
  • 199 posts

Posted 30 January 2005 - 05:35 PM

can you make a full out tourtural for begginers?

#3 Dominate

Dominate
  • 2090 posts

Posted 30 January 2005 - 05:45 PM

*cough* http://www.neocodex....=0
*cough*

#4 dck

dck
  • 2361 posts

Posted 30 January 2005 - 06:56 PM

*cough* http://www.neocodex....=0
*cough*

View Post

Board Message
Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

The error returned was:
Sorry, the link that brought you to this page seems to be out of date or broken.

#5 Noitidart

Noitidart
  • Neocodex Co-Founder

  • 23214 posts


Users Awards

Posted 30 January 2005 - 07:28 PM

its in jr programmer area that's why. if u need to see it I can arrange for that :p

#6 Insanedragonz

Insanedragonz
  • 3011 posts

Posted 30 January 2005 - 07:35 PM

Hey..No outsider allow into our JR lounge.. :p

#7 Stephen

Stephen
  • 3527 posts


Users Awards

Posted 30 January 2005 - 09:01 PM

YEAH! It's for..... Us.... xD.

#8 Icey Defeat

Icey Defeat
  • 8298 posts


Users Awards

Posted 30 January 2005 - 09:02 PM

Ya I cant see it so keep this topic, I wanna be able to help some people in programming.

#9 Dominate

Dominate
  • 2090 posts

Posted 31 January 2005 - 04:14 AM

Hey..No outsider allow into our JR lounge.. :p

View Post

YEAH! It's for..... Us.... xD.

View Post


I'm with them ^  :p   but I dont care


Ya I cant see it so keep this topic, I wanna be able to help some people in programming.

View Post


ok but I got the probrleam fixed :D

#10 Dominate

Dominate
  • 2090 posts

Posted 31 January 2005 - 01:42 PM

html = Wrapper.PostWrapper("http://www.neopets.c...nowwars.phtml?" & "type=startgame" & "", "http://www.neopets.c...snowwars.phtml")


it wont start the game :help: and I did Di'm html As String but I dont know why and I got the
wrapper

#11 Icey Defeat

Icey Defeat
  • 8298 posts


Users Awards

Posted 31 January 2005 - 01:48 PM

html = wrapper.postwrapper("http://neopets.com/games/process_snowwars.phtml", "type=startgame&submit=Lets Play!", wrapper.lastpage)

If that doesnt work then shoot me

Edited by Icey Defeat, 31 January 2005 - 01:48 PM.


#12 Dominate

Dominate
  • 2090 posts

Posted 31 January 2005 - 06:30 PM

html = wrapper.postwrapper("http://neopets.com/games/process_snowwars.phtml", "type=startgame&submit=Lets Play!", wrapper.lastpage)

If that doesnt work then shoot me

View Post


thanks a lot ^^ it worked and why anit you a programer here???

#13 Icey Defeat

Icey Defeat
  • 8298 posts


Users Awards

Posted 31 January 2005 - 07:03 PM

I just dont have the rank, but I do program for here.

#14

Posted 31 January 2005 - 08:25 PM

we was a full programmer and mod I think :p

#15 Dominate

Dominate
  • 2090 posts

Posted 01 February 2005 - 04:23 AM

does anybody have an private check ^^

#16 Mumei

Mumei
  • 3545 posts

Posted 01 February 2005 - 09:35 AM

does anybody have an private check ^^

View Post

WOW - you really must want a private check LOL - this is the 3rd request in different topics

#17 Dominate

Dominate
  • 2090 posts

Posted 01 February 2005 - 10:26 AM

WOW - you really must want a private check LOL - this is the 3rd request in different topics

View Post


shhhh I know  :D I made a private prog ;) yay for me!!!!! its a **** **** ** I cant tell it to the public :(

#18 Icey Defeat

Icey Defeat
  • 8298 posts


Users Awards

Posted 01 February 2005 - 12:08 PM

dominante... it helps ur repution by makign it public, and by the way I'm nto saying this to gain the program.... believe me I wouldnt use it

#19 Dominate

Dominate
  • 2090 posts

Posted 03 February 2005 - 01:13 PM

dominante... it helps ur repution by makign it public, and by the way I'm not saying this to gain the program.... believe me I wouldnt use it

View Post


I'm making a public verson :p and why would you not use it :o :D :p :D :(

and I need more help  :D

Private Sub Ti'mer4_Ti'mer()
Di'm html As String
html = wrapper.PostWrapper("http://www.neopets.c..._process.phtml", "type=submit=Yes, I will have one please", wrapper.LastPage)
Next
Ti'mer4.Enabled = False
End Sub



#20 Icey Defeat

Icey Defeat
  • 8298 posts


Users Awards

Posted 03 February 2005 - 01:36 PM

Never post a submit button, um hold on, ill figure this out

Edit: [mergeti'me]1107466611[/mergeti'me]
From experi'menting with it, it seems the url is server side... 

http://www.neopets.c...resh=1107466261

Which leads me to beleive the post might be server side...

Try this now that I think about it

Private Sub Ti'mer4_Ti'mer()
Di'm html As String
html = wrapper.PostWrapper("http://www.neopets.com/desert/sc/sc_process.phtml", "", wrapper.LastPage)
Next
Ti'mer4.Enabled = False
End Sub


#21 Dominate

Dominate
  • 2090 posts

Posted 03 February 2005 - 01:42 PM

I dont think that works go to the url :p

#22 Icey Defeat

Icey Defeat
  • 8298 posts


Users Awards

Posted 03 February 2005 - 01:45 PM

Well neo has done somethign to their writing.... pyramids is written the same way ive noticed, you never post a submit, so there is some hidden php we are missing :p I tried using mysticals way of finding what to post, and nothing showed up... so I'm perplexed

#23 Dominate

Dominate
  • 2090 posts

Posted 03 February 2005 - 02:24 PM

^ its ok and its neopets flaut :p :p :D :lol: :lol: :( :p Neopets

#24 Taook

Taook
  • 90 posts

Posted 27 February 2005 - 11:47 AM

I've got two forms: frmMain and frmDialog.
I want a ti'mer(ti'm4) to open frmDialog.

What code should I use?

Thanks,
Taook

#25 Mumei

Mumei
  • 3545 posts

Posted 27 February 2005 - 01:14 PM

Can you give a little more info, if you just want a ti'mer to show a form it's just

Private Sub ti'm4_Ti'mer()
    frmDialog.Show
End Sub

but that makes no sense to do that


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users