| Thread | Last Post | Replies |
|
| VB6 or .NET | 28 Feb 2006 23:25 GMT | 19 |
I am currently running VB6 from Visual Studio 6 Enterprise Edition. I'm in the middle of a download from Microsoft for the .NET Framework Version 2.0 Redistributable Package. What difference will that make, if any? Where do I go to get, in a nutshell, information about what ...
|
| Running an external dos application | 28 Feb 2006 23:10 GMT | 2 |
I am trying to run an external DOS application from a VB application. I tried the shell command but the DOS window just blinks and does not act as desired. The DOS application actually takes some inputs from a text file.
|
| delete open files | 27 Feb 2006 01:39 GMT | 2 |
good day! is there any way on how to delete files either locked or opened by any application or process using VB6? thanx.
|
| runtime error - abnormal termination in VB5 | 26 Feb 2006 19:12 GMT | 2 |
After between one and two days of testing my application, I get the dreaded "runtime error ... abnormal termination" message box for VB5. This has now happened twice. The problem could be almost anywhere in my RT application with its many ActiveX controls. It appears to be
|
| Displaying decimals to smaller precision in a label | 25 Feb 2006 16:26 GMT | 1 |
I have a calculated value displayed in a label that displays as a percentage something like: lblMyLabel.Caption = (intOneNumber / intAnotherNumber) * 100 & "%" I get results like 0.6666666666666667% or 0.3333333333333333%, etc.
|
| Connecting to MS-Access XP from VB6 | 25 Feb 2006 15:09 GMT | 5 |
I'm trying to build a quiz program. Please point me to the simplest MS-Access connection advice available. I'm so confused. I have a very simple Access database with six fields: Question: Memo data type
|
| How to check to see if ALL boolean array elements are set to True | 25 Feb 2006 06:40 GMT | 14 |
I'm writing a quiz game in VB6.0. If I have an array of questions that are asked randomly, I want to know if all the questions have been asked already. So I have three variables called strCurrentQuestion(1 To 100), strCurrentAnswer(1 To 100), boolAlreadyUsed(1 To 100), and ...
|
| Add Back Space to a constant | 24 Feb 2006 21:13 GMT | 21 |
I want to build a constant of string with some of the invisible characters. I try this but it doesn't let me. Would you guys teach me how to do it please? Thanks!!! Const ecNUM_KEY_SET = "0123456789." & Chr(vbKeyReturn) & Chr(vbKeyDelete)
|
| Event doesn't work in late binding? | 24 Feb 2006 08:39 GMT | 24 |
I trying use late binding with event, but event doesn't fire. I can use methods of created object - it isn't a problem. Below two codes. Code 2 works good (event fire), but Code 1 doesn't work (late binding - event doesn't fire)
|
| problem with serial port and mscomm | 15 Feb 2006 18:06 GMT | 1 |
I have an application in VB which reads data from a virtual com port. I'm using mscomm. If i run hyperterminal first and then close connection and start my application it will work. i am not able to satrt my application until i
|
| Run-time error 429 | 15 Feb 2006 15:34 GMT | 11 |
We have developed an application in VB6. When this application runs on the users machine it gives the following error message: Run-time error '429' ActiveX component can't create object
|
| A compatible ActiveX component must be a Visual Basic executale | 14 Feb 2006 15:16 GMT | 1 |
everytime i run my group project, VB6 displays a message: A compatible ActiveX component must be a Visual Basic executable.. what is this? thanks,
|
| ActiveX error (No. 429) | 14 Feb 2006 03:56 GMT | 3 |
i have made a customized policy class module and it is running pefectly in my development server, but when i deploy it on client and open the module that uses my policy it displays and error message "ActiveX component can't create object."
|
| DCOM with IIS 6.0 | 13 Feb 2006 09:05 GMT | 1 |
In our 2003 server, the web application cannot access the DCOM even I added Launch Permission in DCOM Config for the object (written in VB 6). Does anyone why? Thanks,
|
| VB6 on 64 bit dual processor machines | 12 Feb 2006 18:42 GMT | 2 |
Can VB6 Code (developed for 32 bit windows), run on a 64bit Dual processor machines? Does it take any additional changes to achieve this?
|