| Thread | Last Post | Replies |
|
| Passing array to form | 05 Oct 2006 17:14 GMT | 3 |
Have an ActiveX dll with only a class and a form. In the class I have: Public Sub ShowChart(arrData As Variant) frmChart.ChartData = arrData
|
| recordcount per date ? could you do that? | 05 Oct 2006 17:12 GMT | 7 |
its me again.... how are you today ???? i have some problems again i have some records per date
|
| Msgbox (VB 6.0) becomes modeless after a few clicks on the form | 05 Oct 2006 15:57 GMT | 7 |
I am facing this strange problem... Hope someone would be able to help.... This is how it is... I am displaying a message box (modal) in a form ... and it pops up as a modal dialog but after a few mouse clicks on the form it becomes modeless.... And this happens only when I the ...
|
| exporting graphical data from VB | 05 Oct 2006 15:55 GMT | 21 |
I have an application in which I project images and lines on a VB form through so called Ropes and Boxes: Boxes:
|
| Vb6 Project won't load | 05 Oct 2006 15:44 GMT | 8 |
I have been working on a project for 5 months. When I tried to open the project yesterday, it gave an error "PayMaster.vbp cannot be loaded". I opened the VBP file with notepad, but it was empty. I also opened some of the FRM files in notepad and some of those where empty too.
|
| color conversion | 05 Oct 2006 14:55 GMT | 39 |
VB6 uses hexadecimals to define color of forms and text. Is there a program or some way that I can obtain the following for these 4 colors? Light Blue = &H00FFFFC0& Light Yellow = &H00C0FFFF&
|
| Error:-2147220991(80040201) "Method~of object~failed" | 05 Oct 2006 14:54 GMT | 3 |
First time am posting the question in this discussion group. Please let me know if am wrong anywhere. I am using, ASP, COM+(developed using VB6.0(SP5), Visual Studio(SP5) and SQL Server8.0
|
| Can't find dll Entry Point error | 05 Oct 2006 14:47 GMT | 3 |
Hello World, I am trying to get the value of a registry entry and am using the call to RegGetValue but on runtime am getting the error "Can't find dll Entry Point RegGetValueA in advapi32.dll". The documentation for the RegGetValue function
|
| VB Error - update | 05 Oct 2006 14:25 GMT | 3 |
An app from a developer is producing an error on my win2k sp4 sys, in that in certain circumstances it terminates with a Second Chance Exception in MSVBM60.dll (v6.0.97.82) The developer is unable to replicate the problem, nor do other users see the
|
| DISCUSSION: Security issues using Access database | 05 Oct 2006 05:21 GMT | 7 |
I wanted to discuss with you programmers the security issues of using MS Access Database. I am building an application which will use this database to store user data. The purpose of this app would be to allow users to store files
|
| set to nothing everytime or reuse? | 05 Oct 2006 04:07 GMT | 1 |
I can have that doubts just at 20:30 whilst starving ;) Despite of the example it's a general question... I'm gonna write a VB6 function; it receives a user name and use the MAPI/CDO libraries to retrieve an info from the Exchange inbox of that user.
|
| Custom class know what class owns it | 05 Oct 2006 03:23 GMT | 5 |
I'm delving into custom classes in vb.net 1.1 I want all my instances of class B to have a reference to the instance of class A that owns it. For example, datatables. One of a datatable's properties is Dataset. I can
|
| Drive c: cannot be selected right now. | 05 Oct 2006 00:18 GMT | 7 |
Let's go back to some real "classic" vb... Using VB3 on a Win98 machine, we are now getting the following error: Drive c: cannot be selected right now. Try again later.
|
| Compile error: Wrong number of arguments or invalid property assig | 04 Oct 2006 22:18 GMT | 1 |
Any ideas on this? Compile error: Wrong number of arguments or invalid property assignment Set newLinkNode = CreateLinkNode(defectNumber, defectCounter) My first thought was to do this:
|
| Run time Error | 04 Oct 2006 22:05 GMT | 9 |
Private Sub cmd_DeleteTables_Click() MsgBox "Click yes when prompted to delete records" Dim sqldel As String sqldel = "DELETE tbl_physical_main.*, tbl_physical_main.[Material Number]
|