| Thread | Last Post | Replies |
|
| run-time error '459' but not on every machine | 06 Jul 2006 15:58 GMT | 4 |
On one users machine I am getting the 459 error (Object or class does not support the set of events) when I attempt to set the value for a label before displaying a form. frmAddNewEntry.lblRef.Caption = "1001"
|
| MDIChild in DLL ? howto ? | 06 Jul 2006 14:43 GMT | 5 |
in VB there is MDIForm and MDIchild forms. Imagine that each MDIChild form is an independent operational module. Like personal module, you can specify the list of users that can use application. And this module is standard in all VB project.
|
| VB debug problem | 06 Jul 2006 14:34 GMT | 4 |
I have an odd problem with VB debugging that I haven't come across before and wondered if anyone else had. When I step over lines of code in my project, it still steps into certain subs or functions that are called in the line I am stepping over.
|
| Regular Expression Problems | 06 Jul 2006 14:24 GMT | 7 |
Hi There. I've got a Regular Expression bit of code for validating UK Postcodes. This has been working fine with no problems. But yesterday I was given another Valid Postcode, but this wouldnt work for the code, and failed validation. The postcode is:
|
| How to Update Software with Limited User Accounts | 06 Jul 2006 07:25 GMT | 3 |
I have a VB6 Client/Server app that has an auto update feature. It works fine if the client is a member of Power Users or Administrators groups, but fails if the logged on user is a member of "Users" group. The reason it fails is because "Users" don't have write access to the ...
|
| Accessing mdb file via VB code | 06 Jul 2006 04:19 GMT | 11 |
After my earlier post concerning Access database LockDown, I put on my training wheels and started to "ride". I did not get very far! I started by adding a password to my test DB by setting it by using Tools|Security
|
| User-Define Type: object needed error?? | 06 Jul 2006 00:55 GMT | 3 |
All code in a single module. I keeped it simple. I RETYPED EVERYTHING SEVERAL TIMES. I was testing Random access filing using a Type variable and I keep getting: "Run time error 424, Object required "
|
| Very very simple | 05 Jul 2006 22:54 GMT | 4 |
Hi, all: suppose I have: a = {1,2,3} I need to get:
|
| How Do I Com Wrap OCX files for a VB6 app? | 05 Jul 2006 22:51 GMT | 21 |
I have a few older applications that I want to get up and running in a U3 environment. If you don't know what U3 is that's fine. Just know that while in this environment I CAN NOT register the OCX files that I need to run my apps.
|
| Text_formula to value | 05 Jul 2006 22:32 GMT | 15 |
Given the following text: "3 + (5+2)*3" Is there a way in VB6(or API) to convert this text into real calculations so that
|
| Best way to edit text file through a form? | 05 Jul 2006 22:19 GMT | 6 |
I am storing a list of items in a text file. I can read them back into a label or text box using TextStream ReadLine. I'd like to be able to display my list of items, select one, return the selection, and delete that line from the file. I'm thinking the best way should be to ...
|
| VB6 - Vista | 05 Jul 2006 22:03 GMT | 18 |
Now that the Vista Beta 2 has been distributed for public use, has anyone here been able to install VB6 to run on this O/S ? Trying to install from the VB CD I get 'NTVDM encountered a hard error" and that's as far as I get...
|
| VB6 Control License not found | 05 Jul 2006 21:54 GMT | 3 |
I received a reply from Ken but it did not work as I still have the same problem. Joe
|
| generate random numbers | 05 Jul 2006 21:33 GMT | 8 |
I would like a simple routine that would generate random numbers. I would be using it in visual basic for applications application. Mary
|
| differentiate between unload and page close | 05 Jul 2006 20:53 GMT | 2 |
I have a page - page1 which opens a window1 where users can look at tasks, in window1 users can click and open window2 where they can create new tasks I want to refresh window1 when window2 closes
|