| Thread | Last Post | Replies |
|
| Combobox itemdata question | 02 Oct 2003 13:25 GMT | 4 |
I am connecting to a third party database. This table has a Branch table with a BranchID field and a BranchName field. The BranchID field is a string (6 characters), not a
|
| VB6 and Access 2000 | 02 Oct 2003 11:17 GMT | 1 |
I have an .mdb written in Access 2000 (version 9) and am using VB6 with service pack 5 installed. Visdata doesnt recognise my .mdb and when I try to execute an SQL string in VB code I get a "Can't execute SQL statement" error
|
| MSHFlexgrid, how to stop scrolling | 02 Oct 2003 10:08 GMT | 1 |
In a drag from the flex how to stop scrolling during the drag. When the pointer is outside the controls scope the flex still continues scrolling. thanks
|
| treeview control mechanism ??? | 02 Oct 2003 05:45 GMT | 2 |
Greetings Newsgroup, I am using comctl32.ocx for treeview controls. The problem with this treeview active x controls is that whenever a process is inititiated within my 4GL application and i decide to run my mouse over the
|
| Prevent Tab from propogating | 02 Oct 2003 03:26 GMT | 1 |
I am trying to write a program in VB that detects a "Tab" being pressed and prevents its propogation to the control (Textbox). Textbox_KepPress/Down doesnt work. I tried using the "Hook" method using WindowsHook....but that didnt work either.
|
| Windowless List Box control | 02 Oct 2003 02:49 GMT | 4 |
I have a windowless listbox with style property set to 1 to allow check boxes. When the Checkbox is clicked the item_check event fires. When this event is finished when i move my mouse up or down over the control or anywhere on
|
| checkbox column in datagrid | 01 Oct 2003 23:41 GMT | 1 |
Anybody know of any quick solutions for adding a checkbox to a boolean column of a datagrid. I am using VB 6.0 - have found lots of solutions for .NET, but not too many for VB 6.0.
|
| Calendar control in XP | 01 Oct 2003 23:28 GMT | 3 |
Has anyone had a problem using the MS Calendar Control 8.0 (MSCAL.OCX) in WIndows XP Professional? When I try to site the control on a form, I get a GPF type error and VB shuts down. I also have a problem when opening a project that already has
|
| What should I use? | 01 Oct 2003 23:25 GMT | 2 |
I have a tabstrip with 7 tabs - I want each tab to show some writing in a textbox that has scrollbars - how do I do this? Thanks
|
| Error Msg "The instructin at "0x77e1cdf1" referenced Memory at 0xe323d924 the memory could not be read | 01 Oct 2003 20:41 GMT | 1 |
Could someone help with this error. I have been trying to chase it down for days. When I first startup VB6.0 and put in debug mode with a breakpoint, when it hits the breakpoint(I have set them in different forms and different places to see if one form loading was problem, no such ...
|
| Webbrowser with javascript | 01 Oct 2003 16:15 GMT | 1 |
I am using Webbrowser control in vb application. 1. Can anyone tell how disable javascript for webbrowser in VB. I tried "Webbrowser.silent = true" - but no use. 2. I am unable to parse the content of webbrowser if the site is
|
| How to format textbox as currency? | 01 Oct 2003 15:36 GMT | 1 |
I want to learn how to change the format of the data in a text box or in a label to seem as currency data with 1000 seperand optionally a currency symbol. The field data type of the SQL server table that the data is coming is money type, but I could not format it to seem as money VB ...
|
| how to assign non-standard comm to MSCOMM in VB6 | 01 Oct 2003 15:17 GMT | 2 |
I got a image card which has two comm ports. These two comm port have been installed with drivers provided by the manufacturer and I can see them in the device manager (assigned to COM4 & COM5). But when I tried to use them in VB6 with MSCOMM by assigning the port to 4 or 5, it ...
|
| Overriding Richtextbox keyboard shortcut calls | 01 Oct 2003 14:31 GMT | 1 |
Does anyone have an answer to overriding the automatic keyboard shortcut system response that comes with certain keys eg. Ctrl-L, R, I etc. in VB6? A single true/false parameter would be perfect. There does not appear
|
| How to change the format of a text box as currency | 01 Oct 2003 11:45 GMT | 1 |
The data type of the SQL table field is money but when I call it from a VB text box, I want to express the thousand seperator and the currency sysmbol, I could not format the textbox such as, any way to do it?
|