| Thread | Last Post | Replies |
|
| Question: Dispose with shared members | 18 Sep 2006 10:19 GMT | 2 |
I'm having this class Public Class TestClass Implements IDisposable Dim Conn As SqlConnection
|
| IDE Project Menu -> References - missing... | 18 Sep 2006 04:11 GMT | 2 |
Pushing things a bit too hard I guess. The "Project" menu, "References" menu item is missing. Anyone seen this behavior before? Is there a keyboard combo to summon it? The "Components" menu item is still there. Also how does one access the Settings Wizard? I'm not seeing that ...
|
| Using string variable as database connection | 18 Sep 2006 02:23 GMT | 9 |
I want to use a string variable when creating a connection to an Access Database in VB 6.0 so the user can select the file. I have created a form and the code to capture the file path and store it in a variable as follows. g_strFile is stored as "C:\Practice\Stats.mdb"
|
| best way to detect a hole in a control array | 18 Sep 2006 01:03 GMT | 21 |
what is the best way to detect a hole in a control array i have an array of controls say at startup i load 10 textboxes (1-10) (0 is invisible) and somewhere in the program a user unloads a textbox (say textbox(3))
|
| I'm having a problem identifying a form... | 17 Sep 2006 22:42 GMT | 9 |
I'm still emcountering a problem which I already mentioned before but maybe my explanaition wasn't clear enough, so: I have a VB application with an Access DB.
|
| VB application crashes | 17 Sep 2006 20:40 GMT | 34 |
I have created an VB application with a MDI form and a lot of Childforms. When I run the application in VB environment there are no problems but when I compile it
|
| Popup menus | 17 Sep 2006 19:51 GMT | 6 |
Okay I have a command button, when I click on that button I want a menu to display. Basically like when u right-click on a form a contect menu appears when you right-clicked. But I would like this to happen when a button is clicked and the menu to display right below the button ...
|
| ENTER key | 17 Sep 2006 16:10 GMT | 1 |
Could anyone please explain why, on some of my VB applications, the ENTER key is recognised, and sometimes it isn't? I'm writing school Maths apps; the students have to do a calculation, then enter the numerical answer.
|
| If reluctant to say Thanks... | 17 Sep 2006 05:03 GMT | 11 |
Hi all Original Posters, Please care to understand that not only the people who post the queries, there are scores of others who reap benefit from the round-the-clock activities in these groups. Obviously that is the real
|
| Object Browser help | 17 Sep 2006 04:33 GMT | 11 |
When I click on the "?" in the Object Browser, it gives me an error message: "Unable to display help." Does this mean that something is not installed properly? Or is a help file corrupted? Should I reinstall VB6 to get it back? Dan
|
| VOIP SIP Toolkit for VB6 and .NET | 16 Sep 2006 19:07 GMT | 1 |
SIP Toolkit with VB6 Demo Evaluation Download http://www.astatech.com/downloads/?ProductID=SIP+VoiP+for+%2ENET++and+Delphi Incloudes .NET support with VB.NET example for Compact Framework and WinForms
|
| Urgent VB question related to protecting elections - time sensitive | 16 Sep 2006 14:16 GMT | 22 |
Folks, On Sept. 12th I will be an official elections monitor in a county that runs Diebold voting products. The Diebold central tabulator is a box running Win2k and with a central database of votes in MS-Access I kid
|
| MDI Form Question | 16 Sep 2006 07:21 GMT | 16 |
I've got a project that I'm constructing using a MDI form as the container. I have a picture box (aligned left) that holds some basic controls. I would like to display the mdi child forms as Borderstyle = vbNone. I also would like the child forms to fill the remaining/existing ...
|
| Add UserControls at runtime | 16 Sep 2006 05:16 GMT | 9 |
I can add standard form controls at runtime but... can you add custom UserControls at run time. I thought it would work in a similar manner... "Controls.Add(..." - but I'm not having any luck.
|
| ListView-Scrolling Right programmatically-Label edit | 16 Sep 2006 02:04 GMT | 4 |
Good Evening. In VB6 I am using a ListView control. The view is set to list. Several columns. ColumnHeaders Hidden. Flat Scroll-True
|