| Thread | Last Post | Replies |
|
| VB6 Class within a Class Object not set | 13 Jun 2005 03:34 GMT | 11 |
I have been trying to learn about using VB6 classes via samples in Francesco Balena's Programming VB 6.0. I believe that I understand the concept and have successfully executed one class to work with no problem. However, when I try to use a class structure within another class, ...
|
| New programmer | 13 Jun 2005 01:46 GMT | 3 |
If I was to learn how to programme, what should i use. VB6 , VB.Net, C++ ? or something else. Just want to create small Com applications using USB Port
|
| How to check if Registry setting exists | 12 Jun 2005 18:07 GMT | 1 |
I've got this routine in my form load event - - Dim a() As String Dim I As Integer a = GetAllSettings(App.Title, "Expressions")
|
| Lost all my Tools | 12 Jun 2005 14:34 GMT | 4 |
Hello. I am just starting to learn Visual Basic .NET and I have the 2003 Standard Edition. I was trying to get all the controls listed by their icons but I did something wrong cause there are no tools in the toolbox now. They have all vanished. How do I get them back to the ...
|
| Sticky Forms - By Carles P.V. - Need Clarification - How to implement this withing a MDI form? | 12 Jun 2005 08:49 GMT | 2 |
I saw the example present in Planet source code. cMagneticWnd 1.0.8 (WinAmp's *behaviour* fully emulated) http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=57095&ln gWId=1
|
| ActiveX / Dll Control problem | 12 Jun 2005 01:51 GMT | 2 |
I Have an ActiveX / Dll file supplied by the manufacturer of a USB input/output relay control unit. The control works well in an VB6 Created application, untill the application is terminated.
|
| help: how to dynamic reference into structure | 11 Jun 2005 20:23 GMT | 4 |
Just as a form and object can be referenced by: MyForm.Textbox1 or MyForm("Textbox1")
|
| MSCOMCTL.OCX | 11 Jun 2005 20:00 GMT | 3 |
I have setup script for my program and I have to include mscomctl.ocx in setup script. I have downloaded this file from Microsoft site and date of file is 15.04.2005 Is this file same for Windows XP and Windows 2000, because I have setup
|
| Grid Viewing - Highlight stays in centre? | 11 Jun 2005 17:59 GMT | 2 |
Hello Group, I am wondering if this is possible. I use a mshflexgrid to show approx 1000 records in. What i would like is for the highlighing row to always be in the centre of
|
| dates...weeks | 11 Jun 2005 17:39 GMT | 2 |
I need to make program that will list all dates of some week. If I input week number 23, and year 2005, output must be: 06.06.2005 07.06.2005
|
| Using non-modal forms when modal form displayed | 11 Jun 2005 17:25 GMT | 7 |
I've been looking for a general method for displaying a non-modal form when a modal form has been used to start module execution. I thought I had stumbled on the solution - making the modal form invisible seemed to work:
|
| Weird ADO error, any ideas? | 11 Jun 2005 08:59 GMT | 14 |
I have an application that has been running fine for ages, but has suddenly started generating a weird error. I grab hold of an ADO recordset, and loop through it. For some reason, the MoveNext method of the recordset fails on some records, giving the error -2147467259 "A
|
| Control cannot be loaded | 11 Jun 2005 08:15 GMT | 5 |
I've got this project, wich as you can see, uses VbAccelerator controls. I recently had the problem that i did not have enough free space. After that, i keep getting errors when loading one of the forms: Line 16: Class vbalSbar.vbalStatusBar of control vbStbar was not a loaded
|
| Fast Replace() operator for multiple characters? | 11 Jun 2005 04:59 GMT | 3 |
I have a string (well, lots of em) that I need to do simple replace()s on. I am trying to avoid nesting 3 calls to replace(,,) and am hoping there is a fast, efficient way to do this? I am searching the 'simplified' string for another string. Since it
|
| WithEvent Statement | 10 Jun 2005 23:03 GMT | 5 |
Having a problem using the following statement in my VB6 Project dim Withevent----------etc to call a activeX Control. When project set into run mode, all works well untill exiting run mode. This then causes VB6 to crash.
|