In the .Net world, this will complain that IsObject is not declared. /tr _____ From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf...
Hi y'all I need an utility with open code in Visual Basic 6 to connet for chating 2 computers in an Intranet. Nothig complicated, only something that show me...
Using VB6 it’s not very easy to find your IP address when you are internal on a LAN. Perhaps the easiest way would be to open one of the locator pages like...
Thanks Tim for the links and the info about IP. I'd read that its impossible to know it from me if my router gives to me an IP's mask. That the only way is...
...and here, as a parent, I thought "propositions" didn't belong on a family board :) Just finished reading a popularized math-history book on the titular...
There are a couple ways to do this without opening a browser control. Use the GET command to request information from the page then parse the return to get the...
Absolutely agree, Bruce - a fantastic book. I got it as a present for my Nth birthday 8 years ago and have re-read it several times since. It's basically a...
Keep in mind that what is shown is ASP, as previously mentioned. /tr _____ From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of...
Tim, Could we switch the order of your first two lines of code ? Dim objXMLHTTP, xml, text Response.Buffer = true Being clueless, that was my WAG. Steve ...
... Technically yes. It is however a requirement for "Response.Buffer = true" to work correctly, that it occurs before the response has been modified because ...
Tim.... That is so cool < g > Thanks, Steve ________________________________ From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of...
Hi. was wondering. doing the chapter on menus. now, for some reason, the auto size property is set to true. are menus different for aligning the controls, not...
You are working in a flavor of Vb.Net and are using the MenuStrip control is what I will assume. This control should probably be left to auto size. It has some...
I'm trying to make a feature in my program to let the user measure lines on a pdf. Say there is a line 4 feet long on a pdf file which would of course be...
Should properties be used on all forms to modify Public variables within the form? or Should properties be used on all forms to modify Private variables within...
No "always", in programming, but.... There is little point, imho, to using properties (and by this I assume you mean accessor functions) for public variables...
I have heard that a person should not have Visual Basic 6 on same computer as VB.Net. Is this true? Are there problems if both reside on same computer?...
That is false. Both will sit on the same system quite well. /tr _____ From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of John...
Yes, I have both running on XP without any issues. Â ... From: John Morgan <bluecraby2k@...> Subject: [helpwithvb] Can Visual Basic 6 reside on same...
 Does anyone know if it's possible to convert an Access backend database to another type of database that would work with VB6 on Linux.  Thanks! Jamie Does...