| Thread | Last Post | Replies |
|
| Error "No creatable public component detected" | 06 Nov 2004 00:22 GMT | 4 |
I get the error "No creatable public component detected" when trying to compile a new VB application I am starting. When I press F1 for more information, the error is listed as "No creatable public class module detected".
|
| COM+ and VB6: User cannot access a COM+ component, after putting on SP2 | 04 Nov 2004 23:45 GMT | 7 |
This morning one of our users installed service pack 2 for Windows XP, "just because it was there telling me to install it". Now, he cannot access one of our VB6 COM+ components. However, he CAN access all of the others. He
|
| How to free up memory? | 03 Nov 2004 23:15 GMT | 1 |
I write class and object in Excel vba. I use Collection. But when Public col As New Collection
|
| How do I save binary data to a file. | 03 Nov 2004 20:50 GMT | 3 |
Does anyone know the commands (as I cannot find one) on saving a byte array to a binary file. I've tries using Write #1, mybinary but the system writes the data in enclosed speech marks.
|
| Date format problem in VB6.0 | 01 Nov 2004 17:24 GMT | 3 |
I have a simple problem. I understand that the system date is in the format mm/dd/yy. Now in my VB application, I am converting the format entered by the user to this mm/dd/yy type using CDate.
|