| Thread | Last Post | Replies |
|
| VB.NET 1.1 - Listbox vs. CheckedListBox question | 17 Apr 2007 03:32 GMT | 2 |
In the Listbox, there are properties for DisplayMember and ValueMember, just like the combobox, however, those properties are not present for the CheckedListBox. Does this mean that the only value you can actually reference in a
|
| Difference Between VS regular and express versions | 17 Apr 2007 03:23 GMT | 2 |
I can't find a real concrete answer to the question, "What is the different between Visual Basic 2005 and Visual Basic 2005 Express?". In other words, what has been removed from VB to turn it into Express, and what functionality is it missing that it can be made available for ...
|
| ComboBox DroppedDown questions | 17 Apr 2007 02:08 GMT | 2 |
VB.NET 2003. I am loading a dialog box form with a ComboBox. I'm using a DropDownStyle of "DropDown" rather than "DropDownList". I want them to be able to type in it fill in as they type. The ComboBox contains a list of cities. The form will receive a parameter of one
|
| Listbox with multiple checkboxes | 17 Apr 2007 01:12 GMT | 2 |
Can anyone help me out here, please? I would like to have a listbox where each line item has two checkboxes associated with it. I know that I can use the checklistbox component (which I am currently doing) but that only allows for one checkbox. Does anyone know how I could
|
| 2nd event triggered within an event handler | 16 Apr 2007 23:22 GMT | 2 |
I have two events (a and b) each with its own handler. Unfortunately, event b is sometimes trigered by an action within a's handler causing a's handler to abort prematurely and service the b event. Is there a way to disable the b event inside the procedure for handling the
|
| Install windows printer driver automatically | 16 Apr 2007 21:56 GMT | 3 |
I have a Windows forms POS program and have windows xp printer drivers for the Posiflex printers the customers use Is it possible to automatically install a windows printer driver (and configure it) during a VB.net 2005 deployment project i.e within a custom
|
| Data Table Help | 16 Apr 2007 21:46 GMT | 1 |
I have a data table with two columns ID and Name I need to find the ID value where the name = cboName.SelectedItem how do I do that? Thanks!
|
| Want a Free Forum... What do I need? | 16 Apr 2007 21:24 GMT | 1 |
All you need is the idea what your forum is going to be about... We sort you out with the rest. With ForumsGoGo, you don't need to pay for hosting, maintenance, installation, support etc... We've got that covered. All you need is the idea for what your forum will be about.
|
| How to loop thru all the files in a folder ? | 16 Apr 2007 20:56 GMT | 2 |
I would like to loop thru all the files in a folder. For ex: I have a folder c:\temp and inside that folder there are many zip files. I want to read each zip files in c:\temp. How can I do that ?
|
| HELP!!!!! Transport-level error ??????? | 16 Apr 2007 19:29 GMT | 1 |
I am developing a .Net 2.0 app for the web. ASP.Net 2.0 with codebehind. The error that I am receiving is: A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - Either the application has not called WSAStartup,
|
| Error on Update | 16 Apr 2007 18:13 GMT | 3 |
I'm trying to run SQL Server Stored Procedure to update a single record in DB from VB 2005 application. I'm using 2 testing SQL Servers. With the first one there is no problem. I detached the database from the first server and attached it to the second
|
| How to add keyboard event to a menuitem? | 16 Apr 2007 18:13 GMT | 2 |
There is a menuitem in my windows application called Fill Data. If user click this menu, one of the textbox will be filled in some value. Now I hope it work like this,
|
| Combo box to start at first character after user selects | 16 Apr 2007 18:04 GMT | 3 |
The text in my combo box is longer than the control can show, when I click on the down arrow, I can see the whole text, but when I select one of the items, the text box of the combo box shows the end of the text. Due to limited room I can not expanded the combo box control, so I ...
|
| Newbie with tools and no clue how to start. | 16 Apr 2007 16:24 GMT | 6 |
First time poster here. I have a really good friend that's been doing VB and Java dev for many years, and he recently sent me SQL Server 2005, Visual Studio 2005, and the Visual Studio Team Suite. I'm writing to see if I can get some general pointers about getting
|
| SetSocketOption error | 16 Apr 2007 14:23 GMT | 1 |
hi, im trying to send a broadcast out to my network using a UDP socket. heres how i initialize it. Dim soc As New Socket(AddressFamily.InterNetwork, SocketType.Raw, ProtocolType.Udp)
|