| Thread | Last Post | Replies |
|
| how to define a variable of a type that is in a string | 19 Aug 2007 14:16 GMT | 2 |
Imagine that I have this: string myType = "FormProducts"; // FormProducts is the product's form... then, I'd like to create a variable of type "FormProducts" (or other
|
| Stable Sort Method - Where Can I Get One? | 19 Aug 2007 09:35 GMT | 22 |
I need a stable sort and can find none in the MS libraries. Is there a simple one available on the internet? It needed for sorting various lists of maybe 1K elements - mostly ListView columns.
|
| Correct and Specific Meaning of "Event Handler" | 19 Aug 2007 07:42 GMT | 3 |
I am wanting to clarify the meaning of the term, "event handler" In reviewing the documentation (MSDN and far beyond) on delegates and event handlers, it appears that many authors use the term "event handler" when talking about either of these two very different things:
|
| Update a specific XML node | 19 Aug 2007 07:33 GMT | 19 |
I have the following XML file : <?xml version='1.0' encoding='UTF-8'?> <Database> <ConnectionString Type="PostgreSQL v8.2.x">
|
| What is a Bitmap's memory layout? | 19 Aug 2007 03:04 GMT | 7 |
On the Internet there are many descriptions of the memory layout for a DIB. But none that I can find for a Bitmap. Is that because a Bitmap's layout depends on a related device. If that's the case, is a clipboard's Bitmap layout always related to the
|
| generate CRC | 19 Aug 2007 01:31 GMT | 2 |
when i used the tool in: http://crc32-checksum.waraxe.us/ i wa able to genrate checkum from mu CPU MAC address BFEBFBFF000006F6 and the checksum was EB5860F6.
|
| Inheritance of static members in the CLR spec vs the C# spec | 18 Aug 2007 21:35 GMT | 3 |
When i read the CLI spec, 8.10.2 Method inheritance i read the following: "A derived object type inherits all of the instance and virtual methods of its base object type. It does not inherit constructors or
|
| Slight OT: Crystal Reports and Windows Forms deployment | 18 Aug 2007 21:30 GMT | 2 |
Hi all, I have developed a windows application which uses Crystal Reports. I have built a setup project under VS2005 and I was wondering if I need to "Deploy or include" a crystal reports dll in my setup project
|
| Reporting / Database problem | 18 Aug 2007 19:28 GMT | 1 |
hope this is not off-topic but I have found no other useful source can anyone tell me how I can change my data source (server, database, login ID, password) at runtime in an embedded Crystal report ? I want to embed query in the report but of course when the app is migrated from ...
|
| Session Timeout Problem | 18 Aug 2007 17:47 GMT | 2 |
We have developed a web application using ASP.NET v1.1 (with C#). It's nearly 18 months that our application is in use with almost 10-15 simultaneous users. In the last 3 months we have encountered a grave problem with session timeout. We have set the timeout value to 20 minutes, ...
|
| SQl Data Provider Performance Issues | 18 Aug 2007 17:14 GMT | 18 |
I am trying to fill strongly typed datasets with data from a SQLServer DB. The data is used as a datsource for drop down lists. The data adapters are configured to perform only selects, no inserts, updates, or deletes. When I call the Fill method to load the dataset, CPU Usage
|
| Play WAVE File | 18 Aug 2007 16:27 GMT | 2 |
I've seen online many examples online using a DLLImport of WinMM.dll to a WAVE file in C#/.NET. I haven't seen any methods in the .NET Framework - does it not exist, or am I missing something? Thanks so much,
|
| Different color on one label control | 18 Aug 2007 15:44 GMT | 1 |
I would like to know, if it's possible to color one label with 2 colors (like in Outlook calendar, when you have two meetings on the same time label). if it's possible, how can it be done? Thanks,
|
| The best way to implement a structure like a Union | 18 Aug 2007 15:20 GMT | 2 |
I would like to have a structure similar to C++ Union. What would be the best way to do it in C#? Thanks EitanB
|
| More than a style issue? | 18 Aug 2007 12:42 GMT | 33 |
On Aug 12 at 4:31 in the thread titled "What's 'best practice'--instantiate in the constructor or outside it for collection class?" UL-Tomten wrote:
|