| Thread | Last Post | Replies |
|
| Textbox background color in XP vs Vista | 26 Oct 2007 21:00 GMT | 1 |
One of my my textboxes has a nice white background when running on an XP machine, but becomes dark blak when running on a Vista. Does anybody know how I can fix this? Thank you.
|
| generics problem | 26 Oct 2007 20:04 GMT | 2 |
I need to write a method that does something like the following. In general it returns a nullable of the same type as the one passed in. Here is the problem. If I try to assign a value to the nullable by uncommenting the line ' //tRet = -999;' it won't compile (cannot implicity ...
|
| Creating an in memory table | 26 Oct 2007 19:52 GMT | 5 |
I have the following Test.CSV file: Col1,Col2,Col3 1,4,7 2,5,8
|
| Iterating through Global Assembly Cache on Mono | 26 Oct 2007 19:49 GMT | 1 |
Hello, all. Can anybody point me to documentation about how can I programmaticaly (via C#) iterate through the global assembly cache on the Mono framework?
|
| ASP.NET Control in VS2008 Beta1 | 26 Oct 2007 19:46 GMT | 1 |
I have a ASP.NET control that works perfectly in VS2005, but in VS2008 the design-time experience is broken with the following error: Unable to cast object of type Microsoft.Web.Design.DocumentDesigner to System.Web.UI.Design.WebFormsRootDesigner.
|
| easiest way to upload a C# class library to a SQL server 2005 and deploy as CLR function | 26 Oct 2007 19:33 GMT | 2 |
easiest way to upload a C# class library to a SQL server 2005 and deploy as CLR function Do I have to upload the .dll and then run sql command to load it into sql server, or is there a more integrated way to do this in visual studio 2005
|
| Generic import service for multiple Database providers. | 26 Oct 2007 19:00 GMT | 2 |
My company does things in a very specific way. Meaning we never query the database directly, we always use Stored Procedures. What i would like is to develop one data provider class for database communication that can easily be added onto as time goes buy.
|
| What is custom object | 26 Oct 2007 18:45 GMT | 4 |
Can somebody explain what custom object means which is mentioned in the text below. The alternative to using DataSets is to create custom object types that represent your business entities, and custom collection types to contain
|
| Entire string lost when removing null characters | 26 Oct 2007 18:02 GMT | 5 |
The application that I'm working on sends a request to a server, and then receives the response via a udp configured socket. It queries a game server, so I don't have any control over the format or length of the data received. Everything works as it should, except for handling
|
| Paint message fire galore | 26 Oct 2007 17:47 GMT | 5 |
On a usercontrol I've put a set of radiobuttons within a groupbox. These radiobuttons have visual style enables, i.e. they turn orange when hovering over them and green when pushed. Normally I put my updation of data shown in the controls on the usercontrol
|
| Divide by Zero Question. | 26 Oct 2007 17:00 GMT | 8 |
Hello! I was working on some code the other day, and I came across an odd discrepancy between the decimal and the double type. If I attempt to divide a decimal by zero, the framework throws an error. If I attempt to divide a double by zero, the framework returns infinity.
|
| Newbie Question: File Type Editor... | 26 Oct 2007 16:44 GMT | 1 |
Hi, Folks! I have a solution that two different executables (Win app & Console App). I want to add two separate actions for a single file type (i.e. "Run with Win App" and "Run with Console App"). How can I set this up
|
| Convert typed DataSet to untyped DataSet | 26 Oct 2007 15:40 GMT | 1 |
As a known issue, WCF does not allow to transfer typed DataSet. So I have to copy all data from typed DataSet to untyped DataSet(same table names, column names and row data). What is the most efficient way to do that? I tried to remove DataTable from typed one then add to untyped ...
|
| Generate tlh/tli from a tlb? | 26 Oct 2007 15:39 GMT | 1 |
Long story short: I've been able to load a C# dll in C++ by having the C# project generating a type library (tlb) and #importing that in C+ +. The #import directive looks like a compiler shortcut that generates a tlh and tli locally. Now what I want to be able to do is
|
| connect to printer problem | 26 Oct 2007 13:28 GMT | 2 |
I have an a bit strange printer and I would like to connect a C# program running on my computer to the printer. I know that the printer can be connected by LAN (TCP/IP protocol, 10/100 Base-T) but I am not quite sure of its meaning. I have not seen anything about that the ...
|