Im trying to get the Log() of the number in VB. After messing with the formula for a while I realized I could not get the same answer on the simplist number as I would with the M.S. calculator. It...
I'm looking for a prewritten Module/Function or someone who can point me in the right direction. Basically I want to convert M.G.R.S. to Lat/Long *and* Deg.Min.Sec (DD.MM.SS.) . Ive been behind VB6...
I'm doing a replace() in a string of text but unfortunately there are two " " with in the text. Well, VB isn't liking that, Is there a trick to concantenate the true "" that are surounding my text?
I understand now about the Winsock1_Close. event, thanks for setting me straight. Info like that I could not find in any tutorial. As far as the packets, they are broadcast packets DEFINATELY...
To answer your question I had just a simple winsock1.close . I'm sure that closed the socket but there after I could not make another request without creating an error. I could of trapped it but...
Something else to think about. There is another program called RealBasic. It is not a M$ product and is like a poor mans VB6. You can download it at www.realbasic.com
Hey Yall'
Ive created an internet Browser for my 8 year old but my next step is to filter what pages he goes on. I was thinking about creating some sort of database with authorized pages and have...
This is a start, crude but it may help a little.
All you need is a textbox and button. Im not sure but an integer has a limit, you may have to use long or something else but check on it because Im...
After switching computers and reinstalling VB6 I seemed to have lost the ability to do text to speech. I cant bring up any of my old projects that used that control before. I think it was DirectSS1...
Wilk, I like your idea but what you want to do is very dificult(I think). You see, routers like the Linksys and D-Link use a web based language called Java Script(Netscape) or J Script(Microsoft)not...
Hey Bignin, I completed a project almost identical. Except I pulled the gps info from the buffer and parsed the text to display speed, and direction with a compass that spins on a form. I dont...
Do you mean you want to display different pictures at different times in one picture box? What you will need is an Image list, you can add that control through projects....components. From there...