| Thread | Last Post | Replies |
|
| Simple combobox question on text and selected value | 26 Sep 2005 18:48 GMT | 2 |
say I have a databound combo box, which allows for text entry still (DropDownStype = DropDown in this case). now, If the user doesn't enter manually an item in the data bound list, nothing should be selected of course, but I want if a user enters an item
|
| Embedded Hashtables | 26 Sep 2005 18:42 GMT | 1 |
Does anyone know the proper method to save information to embedded hashtables. I am trying to save parent/child information to hashtables but I am not getting the correct results I have made a very simplified example of
|
| HELP - Check if a file is already open | 26 Sep 2005 18:32 GMT | 9 |
If I want to delete a file I can call File.Delete(filePath) but what happens if I am trying to delete the file that is open??? In java you would do someting like int status = fileExists(filePath) // return 0, 1, or 2
|
| Help with Delegates | 26 Sep 2005 17:51 GMT | 4 |
I am trying to understand Delegates and where/when to use them. I can see one potential use of a delegate (on form closing, set the cancel property in the event arguments.) Does anyone have a link to a site that describes delegates using VB.Net in a
|
| help !! emergency => open a mdi fchil | 26 Sep 2005 17:50 GMT | 1 |
Try Dim guidString As String = e.Row.Item("entrepriseGuid").ToString() Dim frm As New modifClient(New Guid(guidString), False)
|
| datacolumn field length | 26 Sep 2005 15:45 GMT | 2 |
I'm using VB.NET to update data in an Access database. Before inserting the value, I want to compare the length of the string I'm holding in a variable to the length of the data column into which its intended. How do I do that? I checked the properties of the DataTable, DataRow ...
|
| The dependency .... could not be found. DLL Hell in .NET? | 26 Sep 2005 15:44 GMT | 4 |
What is the difference between now and the VB 6.0 days? I have a project with several dependencies. When I attempt to execute the application from the IDE several error messages are displayed related to "missing" dependencies. The files that "cannot be found" do in fact
|
| shared Dataset | 26 Sep 2005 15:35 GMT | 7 |
I have seen some posts on this subject but I still cannot make my app work right. I have a MDI application with a parent form and two child forms. The parent form is called Mainform The child forms are called invoiceForm and customerForm
|
| Disposing the calling form | 26 Sep 2005 15:33 GMT | 3 |
my project's start object is a login form. When login is successful, it opens a new form, with: Dim CalledForm As New MyForm CalledForm.Owner = Me
|
| How to encrypt password string in my .config xml file (and .ini fi | 26 Sep 2005 15:32 GMT | 1 |
In my project I have a need for encrypting the password portion (only password, not the whole file) of my database connection string, so the password doesn't show as plain text. So, basicly, what I need are two pieces: a piece of code (can be ran seperately as utility) that ...
|
| DATAGRID IN USER CONTROL | 26 Sep 2005 15:29 GMT | 4 |
I want to create a UserControl using DataGrid,ComboBox and DataTimePicker Control. I want to DataGrid's TableStyle Collection at user Level. I wrote following lines on my user control, but it is fail. Private _DtGrTableStyle As TableStyles Public Property DtGrTableStyle() As ...
|
| Loading an Access database in code | 26 Sep 2005 15:27 GMT | 11 |
I am trying to create a vb program which, among other things, will open a new copy of MS Access (with a custom copy of the system.mdw) and load a database. I have been trying to utilise the System.Diagnostics.Process.Start function, but this fails to correctly
|
| Unexpected close of session | 26 Sep 2005 14:33 GMT | 1 |
Good morning, I'm developing a VB .NET application, and while I'm executing it, the following error appears: No se puede cargar el archivo XML
|
| Is VFW still available ? | 26 Sep 2005 14:00 GMT | 4 |
Has the older VFW Video For Windows driver been included with the new Windows Vista for backward compatibility or has it been dropped in favor of directx.
|
| .dll in one .dll | 26 Sep 2005 12:30 GMT | 1 |
in my solutions i have a lot of dll like datetimepicker.dll... wwmt.dll is it possible to embeded all this dll in one dll like myprojet.dll but all the dll must work
|