| Thread | Last Post | Replies |
|
| Listbox problem | 21 Oct 2003 13:09 GMT | 4 |
Can anyone tell me how to add items to a listbox/combo from a text file. Thanks
|
| Exporting data to a Word-doc | 21 Oct 2003 10:32 GMT | 7 |
Hey there. I must be doing something that seems quite simple quite wrong here. I'm looking to export som data I've made to a Word template in the application's path. I've looked around and come to the conclusion that form fields must be
|
| Internet Transfer Control - Permission Denied using FTP | 21 Oct 2003 09:19 GMT | 1 |
I am using the Internet Transfer Control in VB 6.0 SP 4 and I am attempting to send a file to a private FTP site. I am using the proper user name and password for this process but I am getting a "permission denied by server" error whenever I try to send the file.
|
| Bug in syntax? | 21 Oct 2003 09:16 GMT | 15 |
in Vb6: MsgBox (-9^2) = - 81 in VbScript:
|
| The script of EXE file | 21 Oct 2003 09:16 GMT | 1 |
I have problem to view the script of an exe file, can any one walk me through via vb or vc++ 6.0?
|
| Array, Hash Table, Dictionary, and Collection Speed Testing | 21 Oct 2003 06:27 GMT | 2 |
Hi all. I've made a program that compares the speed of collections, dictionaries, arrays, and hash tables. It includes a useful custom hash class (which beat the rest speed-wise), and a timing class that uses Windows high performance timers.
|
| MS Speech SDK Problems | 21 Oct 2003 04:04 GMT | 1 |
Has anyone tried running the VB examples from the Speech SDK? It works on one of my computers but the other one gives me Error 429: ActiveX component can't create object. They both run Win98SE and the software is about the same on both except that the one it works on has Office.
|
| Help in translating a few lines of C | 21 Oct 2003 03:04 GMT | 17 |
I have a customer that we need to send data files to using their format. Below is a C routine they sent us for computing a CRC. I tranlated it to the best of my ability to VB6 but can't reproduce their results.
|
| Factorial from 1-12 | 21 Oct 2003 02:36 GMT | 10 |
Can anyone show me how to show factorials from 1-12 by inputting a number and then the factorial shows up. Needs command button and textbox to enter number. Here is what I did so far:
|
| Multiple Choice test | 21 Oct 2003 01:52 GMT | 2 |
Help! I'm trying to create a simple one-form multiple choice test that will display one question at a time. It needs to pull the questions/answers from a text file.
|
| Toolbar and Microsoft Excel 9.0 Object | 21 Oct 2003 01:01 GMT | 2 |
Dynamically adding buttons on the toolbar will not generate an error when there is no reference to Microsoft Excel 9.0 Object. However, when the program is referenced to Microsoft Excel 9.0 Object, it will have an error: "Run-
|
| failed getting Rowset(s) from current data source | 21 Oct 2003 00:37 GMT | 1 |
Hello Using vb6(sp5) access 2000 mdac newest version. why I try to run report I get the error while I am running but If I Step through works great. This go along with the data
|
| format conversion | 21 Oct 2003 00:14 GMT | 1 |
i have a program that communicate with an other in DDE that transmit the output (in String format) of a Timer(countdown) like this: T#0d0h0m0s0ms Exemple: T#0d0h5m30s0ms then T#0d0h5m29s0ms and over. I would like to be able to convert to Time format or Integer format to be able
|
| Can't make an .exe file | 21 Oct 2003 00:07 GMT | 4 |
I am running an ME system and Visual Basic 6.0. I developed a large project, containing 68 froms each with an image and several command buttons. When I try to make an .exe file or a deployment package, I get the following
|
| Need Help with INI file | 20 Oct 2003 23:56 GMT | 5 |
I am using VB6 with this API: Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any,
|