| Thread | Last Post | Replies |
|
| Datagrid Resize? | 22 Oct 2003 04:39 GMT | 1 |
Hello, I have a form that fits nicely centered on my screen. About 640x480 resolution. The form also contains a datagrid that takes up over half the form. I would like to have the grid auto-resize to the appropriate size relative
|
| Secured Access database and Data Controls | 21 Oct 2003 21:01 GMT | 3 |
I need some guidance in connecting a VB 6 (sp 5) application to a secured MS Access database. My main connection seems to be working just fine: Set cn = New ADODB.Connection With cn
|
| "Requires a file name" error | 21 Oct 2003 19:28 GMT | 4 |
I am using this code to allow the user to import a file into access: Function TestIt3() Dim strFilter As String
|
| AcceptButton | 21 Oct 2003 18:28 GMT | 3 |
Please give me an example of adding code to a Form in VB 6.0 for SetAcceptButton. I get an error message whenever I try to do this. David Lee
|
| I can't debug my ActiveX Control! | 21 Oct 2003 18:22 GMT | 3 |
I've got a VB project and a VB6 ActiveX Control project toegther in 1 group. When both projects are loaded in Visual Basic, debugging is easy and straight forward.
|
| How many Labels control can VB.NET suport ? | 21 Oct 2003 17:45 GMT | 1 |
hi there, i'm developing an aplication that uses 4 forms. Each form has about 2000 labels, when I try to open my third form, an error ocurrs, but no error mesage appears. I've realised that if I try to crate a form collection
|
| EnterKey not recogized during KeyPress, KeyDown (VB6,Win98se) | 21 Oct 2003 14:21 GMT | 4 |
Here's the scenario: I want to have an event trigerred and be able to distinguish between the enter-key and the numericpad enter key. [VB6,Win98se, HP desktop, standard 101-keyboard]
|
| WebBrowser Control Problems with Post | 21 Oct 2003 13:22 GMT | 4 |
I'm having some issues using a WebBrowser control in a VB 6 application. I'm writing a test application to connect to a server that returns data in XML format. I'm trying to call a URL, and Post data to it. It works fine the first time
|
| Accessing Control Version | 21 Oct 2003 12:58 GMT | 5 |
How do you get the Control Version (MajorID, MinorID,...)? I'd like to implement a Version property. Public Property Get Version() as String Version = .MajorID + "." + .MinorID ...
|
| MouseUp and MouseDown events on a TreeView control | 21 Oct 2003 09:40 GMT | 1 |
At risk of making a total chump out of myself, I have these two events in VB: Private Sub cntTreeView_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
|
| Newbie Q about Winsock | 21 Oct 2003 02:24 GMT | 3 |
I have a application that needs to send some data to another application on another computer. So I decided to use winsock control. I call the first application the "Client" and the second application
|
| Threed32.ocx version | 20 Oct 2003 21:04 GMT | 6 |
I use the threed32.ocx. I have version 1.0.41.0 and it has a date 27 June 1998. Is there a more up to date version, it has a few niggly bugs I would like to see gone. Sheridan have become http://www.infragistics.com and there is no mention of it on their
|
| Text format control | 20 Oct 2003 18:26 GMT | 3 |
I am putting a text form on a vb 6, I want to know is there any control that I can put on the form so I can the format of the text (bold, Italics, underlined, colors) same like MS Word? NB: colors is the most important thing. To select a word and change its
|
| WebBrowser Control | 20 Oct 2003 17:30 GMT | 1 |
I'm using VB6 on Win2k. I have a WebBrowser control on a form, and the HTML code in an MSAccess table field. I can feed the control the text and everything works great. But now I
|
| How to add customized context menu in VB controls. | 20 Oct 2003 13:16 GMT | 2 |
I have a question as to how to add a customized context menu in VB controls. For example, in DBGrid control that VB6 provides, when right clicking on the control, we have "Retrieve Fields" and "Clear Fields" context menu. I wonder how can I add such context menu in other controls.
|