| Thread | Last Post | Replies |
|
| Ruler Control Using VB 6.0 | 03 Sep 2003 18:21 GMT | 1 |
Can anybody guide me in developing a True Ruler (Horizontal & Vertical) based on a given length & width (10 cms width x 5 cms height). I also need to be able to insert lines or boxes at
|
| 429 - License information error | 03 Sep 2003 17:34 GMT | 3 |
I have just gotten a new machine - Wk2 Sp3. I am have installed Vb6 and transferring my programs. However when I try to run one of the programs I get an error - "429 - License information for this component not found. You do not have an appropriate license to use this ...
|
| Permissions to folder | 03 Sep 2003 07:46 GMT | 1 |
I have the web application, that includes a COM+ object. The ASP page calls to COM+ object (VB6). The object needs to check a permission of the original caller to access to specified folder. I get the user by GetObjectContext.Security.GetOriginalCallerName, but how I
|
| VB Basics | 03 Sep 2003 00:17 GMT | 4 |
I have been programming for quite some time. I would like to learn the basics for VB6. I don't want to go through 800 pages, because I am already programming with it. I just want to learn the basic fundamentals so I know what I am REALLY doing.
|
| HowTo ADODB.Command return Client Side Recordset\Cursor | 02 Sep 2003 20:15 GMT | 3 |
When i use ADODB.Command it returns server side Recordset How to make it return ClientSide Recordset Any help/Suggestion will be helpfool
|
| how to get an objects prog-id? | 02 Sep 2003 17:35 GMT | 1 |
i have a collection of object. all these objects support a given interface, wich is used to call them. unfortunately i need to know what type of object i really do call. e.g.:
|
| Can VB dll support singleton design pattern? | 02 Sep 2003 10:42 GMT | 3 |
I wonder the VB dll. support singleton design pattern or not. How?
 Signature regards Tan Hong Giap
|
| comdlg32.ocx | 02 Sep 2003 09:39 GMT | 1 |
we repair cell phone , we use software to unlock gsm phones, some software works only on win98, if i try to run it on win2k or XP, that is what i get the Component 'comdlg32.ocx' or one of its dependencies not correctly registered: a file is missing or invalid. any programs i can ...
|
| Can i write a method not use transaction in a class which require transaction? | 02 Sep 2003 09:16 GMT | 1 |
i have a class which require transaction named ClassA it has two method:MethodA MethodB i hope MethodA use transaction but MethodB not can i do it like this?
|