| Thread | Last Post | Replies |
|
| Dynamically add a control IF the corresponding OCX is available? | 03 Feb 2007 21:53 GMT | 10 |
Is it possible to add a control to a form at run time without using a control array? My scenario is, I've got an application written using a "propritary" application frame work (Microsoft Dynamics SL Tools for Visual Basic) .
|
| Raising an event from Windows Control Library | 03 Feb 2007 21:52 GMT | 1 |
I am in the process of attempting to migrate from vb6 to visual basic 2005. I have a vb6 activex component which uses the winsock and a vb6 program which responds to events from within the activex component. For example if the activex received data from the winsock it raises
|
| Frames & Labels | 03 Feb 2007 20:44 GMT | 3 |
A Form has a Frame which encapsulates 15 TextBoxes & 15 Labels. After adding the controls on the Form, I decided to group the 15 TextBoxes & the 15 Labels into 3 groups so that each group has 5 TextBoxes & 5 Labels.
|
| preventing multiple instances of my VB 6.0 application | 03 Feb 2007 14:01 GMT | 7 |
I have added code in my form load to prevent multiple instances by using the following: If App.PrevInstance then end
|
| Listview store data for tooltiptext | 03 Feb 2007 13:48 GMT | 1 |
I have a listview with two columns. I need to store additional information in the tooltiptext but I already used the .Tag option for something else. So I tried the .Key option but that doesn't work. I still get to see the information
|
| MS-FlexGrid | 03 Feb 2007 09:59 GMT | 2 |
I want to populate a MS-FlexGrid with records from a MS-Access DB table. The records retrieved will be dynamic depending upon user selection. Can someone please show me a small example of how do I go about it or
|
| Menu Editor | 03 Feb 2007 01:59 GMT | 4 |
Q1. Is it possible to set the Menu on a form like a Toolbar, or with a raised effect? Q2. VB6 package has Icons in its Menu, can I put Icons in my Menu? Setup:- XP Prof. SP2, VB6 Ent. SP6
|
| VB6 vs DirectX | 03 Feb 2007 00:58 GMT | 8 |
Loaded latest DirectX. Trying to run sample VB code DMDrums and get error message: Cannot initiaialize DirectMusic Suggestions please.
|
| word dword | 02 Feb 2007 23:09 GMT | 22 |
what is the vb datatype for word and dword
|
| Creating a CAB File | 02 Feb 2007 23:06 GMT | 9 |
Hi, Does anyone know how to create a Microsoft CAB file programmatically? Microsoft has a dll called CABINET.DLL which suppose to do it. I found an example on the Web, but I don't know C++ (http://www.codeproject.com/cs/files/CABCompressExtract.asp). I need to
|
| Line Of Code Counter for VB6 | 02 Feb 2007 20:03 GMT | 6 |
I'm looking for a simple but decent LOC counter for my VB6 projects. I'm trying to do some project planning and gather some metrics on the projects I've created. I'm hoping to find something that is "freeware" as well.
|
| Paste special | 02 Feb 2007 20:02 GMT | 5 |
On generating code with the VB6 app wizard an option appears under EDIT - PASTE SPECIAL . What is confusing is PASTE is there as well . I have some code from a book which shows how to determine the format of what is in the clipboard and paste it if allowed .
|
| VB6 syntax | 02 Feb 2007 18:05 GMT | 3 |
See the complete VB6 syntax (not much references on this!!) http://d.cr.free.fr/indexen010106.html Bye. (the real quality, a goal not so easy to reach...)
|
| Unknown Table | 02 Feb 2007 14:24 GMT | 2 |
I am debuggin an old program. Can any one please tell me where that table is created "lcltblOMSCLTEXPORT". I check into SQL Server but i didnt find any table with that name. The select query which pulls data from Sybase table is working find in SQL Query Any Where but when i
|
| Syntax Error | 02 Feb 2007 14:14 GMT | 11 |
Hi: Can any one please tell me why it gives error of variable not found on line: cmADO.Parameters.Append cmADO.CreateParameter("Output", adInteger, adParamOutput, 8, TotalCount)
|