| Thread | Last Post | Replies |
|
| way to find dead files? | 26 Oct 2007 10:24 GMT | 2 |
Is anyone aware of an easy method to search a solution for dead source files? I'm not talking about files that show up as little white boxes when you check the "Show All Files" button on the toolbar. Rather, I want to delete all source files that aren't referenced by any project.
|
| smo and check constraints | 26 Oct 2007 10:18 GMT | 1 |
How do you connect the check constraints on the Table object with the columns in the table? I ended up doing this and it smells bad. foreach (Column cn in t.Columns)
|
| Error when using webbrowser at design time | 26 Oct 2007 09:11 GMT | 2 |
I use the component WebBrowser on a form. Each time I open the form with the component inside VS2005 I get this error: "Windows Internet Explorer Cannot find
|
| query event publisher if a particular subscriber is still subscribed | 26 Oct 2007 08:40 GMT | 3 |
I have a remoting based even publish and subscribe mechanism in place which works quite fine. However, due to the distributed architecture, it can be that the publisher might at some point be inaccessible - and if it comes back up, the subscriber has to re-subscribe (similarly, ...
|
| Stupid question about eventHandlers, or objects in general | 26 Oct 2007 08:39 GMT | 11 |
I'm using the Activated event of my form to run a database query in a backroundWorker, and want to dismiss the call after the first time the form is activated. Based on some excellent advice in an earlier post, instead of maintaining a flag, I'm unsubscribing to this eventHandler.
|
| Using C# Interfaces and User Controls | 26 Oct 2007 08:32 GMT | 6 |
I am trying to create a .net web application, and I am having trouble with an aspect of using user controls... I want to be able to create a generic method of calling a number of user controls, based on a variable that is passed to a parent form..
|
| datalist and controls within itemtemplate | 26 Oct 2007 07:48 GMT | 3 |
l ve tried to list control into a the itemtemplate (datalist). The script run into Page_Init (or Page_Load) and build a ArrayList with the found control ID. if somoene have a solution...
|
| DataGridView.SelectedCells returning the Cell/Index in the Unsorted Datatable | 26 Oct 2007 00:39 GMT | 2 |
I have bound a DataView to a DataGridView using this.dataGridView1.DataSource = new DataView(this.dataTable1); I allow for sorting of the datagridview using clicks on the headers.
|
| thread.join causing me pain | 25 Oct 2007 23:44 GMT | 14 |
Hello All, I have created a very simple C# windows forms application that processes some computations from data retrieved over a network from machines that have fast and some that have very slow network connections. The computations will update the main windows form (main). In ...
|
| Math | 25 Oct 2007 23:41 GMT | 9 |
hi all..... i have Transaction ids 1000000 or greater in size i want to do a math computation to represent any number in smaller digits... example
|
| xslt and xml problem | 25 Oct 2007 23:25 GMT | 4 |
Hi to all, I have a xml file with labels and data. Im trying to mix both files to generate someting like: Label A : data of node a
|
| .NET Framework control panel | 25 Oct 2007 22:36 GMT | 3 |
I might be stupid, but I simply cannot find the shortcut for the .NET framework control panel on my Windows XP computer. I need to adjust the .NET security settings. Where do I find it?
|
| Build Script? | 25 Oct 2007 22:34 GMT | 3 |
Hello, Newsgroupians: In Visual Studio 2005, I have a project that I continually build and run over and over. However, it also has external dependencies, which are three other files in another directory on my computer. Is it possible to tell
|
| need for speed | 25 Oct 2007 22:00 GMT | 1 |
I have written a simple app wich analyses a large data set, 100 samples a second spanning many days upto a year, wich is a lot of points, each point being 6 floats. so far ive not focused too much on speed exept for the
|
| How to specify application parameters to .NET service installer | 25 Oct 2007 20:34 GMT | 1 |
I have a Console app, a related Service Project and Service Setup / Installer Project. I would like to have the result of running the installer.msi file register the service to run with certain parameters.
|