| Thread | Last Post | Replies |
|
| Form_initialize ADO Queries? | 30 Nov 2003 17:42 GMT | 3 |
I have seen examples where folks will do the following within their Form_Initialize subroutine: Private Sub Form_Initialize() Dim strSQL As String
|
| 3D Panel in VB? | 30 Nov 2003 00:53 GMT | 5 |
Is there a control named 3D Panel available in the Controls list of the Components dialog in VB? If true, then what is the caption of that item? Otherwise, where and how to get that control? Thanks a lot!
|
| Hilight ListView Row | 30 Nov 2003 00:44 GMT | 1 |
I need to highlight the first item within a ListView row programmically after it is filled. I have the FullRowSelect property set. How do I go about doing this from within my code?
|
| Label control | 30 Nov 2003 00:32 GMT | 4 |
I am inserting comments from a databse for an employee into a Label1 and set the WordWrap=True property but there is no scroll bar when the data is past the size of the label. I need the user to see all the data. If this is not
|
| VB6 Icons | 29 Nov 2003 15:47 GMT | 2 |
I have a VB5 project that utilizes a ListView control. Looking at the control's properties, I see there are a number of icons on the ImageList tab. Of coures, the project I have does not include any .ico or .bmp files. Where are these icons stored within the project?
|
| ListView Control | 29 Nov 2003 15:47 GMT | 4 |
I have a ListView control on my form that has a rows of data with a number of subitems(). Currently, when I select a row, only the first column cell hilights. How do I make it so the entire row highlights when a row is selected?
|
| MS Access functionality in VB combobox? | 29 Nov 2003 14:55 GMT | 10 |
I'm looking to for the functionality in the VB combobox, where what you type is matched from the list, then the AfterUpdate event is triggered. I've tried Click, Change and LostFocus, and if I split the code appropriately I am getting close, but not quite.
|
| Making scroll bars proportional ... | 28 Nov 2003 23:25 GMT | 8 |
Hi. I'm having a little trouble here, maybe because I'm not thinking correctly, but it seems like this should be possible ... I want to make a control similar to the list control,
|
| In dire need of internet programming advice | 28 Nov 2003 18:30 GMT | 1 |
I've got a website that I log onto and use. I want to create a program to automatically do this. If it was just a matter of navigating to it I'd know how to do it with the internet transfer control, but you have to login - so
|
| Winsock | 28 Nov 2003 16:01 GMT | 2 |
I posted this question previously , but no-one appeared to have any answer so I'm posting it again. Is there any examples of how to use a winsock in order to retrieve http from a website, and hopefully, send data
|
| not enough memory | 28 Nov 2003 14:08 GMT | 2 |
I get an error Nr. 7 on some PCs. The error discription is that there is not enough memory on the PC. The error comes from my control I created. But there is enough memory !!
|
| Microsofts Grid Control (Grid32.Ocx) | 28 Nov 2003 13:31 GMT | 4 |
Dear Sir, I am using Microsoft Grid Cnntrol (Grid32.ocx) on my VB form. I am having some problem with this.
|
| Winsock | 28 Nov 2003 11:20 GMT | 1 |
Is there any examples of how to use a winsock in order to retrieve http from a website, and hopefully, send data back that would represent clicking on a button? I ideally want to be able to completely automate the
|
| Closed application still running on win2000 backgroup | 28 Nov 2003 06:59 GMT | 1 |
Sir, An application developed in vb6, after exiting is still running on win2000 background and the sytem is getting very slow,what could be the reason.Pls. give a solution
|
| List view | 27 Nov 2003 23:52 GMT | 2 |
I have a listview control on a form. On the same form there is a timer. The code within the timer then updates the list view every second. On update the list view flickers and the scroll bar if at the bottom goes back to the top. Can anybody shed any light on this problem. It ...
|