Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Simple VB6 question
Name: losttrack (by losttrackofit) Date: September 30, 2006 at 05:24:53 Pacific OS: XP
Comment:
I dunno why but I'm finding it VERY hard to figure out how to postdata through a VB app.
Could anyone talk me through a simple app, 1 text box and 1 button. Anything in the textbox will be posted to www.website.com/test.php
Name: StuartS Date: October 1, 2006 at 19:52:30 Pacific
Reply:
Isn't it funny how the simplest of questions can be so complicated.
You have two ways of doing it. You can use the Internet Transfer Control that is part of VB6. I am not sure whether you can actually use that to POST data, it may only be for GET.
Failing that it's the API. Thats where it gets complicated. Look up the InternetOpen and INternetConnect API's on the MSDN web site at the wininet.dll functions. You have a lot of reading to do.
Summary: Hi Guys, I just have one easy (but not for me) VB6 questions.... Is there antway that I can limit the amount of characters a user can enter into an 'Inputbox'? Thanks Bertyz ...
Summary: I have set up a MS ACCESS query that prompts user for input before returning the info. I have connected the quey (VIEW) to a data report in vb6 via a MSJET3.5 DataEnvironment. When I execute the repor...
Summary: Hi, I have some simple PYTHON questions. 1: Is there anyway to clear screen in PYTHON as you would in Command Prompt 'cls'? 2: Can you repeat last instruction like 'F3' in command Prompt? Thanks. ...