| Thread | Last Post | Replies |
|
| Sub-classing windows forms controls | 13 Apr 2008 04:57 GMT | 3 |
I have added a Windows Forms Control Library project to my solution and created a form control (let's call it libForm) in this new project which inherits from System.Windows.Forms.Form. I set the Text property of this form to the name of the application ("MyApp"). When the ...
|
| LINQ to SQL as XML | 13 Apr 2008 02:09 GMT | 3 |
I have a LINQ class that I can use to query data from my database. I want to query the data directly into an XML string without defining each field. If I have a table Names like the following:
|
| WMI and Quota violation exception | 12 Apr 2008 20:54 GMT | 4 |
I am using the following WMI code to watch for the termination of a particular process. This code is running under Windows Vista. public void WaitForDeath() {
|
| Time issue | 12 Apr 2008 20:03 GMT | 1 |
I have a problem to solve and not quite sure about the best way to solve it. I have an application which needs to insert a log line into the database table at certain times of the day.
|
| Download file has HTML in it. | 12 Apr 2008 19:59 GMT | 2 |
i have a file on the server, then use the following code to dialog the file to the local client. in stepping through the code the file length (fLen) is correct, but when i look at the file after
|
| ListView problem | 12 Apr 2008 10:16 GMT | 5 |
I'm getting error when selecting items in ListView control, it says ArguementOutOfRangeExceptions. That happens in SelectIndexChange event. I have tryed with try...catch but there's no effect. The code inside that event is:
|
| Passing textbox value to another form | 12 Apr 2008 03:56 GMT | 4 |
Good day. I have a question. I want to Pass the value of my textbox1 from FORM1 to my Form2 into a textbox1. #####FORM2 CODE######
|
| Provide access to a class without access to the constructor | 12 Apr 2008 00:46 GMT | 8 |
Suppose I have a class A that works with instances of class B. I would like it so that only an instance of A can generate instances of B, but I would still like users of A to be able to handle instances of B, including passing them as arguments to methods on A. Is there any way
|
| Visual Studio 2005 reporting Error 13 : Unknown Build Error | 11 Apr 2008 23:21 GMT | 1 |
Hello, I have a problem when working with a program that uses XAML in one of the modules. I copied some XAML code from another working project into an existing project, then when trying to compile the project I get the following:
|
| Handling SPAM posts | 11 Apr 2008 23:14 GMT | 62 |
Folks, We *really* need to get a handle on how to eliminate the SPAM posts making their way into this group and related group like ASP.NET. It has gotten to the point where it just isn't any fun anymore, having to wade through this
|
| Calling a WCF service | 11 Apr 2008 21:28 GMT | 1 |
I'm sure this is a dumb question, but here goes. I've got an asmx web service that I want to move to WCF and then expose a netTcpBinding endpoint. Is it possible to consume that netTcpBinding endpoint using a .NET 1.1 client? Thanks,
|
| Is there a standard way to check whether or not a file is in use? | 11 Apr 2008 19:30 GMT | 4 |
Try to do something with it, and look at the exception? Some other way? Thanks!
|
| checkbox visible based on multiple rows | 11 Apr 2008 18:52 GMT | 4 |
asp.net 2.0 and language is c# I need to add a single checkbox on an aspx page based on evaluating two aspects of the items the customer has placed in the shopping cart. The price must be $100 or more and the brand must be a specific brand.
|
| Load XML with nested tables into SQL Server | 11 Apr 2008 18:40 GMT | 1 |
I have problems loading XML data into SQL Server. What is the best way to go ? I am new in using XML documents. I have tried to do it with "Integration Services" and also with "XmlTextReader", "XPathDocument", "DataSet.ReadXML" ...
|
| Can anyone suggest a better design approach? | 11 Apr 2008 18:22 GMT | 1 |
I have a forms application which hosts an unmanaged dll. This dll exposes some simple c style functions which I just call using pinvoke. But all native functions call WaitForMultiple\singleObject and wait for a particular event to come. The problem is, this event can fire
|