| Thread | Last Post | Replies |
|
| Getting Selected Column Name On DataGrid (argent) | 15 Nov 2004 10:51 GMT | 1 |
Hi I need to get selected column name or index when user select one on datagrid.
|
| Create a folder share | 15 Nov 2004 09:54 GMT | 4 |
I need to create a share on a folder on a local machine. How do you do this in VB.NET?
|
| Create dll for EventViewer | 15 Nov 2004 08:13 GMT | 9 |
When I perform: EventLog.WriteEntry(strSource, strEntry, EventLogEntryType.Error, intEventID) The event viewer reports The description for Event ID ( 234 ) in Source ( Siclops_WS_Mobile ) cannot
|
| Appearing key values and my own message at installation time | 15 Nov 2004 07:34 GMT | 1 |
I want to enter some key value at the time of installing an application and i want to take some more information like firstname,company name etc and i want to store that key value.How can i setup the VB.NET application to
|
| web form image from remote location | 15 Nov 2004 05:43 GMT | 1 |
I am trying to get an image to load on a webform, but the image is not in the localhost directory. The image is actually not even on the same server. I can not seem to be able to figure out how to do this. Here is what I am trying. I can hold down ctrl and click on the ...
|
| Excel Automation error in VB.Net -- System.NullReferenceException : Object reference not set | 14 Nov 2004 23:36 GMT | 6 |
I created a VB.net app that opens a current excel workbook, puts some data in it and saves it. This works fine on all XP machines. But I am getting an error on win 98 machines.
|
| How do I use a combobox for master-detail binding with a datagrid? | 14 Nov 2004 22:39 GMT | 1 |
I have a combobox that is populated with a list of names. When a name is selected I want to populate a datagrid with name information. I have my master-detail defined in my dataset and it works fine if I use a datagrid for the master, instead of a combobox. But the combobox won't ...
|
| Need to update dataadapter from datagrid that doesn't contain field | 14 Nov 2004 22:30 GMT | 3 |
I have a datagrid that is carrying all fields of a record...except one. Now I want to update the underlying database via a dataadapter. The update is working but the field that is "left out" is not there, of course. How do I get that field back into the datatable for the database ...
|
| Retrieving a value from another form | 14 Nov 2004 21:59 GMT | 2 |
Hello. I am using vb.net. There are two forms in my program, 'base' and 'editor'. In the form 'base', there is a string varible called 'user'. How can I copy this piece of information to the form 'editor'?
|
| Numeric TextBox Masking.. | 14 Nov 2004 20:48 GMT | 2 |
I found an quick and dirty example of a numeric text box that converts the string to a currency mask.. Here is the code: Public Class NumericMaskedTextBox Inherits System.Windows.Forms.TextBox
|
| vb SQL join dataset field access | 14 Nov 2004 20:36 GMT | 1 |
I'm new to VB.NET. I'm usging an SQL select join in the following way: ---------------- strConn = Application.Get("DB_CONNECTION_STRING") Dim MySQL As String
|
| API Compatible pointer to a memory stream ... | 14 Nov 2004 19:09 GMT | 2 |
I would like to pass a pointer to a C/C++ DLL to a System.IO.Stream. I saw this information somewhere but I didn't bookmark it. Any help would be appreciated. Thank you for your time and consideration in this matter. Sincerely,
|
| date format in different system | 14 Nov 2004 17:23 GMT | 3 |
i have written a program with date format as m/d/yyyy when i deploy it to client's machine, due to the client use d/m/yyyy format the Select SQL statement return some record wrongly. how can i fix this problem ? set the user's locale / date format when
|
| Interface at run time | 14 Nov 2004 16:07 GMT | 5 |
Is there a way I can find out at run time whether a particular interface has been implemented by an instance of a class. Thanks for any help Fred
|
| Help with Regex | 14 Nov 2004 15:25 GMT | 7 |
Could someone please explain to me what the (?<Key> and (?<Value> are in the following Regex expression? This gets relative links in an HTML string (file). "(?<Key>href=[""'](?!#|http|ftp|mailto|javascript)(?<Value>[^""']*)
|