| Thread | Last Post | Replies |
|
| CallByName in VB.NET... | 09 Sep 2004 17:39 GMT | 10 |
CallByName allows you to provide an object reference for parameter 1, and a method call in the form of a string for parameter 2. Is their any way at all (using an API function or any other means) to encapsulate the entire call within a string, so it could truly be dynamic?
|
| Process name. | 09 Sep 2004 17:27 GMT | 1 |
how can I find the process name if I've got the process ID. For instance if I've got a process with an id of 15 and I don't know which process it is, how can I find the name. In Task Manager it will say that the process with ID 15 is excel.exe
|
| Need to reference Word Doc in code | 09 Sep 2004 17:27 GMT | 3 |
I have a VB6 application that needs to grab a reference to an open Word Document so I can close it programatically. Just creating a new instance of Word.Application doesn't seem to work as that instance doesn't seem to know about the open document. (ie
|
| Debugging Woes | 09 Sep 2004 16:47 GMT | 11 |
I'm completely stumped on this one. I have a substantial project that started terminating at one point without any message. I'm good at debugging but, here, it seems almost impossible given that a) the program will not fail when run from the IDE and b) I've isolated where the ...
|
| Accessing Array in Public Scope from Class Module...Problems | 09 Sep 2004 14:09 GMT | 2 |
I have created a class called ClsArray, in ClsArray I have declared a dynamic Length string private array. ================================ Private strDataArray() As String
|
| How do I create shortcuts in vb6 enterprise? | 09 Sep 2004 13:09 GMT | 5 |
Right now I know visual basic at a moderate level, so I'm looking for something easy and\or basic that I can understand (if possible). I am using visual basic 6 enterprise edition. My current task is to create an installation type program for another
|
| List boxes and others suddenly change size :o/ | 09 Sep 2004 08:28 GMT | 4 |
Anyone else come accross this? While in the GDI list boxes, and dir controls, suddenly get huge for no reason I can tie down - is this a known issue? Marshal
|
| WOW Of A Probelm With Strings - Help Required ! | 09 Sep 2004 02:25 GMT | 14 |
Dear Friends Hope you all doing great. I am faced with a very strange problem. I am confused like anything why the following code is not working.
|
| Client Side ASP OCX Wrapper | 09 Sep 2004 02:22 GMT | 1 |
I am looking to develop a VB app that is primarily HTML based (via browser control). The obvious server side ASP solution is not an option. Is it possible to encapsulate ASP in a COM object and thus generate the HTML code by making reference to the registered ActiveX control on ...
|
| VB6 and dotnet framework? | 09 Sep 2004 01:43 GMT | 6 |
I went to install some new software (Drive Image) that said that "the dotnet framework must be installed before proceeding". Is there any risk that installing that framework would interfere with VB6 in any way?
|
| Boolean variables get translated into German... | 08 Sep 2004 23:57 GMT | 3 |
I have a VB6 program that uses Access databases. Tested on several machines with different versions of Windows (98, 2000, XP). Now a German customer reports the program to crash and sends me a copy of his database. To my dismay, all Boolean variables are recorded in
|
| VB6 IDE annoyance | 08 Sep 2004 22:10 GMT | 5 |
When I open my VB IDE, I get three toolbars. The first is populated as expected, but the second and third are scarcely populated, each having only one group of buttons. How can I get the IDE to open with only two toolbars?
|
| Dual Listviews with synchronized Scrollbars | 08 Sep 2004 20:41 GMT | 5 |
THe problem I created: I have a ListView control that has been working fine. I then needed to add a totals row to the end of the listItems. It seemed a simple matter to just add one more row. However when the user sorts the columns I must remove the
|
| My function doesn't get called | 08 Sep 2004 17:34 GMT | 20 |
I'm not a long time VB programmer and I'm using VB6 I experienced this twice already in a short time. I call a certain function and the function doesn't get called. It's like it is completly ignored by the compiler.
|
| Events in Terminate | 08 Sep 2004 16:47 GMT | 12 |
Is there a good reason why events in Class_Initialize and Class_Terminate aren't allowed? * * * * * * * * Option Explicit
|