| Thread | Last Post | Replies |
|
| File Deletion Monitor | 24 Nov 2004 21:49 GMT | 1 |
I have built a file monitor programs that monitors both files and folders on a network drive. However I can not figure out a way to caputure the person's logon id or computer name when they delete a file on the network. Can Anyone Help?
|
| Importing table from one database to another | 24 Nov 2004 21:46 GMT | 3 |
I want to import a table from one Access-database to another. regards reidarT
|
| Send Strongly-typed Dataset with Multiple Tables to SQL Server | 24 Nov 2004 21:26 GMT | 8 |
New to DOTNET so please be gentle: I have an in-memory dataset that I want move to a SQL Server database. The XML schema with which the dataset was built matches exactly the table schema in SQL Server (same fields, same relations, etc.).
|
| Dates in US format and EU-format | 24 Nov 2004 21:22 GMT | 5 |
I am making a winforms-program in Visual Studio, that connects to an Access database. In the database all dates are presented in this format : dd-mm-yyyy. In my application I have a DatetimePicker, that is presented in Dutch, the monthnames etc. But when I write this date
|
| Read Unix file from VB.Net? | 24 Nov 2004 21:18 GMT | 9 |
How can I read a text file that is on a UNIX server in VB.Net? Please keep it simple. Thanks, John
|
| String & binary data unable truncated | 24 Nov 2004 20:10 GMT | 1 |
my form got over 30 textbox, as I addnew() and update the record, it said "string & binary data unable trunctated" and that record didn't save in database I used Try catch to check the error, It can't indicate which field got such
|
| Updating Access Datetime field using OleDBDataAdapter | 24 Nov 2004 20:09 GMT | 1 |
I am using VB.NET 2003 and an OleDBDataAdapter to update an Access table's DateTime field. The field's format is set to "General Date" (ie: 11/24/2004 8:00:00 AM). The problem is the field ends up with only a date, with no time component.
|
| Match key, sort on value in key/value pair | 24 Nov 2004 19:35 GMT | 4 |
I'm counting the frequency of word occurances and would like to return a key/value list sorted descending by frequency. So I need to quickly see if a word (key) is in the list, but later sort the list descending by values.
|
| In followup to Numeric Mask Data Grid Column | 24 Nov 2004 19:17 GMT | 1 |
I think I am getting closer. I subclassed my own DataGridTextBoxColumn.. I copied a numeric text box keypress event into it and now I just need to figure out how to fire the keypress event... How do you do that? The keypress event is in the DataGridTextBoxColumn.TextBox ... I've ...
|
| listview/treeview and acess DB | 24 Nov 2004 19:00 GMT | 4 |
I would like you to help me ... I'm a beginning vb.net programmer and I need an advice ... I'm creating a DB application and I need to read data from the Access table with MS Jet 4.0 into Listview (nead to get 2 columns from the table) and into the treeview (I need to get there the ...
|
| vs.net bug ? | 24 Nov 2004 17:53 GMT | 11 |
The code that follows doesn't minimize the form and doesn't resize the Form from code when the window state is changed at design time. Are the two cases related to a bug in vs.net ? Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
|
| Problem reading resource stream in ASP.Net | 24 Nov 2004 17:06 GMT | 1 |
I'm having a problem reading a resource stream using the following syntax: Dim resStream As System.IO.TextReader = New _ System.IO.StreamReader(Me.GetType.Assembly.GetManifestResourceStream("myname space.script.js"))
|
| Numeric Casting Bug? | 24 Nov 2004 17:02 GMT | 2 |
I have just found a problem in a new Dot Net program I have written. At it's most basic, if you step into a VB application so that you can run the command window and type: Debug.print 1.2-1
|
| how to include access db in solution build? | 24 Nov 2004 16:39 GMT | 3 |
I can't find info on how to include an executable copy (I guess that's what it should be) of an Access database in the solution's build. The solution contains 1 windows application project. Do I include the .mdb as a file somehow? Should I have created a database project? Appreciate ...
|
| Debugging serviced components using server activation | 24 Nov 2004 16:27 GMT | 2 |
I've recently moved some serviced .net components from using library to server activation. However, I'm now finding that my breakpoints are no longer firing whilst debugging and it's therefore proving very difficult to progress my development. Has anyone had any experience of ...
|