| Thread | Last Post | Replies |
|
| Winsock | 28 Apr 2005 02:11 GMT | 1 |
I'm having a bit of trouble with the Winsock control and was hoping someone here could help me. When I close the Winsock connection and try to reconnect anywhere from 20 seconds to 2 minutes later, I get the following message: Error 10048 Address
|
| Global Conflict | 28 Apr 2005 02:05 GMT | 6 |
I inherited a VB application that sets a list of variables on a form as Public (global across the application). It then sets an identical set of variable declarations as Public on a second form. These variables are then manipulated on a couple of other forms and modules. The ...
|
| Province/State ComboBox | 28 Apr 2005 01:19 GMT | 7 |
Can I fill a ComboBox list with a two-dimensional array? I have in mind a State/Province ComboBox that would display A) Display the two-character Postal Code whenever the ComboBox is "Not-in-Focus"
|
| MSComm help | 28 Apr 2005 01:10 GMT | 11 |
I am trying to get data from a balance to my vb app using MSComm. I know the balance is transmitting because I can pick it up in hyperterminal. I need to get the value from the balance when the balance sends it so I believe I need the OnComm method but I don't know how.
|
| VOIP in VB | 28 Apr 2005 00:43 GMT | 3 |
I am having a problem with DirectSound8. Not so much DirectSound as the data type it uses. I want to input a sample from the capture buffer and send it to another computer (UDP) to be played through either a DirectSoundBuffer or a telephony device. The problem is, ...
|
| ListView Help | 27 Apr 2005 23:51 GMT | 1 |
Hi, I am working with a listview control. I created a pop up menu to add, remove and clear the list. Whenever, I right click to get the menu, it always ends up (after executing the command) picking a point on the control and
|
| Picture Box Control | 27 Apr 2005 23:30 GMT | 2 |
I am showing some high end jpg's in a vb picturebox and it is not that clear. Is the vb picturebox limiting when it comes to showing images? The jpg's look great when looking at them outside of vb. Thanks
|
| CDROM Drive Listbox issue.... | 27 Apr 2005 22:27 GMT | 10 |
I have been asked to update an old VB 5 application with CD backup for the company's data files. The problem I am having is ... when you place a blank CD in the drive, and you select the cdrom drive with the drive listbox you get a "device unavailable" error 68.
|
| Find Control Type at Run-Time | 27 Apr 2005 21:15 GMT | 1 |
If I use UserControl.Controls to load the controls on a form into an array, is there a way of determining the type of control based on any of the information stored in the array? I want to look for all the date picker controls in the array and make changes to their values. Is ...
|
| FormA.ControlBox=TRUE (where is code?) | 27 Apr 2005 20:22 GMT | 2 |
I have several RecordSets still active in a Form, and the Form.ControlBox set to TRUE. I want to be sure that the user exits the APP clean, specially to close the RecordSets and database connection. If using the "X" function of the ControlBox doesn't release any of these, where do I ...
|
| status text in BrowseForFolder | 27 Apr 2005 19:50 GMT | 5 |
Hi, I was hoping someone could tell me why the following code does not set the status text of the BrowseForFolder dialogue to the full path name when a folder is selected. AFAICT, I have done everything the documentation is asking for. (For brevity not all code is pasted, but I
|
| DataGrid Back Color | 27 Apr 2005 18:48 GMT | 1 |
How can I change a Row Back Color based on the Value of a Cell . Example, if one of the Cells data value is 'X' I want the backcolor Red, and if the Cell data value is 'S' I want it to stay White. Thanks
|
| connection to SQL Server SP. | 27 Apr 2005 17:57 GMT | 3 |
I have this code that is returning run-time error 7004. The rowset is not bookmarkable. Cn.CursorLocation = adUseServer Set iWebOrdLookup.ActiveConnection = Cn
|
| Finding Software installed On Client PC's | 27 Apr 2005 16:32 GMT | 1 |
I'm using VB6 and am trying to find list of software installed on remote networked PC's. I'm OK with interrogating a local PC's registry etc. but am unsure about doing it for remote PC's. I want to interrogate PC's with various versions of windows including 9x.
|
| How to retrieve Microsoft Outlook Express Address Book | 27 Apr 2005 16:21 GMT | 1 |
i would like to know how to retrieve Outlook Express Address Book Using VB 6 , Thank you
|