| Thread | Last Post | Replies |
|
| Select Case for Option values | 12 Apr 2006 10:17 GMT | 16 |
I have four option buttons, Option1(0), Option1(1), Option1(2), Option1(3) in a frame. How do I use Select Case to access the option values? Select Case [What do I put here?]
|
| Regarding an error with VB 6.0 | 12 Apr 2006 09:15 GMT | 1 |
The Project that I'm working on is based on Visual Basic 6.0. There are two issues that have come up: Issue-1 :- GUI gives an error "393: left property cannot be read at run time", on
|
| Strange Problem..... Decreasing The Speed | 12 Apr 2006 05:32 GMT | 4 |
Hi *.* I've a strange problem, I'm using VB6 SP6 to create MDI Application called Nemesys, and I've experienced some strange problem during the period of creating this app.
|
| Any known problems running VB6 application with Intel Centrino Duo | 12 Apr 2006 04:33 GMT | 10 |
We have an application that has been in the field for over a year. I have a customer that has a laptop with the Intel Centrino Duo processor running Win XP. The installation process completed successfully, creating all the shortcuts and required files but when he trys to run ...
|
| FTP upload progress | 12 Apr 2006 02:57 GMT | 3 |
I have a VB6 application which creates a FILE, FTP's the file and then archives the file. I want to track the bytes(file size) transferred during FTP progress. Since I was not able to track the upload progress using Inet and
|
| Dynamic Menu Items | 12 Apr 2006 01:51 GMT | 10 |
How can I add menu items to the main menu in VB6
|
| Wrapping a vb 6 dll in another vb 6 dll | 11 Apr 2006 23:43 GMT | 13 |
I have a 3rd party vb 6.0 dll (for faxing purposes) that I need to use in a .NET application. I get an error when I try to reference it in my C# app and I have determined the reason for the error is because the 3rd party vb 6 dll has a method called "New". So, my next plan of ...
|
| Datagridview Cell Formatting based on cell content | 11 Apr 2006 23:16 GMT | 1 |
I am using a DGV control, filled with a Dataset (loaded on Form1_Load event. I want to evalaute each of the values in the "ManfDate" column to see if the date value is within the past 30 days. If not, then I want to
|
| MDI Form 'X' causes child form to unload | 11 Apr 2006 22:06 GMT | 7 |
When I press the 'X' to unload my parent MDI form and terminate the entire application, a child form gets unloaded and nothing happens to the parent. I have tested this by placing a breakpoint into the child's unload event and sure enough it gets called instead of the parent
|
| Screen Saver - Changing the time wait setting in reg | 11 Apr 2006 21:51 GMT | 3 |
I am having trouble working around changing the ScreenSaveTimeOut setting the registry to work immediately. I am looking for an API call or something like that to simulate the "Apply" button being clicked which kicks in the new time settinig when my program
|
| Remove SourceSafe integration from VB6 project. | 11 Apr 2006 20:48 GMT | 9 |
I have VB6 project from which I want to remove the Visual Source Safe integration. I deleted the file MSSCCPRJ.SCC, but project's files are still locked (readonly) when I get back to the project.
|
| DES-56 encrypt/decrypt dll | 11 Apr 2006 20:31 GMT | 1 |
I've been using the DES-56.dll DLL to perform string encryption and decryption for a number of years. Recently a customer found that this DLL is not working correctly on a Chinese version of Windows 2000. Ugh! I'm not even sure where I got this DLL originally, but it doesn't seem ...
|
| Subclass a form to capture events? | 11 Apr 2006 19:29 GMT | 10 |
Been wrestling with this for a while now. I am trying to capture all events on a form, including events raised from controls on the form. I was trying to do something like this (vbScript way)
|
| Finding a specific line in a rich text box | 11 Apr 2006 19:11 GMT | 5 |
I have a rich text box that can consist of several lines of text. I need to write each line of text in sequencial order back to a database. Is there an easy way to determine the line number of each line of text? Thank You!
|
| How to get the correct classID and Version of an ActiveX Exe | 11 Apr 2006 19:09 GMT | 1 |
My project developed and running on VB6 (SP3) Win2k SP3 and uses ActiveX Dll's. The deploy program uses the "GetControlInfo" Method from Occache.dll(Ver 6.0.2800.1106) in order to
|