| Thread | Last Post | Replies |
|
| Free Multi-Select Treeview available | 21 May 2006 18:51 GMT | 4 |
The latest version of my (free) multi-select treeview is available, for those who are interested. http://coders-lab.dotnetnuke-portal.com/Codingstuff/Mysoftware/tabid/16943/Defau lt.aspx
|
| How to acces datagrid from other thread | 21 May 2006 14:45 GMT | 1 |
Iam trying to make it work: My application receives data from RS port by the DataReceived event. Then this event is accesing dataGridview, but when i have some errors connected with accesing this datagrid. Sometimes it works properly, sometimes not.
|
| Create a proxy class for a non .NET xml provider | 21 May 2006 10:08 GMT | 1 |
Hi world, I am about to buy an application from a vendor that has module which will respond to HTTP XML requests. The software is a windows application, and the XML interface is provided so that other in-house
|
| Code to create default key depending on textbox focus | 21 May 2006 09:53 GMT | 2 |
I found this code written in C# - can someone convert it to VB.NET for me? TextBox1.Attributes.Add("onkeydown", "if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getElementById('"+Button1.UniqueID+"').click();return false;}} else
|
| Help needed in OOP....I think...... | 21 May 2006 09:24 GMT | 3 |
Just learning......so please be gentle.... This is the idea (wrong as it may be)....... I'd like to code an app that has a treeview for a navigation element that opens panels (to it's right) based on which element in the treeview is
|
| How to handle un-exceptional errors | 21 May 2006 00:32 GMT | 3 |
Some programmers, and even Microsoft documents, say you should only throw exceptions for exceptional situations. So how are others handling all the other unexceptional errors? How are you propagating errors up the call stack?
|
| Anyone doing control systems/HMI in .NET?? | 21 May 2006 00:15 GMT | 2 |
Hello all; I'm researching a control project, and I'm getting lost in the protocols... Want I want to do is create my Human-Machine interface (HMI) in .NET
|
| Batch Update ADO.Net | 20 May 2006 12:22 GMT | 2 |
Using SQL Server 2000, and VS.Net 2003 I want to load a datatable from a local server into a dataset and update it into a linked server. The linked server will have the exact same structured table, and it will be empty. Can I open a blank dataset from the linked
|
| Scheduling within a windows service | 20 May 2006 11:33 GMT | 9 |
Can anyone point me in the direction of how to have a .net developed service wake up every sof often to perform a task. I need to make a service that will wake up every 15 mins to check a database.
|
| ASP. Net Multiple form submit | 20 May 2006 11:28 GMT | 5 |
We are having multiple submit buttons with form validation on a single form. By default a button is selected and the elememts included in the form is validated. If we try to add 2 forms to an ASP.NET page, we get a error:
|
| Mobile Develpement | 20 May 2006 10:07 GMT | 1 |
Is J2me programming possible from dotnet can code be compilled which is required for non- windows mobile. like p910 which is Symbian OS but supports java applications. Is there any way that application develope can be compatable with
|
| Releasing a file | 20 May 2006 08:48 GMT | 1 |
During my program I load an exe file using reflection. My program loads the file using reflection, checks the assembly version and does an update if the network version is different from the local version. I have a problem, however, when I do the first check using reflection to ...
|
| Creating a file share | 20 May 2006 08:24 GMT | 1 |
Is there a way within .Net 2.0 to create a share on a Windows 2003 server? Thanks, -- Brian
|
| Read Emails on Exchange server without OL client | 20 May 2006 03:52 GMT | 62 |
Is there a way, with VS 2005 and FX 2.0, to read a given inbox? I need to write a 'monitor' program and my boss is convinced, as is always his first gut reaction, that we need to go buy a 3rd-party package to just read an inbox. He may be right this time, but that's not usually ...
|
| Dynamic type conversion | 20 May 2006 03:11 GMT | 4 |
I am writing a generic property table as part of my application property_name property_type property_value
|