| Thread | Last Post | Replies |
|
| IP number from provider | 17 Jun 2008 02:35 GMT | 2 |
How can we detect the external ip number from provider using vb6 ? The pc that run the program can be as a stand alone pc with a dialup modem or as a member of lan with a router ? Thanks in advance
|
| Creating a Non Active x dll from VB6 | 17 Jun 2008 01:47 GMT | 13 |
I quote from an applications documentation. "The source DLL can be written using any language which supports the creation of standard Windows DLL files. If you use Visual Basic, you must use a third-party tool to create the DLL
|
| Why a form on user's computer has missing objects? | 17 Jun 2008 01:43 GMT | 14 |
Please compare these 2 screenshots: from user's computer: http://www.phonedialerpro.com/temp/Doc1.doc from my computer:
|
| Save data to a text file | 16 Jun 2008 15:12 GMT | 2 |
I have a small problem with my visual basic program. I have 2 textboxes (txtdata1 and txtdata2) and 2 buttons (cmdLoad and cmdSave) on my form I am having difficulty saving and loading the data in these two textboxes as
|
| VBPJ | 16 Jun 2008 14:23 GMT | 10 |
I have run across some VBPJ CDs. 1) what was the last one produced? 2) which ones should I keep? i.e. I think they accumulated until some date then they started dropping off older stuff.
|
| Insert large number of rows from VB into Sql Server | 16 Jun 2008 14:03 GMT | 2 |
Hi - I'm using VB2008 through Visual Studio 2008. I have a large pipe delimited text file, with around 20 fields, and approx 50-60,000 entries - which is dumpd each night from a 3rd party system.
|
| vb launches vc gui | 16 Jun 2008 13:32 GMT | 6 |
I have sample vb6 exe(only one form with button) and vc6 dialog based application. When I click on button in VB form, it launches VC Dialog based exe. Here my requirement is: When VB form minimizes VC dialog should minimize and
|
| ActiveX EXE icon | 16 Jun 2008 13:17 GMT | 3 |
I want to change the Icon of my ActiveX Exe which has no visual interface not even the form. How can i do it?? Please help me out in this -Lou
|
| How do I programmatically display all of a fonts' characters? | 16 Jun 2008 06:52 GMT | 3 |
I would like to display everything a font has to offer (including glyphs). I am missing something as there seem to be more than 255 characters in a font. Type ALT+0256 in word and a different character appears that is not in 0-255. Not in every typeface but most. I would like to ...
|
| save and load data | 16 Jun 2008 03:20 GMT | 4 |
Hi All, My program uses the following code to save and load the data in 2 textboxes. Can someone please help me modify this so that multiple lines can be loaded in each of the textboxes instead of one single line. Thanks and God Bless
|
| ping a domain name | 16 Jun 2008 01:35 GMT | 1 |
In Windows we can get an ip address of an internet server by pinging its domain name. For example : ping www.yahoo.com. How can we do this in VB6 ?
|
| calculate elevation of Geo stationary satellite | 16 Jun 2008 00:19 GMT | 30 |
I'm trying to calculate the elevation to an IMARSAT satellite in VB. I learned that the formula to do this would be something like: EL = ArcTan((Cos(F) - 0.1512) / Sin(F)) F = ArcCos(Cos(sat long) * cos (my lat))
|
| Barcode scanner question | 13 Jun 2008 19:27 GMT | 4 |
Do all barcode scanners have the same codes at the start and the end of the data sent to the vb program ?. I mean : - Does Form_KeyPress event below work
|
| Xfer file to AS400 FTP server w/ VB6 | 13 Jun 2008 19:15 GMT | 5 |
I have a routine that uses the wininet.dll APIs to manipulate an FTP server. These are in production and work fine - until now :-S Now I need to "put" a local file on an FTP server is is hosted in an AS400, but these routines no longer work. I hacked a simple app that uses the Inet ...
|
| txt files | 13 Jun 2008 19:00 GMT | 4 |
I'm doing an app to treat txt files. At the moment i have a problem, so i need some help... My txt file have special caracters like 'á' or 'ã', but doing a debug (or simply show a message box with the line) the ligne the VB transform the
|