| Thread | Last Post | Replies |
|
| Creating an Object Name | 09 Apr 2005 19:07 GMT | 1 |
Hello. I have this code in my Module: Option Explicit Public TCChoice As String Public ChoicePlusRR As String
|
| Force a registry change to take affect? | 09 Apr 2005 14:51 GMT | 4 |
I'm running into some problems where I'm setting up the following: This isn't really a VB question but perhaps someone here knows if the answer. I'm setting up a key in HKEY_CLASSES_ROOT
|
| Generating a checksum | 09 Apr 2005 14:28 GMT | 2 |
How do I take an integer value and convert it to two 8-bit values (byte). What I need to do is get the equivilant of the most significant byte and least significant byte of the 16-bit value. The reason I need to do this is to send a checksum with my data over the com1 port. The ...
|
| Performance of nested usercontrols | 09 Apr 2005 12:41 GMT | 8 |
I've designed my app in such a way that I have one main form acting as a container to various usercontrols where the data manipulation is performed. The usercontrols and the form talk to each other using callback functions and events.
|
| HELP | 09 Apr 2005 03:58 GMT | 6 |
For my school project I have created a tabbed notepad 3 tabs, with text boxes in each with a menu, that includes Save, Open and Exit. The first tab will save and open but the others won't. Any suggestions on how to fix this?
|
| Shifting from VBA to VB, opinions please | 08 Apr 2005 23:54 GMT | 3 |
Currently I'm developing databases in Access 2000. I've been asked to look into shifting to VB or VB.NET. Most of our databases are standalone and don't connect to an external data source. However we do have some that
|
| More than 1 language | 08 Apr 2005 23:51 GMT | 1 |
I try to create a new application from VB.NET. Bottoms, text and output will show both english and Chinese. Should I use Chinese version or I still use English verion? If I use English version how can I add Chinese text into my applications.
|
| Free Download of REALbasic 5.5.5 for VB6 Owners | 08 Apr 2005 23:44 GMT | 2 |
Go to http://www.realbasic.com and download your free copy of version 5.5.5. They will send you registration code via e-mail. All users have until 04/14 for the free offer.
|
| Microsoft Support of VB6 | 08 Apr 2005 22:55 GMT | 2 |
Whats this I hear that Microsoft stopped supporting VB6 as of March 31, 2005? What the --- Isn't there a petition or something we can sign!?!?
|
| ListView and Columns | 08 Apr 2005 22:01 GMT | 4 |
I would like to dynamically add columns to my Listview control at run-time. Can this be done? If so, does anyone have any examples. Thanks
|
| Data Dynamics Memory Leaks | 08 Apr 2005 21:26 GMT | 1 |
Is there anyone here with Data Dynamics Active Reports experience. The software is leaking memory like a sieve, and I'm wondering if anyone has solved this problem before. TIA, -Tim.
|
| String Manipulation | 08 Apr 2005 20:31 GMT | 6 |
What I want to do is the following: I want to check if string "abcdefghij" contains substring "def". Is there a function to return boolean value stating that the string was found? If not, what
|
| VB6 program that runs directly from a CD or memory stick | 08 Apr 2005 19:42 GMT | 17 |
Guys/Gals I am interested in writing a VB6 app that will run directly from a USB memory stick drive without having to do any type of install. The Program will NOT require any activeX stuff other than:
|
| Off VB6 Topic | 08 Apr 2005 18:42 GMT | 8 |
I know that this is wayyyy of topic for this group but I've come to respect all of your wisdom in the many years that this has been my main news group... Sad Huh? I'm having a wierd cat5 problem. Maybe someone here can point me in the
|
| Clone method in leiu of a copy constructor? | 08 Apr 2005 17:34 GMT | 1 |
List: I need a substitute for a copy constructor. In c++, you'd have an overloaded constructor that accepted an existing instance as a parameter. Assignment works similarly, usually with a guard against
|