| Thread | Last Post | Replies |
|
| Enabled = false text box too hard to read | 21 Dec 2005 21:03 GMT | 2 |
When you set the enabled property of a text box to False... it is shaded so much that it is hard to read... any suggestions.
|
| Another question on loops... | 21 Dec 2005 20:57 GMT | 1 |
Ok, I'm back. I have another question (probably an easy one, even to non-experts). I was inspired to expand this little program (thanks to all of your help). If I was using the following code to create a game that prompts the user to guess a number from 1-100, and wanted to have
|
| Datagrid | 21 Dec 2005 20:51 GMT | 1 |
System.Windows.Forms.Datagrid: My datagrid is bound to a datasource, and appears with a + and the name of the table as a link, and we always have to click on the link to get the grid to expand. In code I have tried saying datagrid1.expand(-1) but we still
|
| vb6-vb2005 conversion | 21 Dec 2005 20:48 GMT | 7 |
Has anyone any experience of the conversion wizard for VB6 to VB2005? if so how good is it? also how does it handle database related conversions i.e is ADO converted to ADO.NET etc.
|
| While Loops (I think)... | 21 Dec 2005 20:37 GMT | 12 |
Hello everyone (total VB.NET beginner here), I'm reading the "SAMS Teach Yourself VB.NET In 21 Days" book, and came across an exercise that I can't get to work. The exercise asks that you create a game that makes the user guess a number from 1-100, and
|
| How to populate text box with a column from a dataset ? | 21 Dec 2005 20:23 GMT | 1 |
I understand how to populate a list box from a data set... it has a DataSource property... but how do you populate a Textbox with the the contents of a column from a DataSet. FYI - The data set will only contain one row of data.
|
| Object Properties | 21 Dec 2005 20:23 GMT | 3 |
I have created a custom object with several properties that use private variables. I used an object with properties so I could better control validation and share the code between applications. Is it possible to access object properties as if they were in a collection?
|
| detecting when focus leaves a form | 21 Dec 2005 20:18 GMT | 1 |
In my application there is a main form with a tabcontrol. On each page in the tabcontrol is a panel upon which is painted a "sub" form. The main form acts as the "application host", while the subforms are where data values contained in underlying tables are displayed, inserted, ...
|
| Showing form , closing login form but not closing app, how | 21 Dec 2005 19:54 GMT | 3 |
I haver a user login form (winforms app using vs2005 in VB.NET). After succesfull validayion of user I want to open a first form and close the loging form that was used, If I write If IsValidatedUser(UsernameTextBox.Text, PasswordTextBox.Text) Then
|
| How do I move a project into another folder? | 21 Dec 2005 19:41 GMT | 5 |
This should be simple, but I can't figure out an easy way...without recreating the complete project. I have a project in one folder, and I want to move the complete project into another folder.
|
| Cmd Button Click event not executed | 21 Dec 2005 18:49 GMT | 3 |
Hey folks I have some interesting behaviour going in. Inside a form, I download some data. The form is used to show the status, and set button states etc...
|
| Use optimistic concurrency | 21 Dec 2005 18:29 GMT | 2 |
In 'Data Adapter Configuration Wizard' for OleDbDataAdapter, there's a checkbox called 'Use optimistic concurrency' that allows to turn on/off the option. I don't use the wizard, I create MyDataAdapter using the following, MyDataAdapter = new New OleDbDataAdapter(MySql, ...
|
| mp3 | 21 Dec 2005 17:31 GMT | 4 |
hi,. ive been looking for this and i cant seem to find it anywhere. does anyone know how to play mp3s in a windows form? i could in vb2003 but now in vb2005, the direct x sdk doesnt work so im outa luck....any help would b great
|
| writing data adapter sql commands | 21 Dec 2005 14:46 GMT | 10 |
I'm having a problem writing an insert command to work with a datatable. I've looked at what the sqldataadapter creates and created my insert command to look the same. I have: MySqlAdapter.InsertCommand = New SqlCommand("INSERT INTO billing( type,
|
| Right click event on ComboBox | 21 Dec 2005 14:31 GMT | 2 |
I want to create menu , when my user right click from combo box's list item. I use Contextmenu property of combobox and assign menu for it, but it only effected when combobox's list item not active. When my user on any combobox's item and he right click the mouse , menu doesn't ...
|