| Thread | Last Post | Replies |
|
| Can't display MonthCalendar in foreground | 22 Jul 2008 01:31 GMT | 1 |
I have a typical window form with all the standard buttons, group boxes, etc. on it. I am trying to also display a MonthCalendar control on it too but I simply can't get the MonthCalendar control to completely display in the foreground. Portions of it always get hidden behind ...
|
| dataset.ApplyChanges() not taking effect. | 22 Jul 2008 01:06 GMT | 3 |
Here is my code. Does anyone know why when i reopen the table to view the data, none of the rows have been written? DownloadFileDataSet.DownloadFileRow MainTableRow =
|
| Need help with calling one class from another | 21 Jul 2008 22:49 GMT | 21 |
I've got an app with two classes, and one class (InventoryInfoClass) is an object within the other class (InventoryItem). I'm running into problems with trying to access (get/set) a private variable within the included class (InventoryInfo) from the "including" class
|
| Windows CE SPARK Program | 21 Jul 2008 22:02 GMT | 2 |
I stumbled upon an amazing deal if you want to try your hand at Windows CE embedded programming using C#. It is called the SPARK program at: http://www.microsoft.com/windows/embedded/products/spark/default.mspx
|
| Place controls in Infrgestics web grid | 21 Jul 2008 21:44 GMT | 1 |
how to Place controls like text box and dropdown in infragistics ultra web grid in design time and how I can access in serverside. thanks Suresh
|
| MapPath not working with ASP.NET MVC | 21 Jul 2008 21:28 GMT | 1 |
On a class method I have the following: HttpContext.Current.Request.MapPath("Data/Assets.xml"); I call this function from a View named "Document/New" which controller is DocumentController and I end up with:
|
| TcpClient read/write timeouts do not timeout | 21 Jul 2008 20:17 GMT | 11 |
I have a TcpClient. I set the read/write timeouts at 1 minute (in milliseconds). I get a NetworkStream from it and confirm the timeouts still exist. I do a NetworkStream.Write() and then a NetworkStream.Read(). Sometimes it sits and waits -- on the Write()
|
| Captured variables | 21 Jul 2008 19:59 GMT | 7 |
var result = new List<StockLevelRow>(); foreach(SomeClass c in SomeList) result.Add( new StockLevelRow(c.Name,
|
| Error executing sqlmetal against SQL2005 | 21 Jul 2008 19:42 GMT | 2 |
I am trying to execute the sqlmetal util with the following command line arguments /provider:SQL2005 /database:bookshelf_dev /code:SqlMetal.cs This gives me the following error:
|
| Compiler bug on field assignment | 21 Jul 2008 18:44 GMT | 4 |
If ExecuteQuery method sets fields, C# 3.5 compiler issues invalid warning at compile time: Field '... .Contents' is never assigned to To reproduce, create class
|
| CLS compliance problem | 21 Jul 2008 18:31 GMT | 3 |
I have the following property in one of my applications but when I do a build I get a warning saying that it is not CLS compliant. Swatch is a class defined in a separate project/dll. I get the same problem on properties that use Enums defined in the same dll as the swatch. Is the ...
|
| XML, LINQ and Server.MathPath | 21 Jul 2008 17:00 GMT | 4 |
I having the following code to get some values from an XML file using LINQ: public List<string> GetDistricts() { XDocument assets = XDocument.Load(Server.MapPath("Data/
|
| Compare two large dataTables | 21 Jul 2008 16:57 GMT | 1 |
How do I compare two large data tables A and B using linq and get the records which exist in DataTable A but does not exist in DataTable B.
|
| Can BackgroundWorker be Single Threaded Apartment? | 21 Jul 2008 16:46 GMT | 2 |
I have introduced a component to my solution that is throwing an exception about needing to be run in single threaded apartment mode. This component is created in an async call by a BackgroundWorker object, which seems to be on a MTA thread. Is there a way for me to get the ...
|
| Problem with OnDragLeave | 21 Jul 2008 14:22 GMT | 2 |
Hello friends, I am working with .Net 2.0 System.Widows.Forms . I created a custom control. There I overrided the OnDragLeave method of the Control.OnDragLeave. I included some notification calls and GUI
|