| Thread | Last Post | Replies |
|
| automatically Debug.WriteLine whenever function or event is triggered | 22 May 2005 08:12 GMT | 1 |
I have hundreds of events/functions in my windows app. now they look like this private void muHowlNow_Click(object sender, EventArgs e) {
|
| Cloning Row in Typed Dataset Table | 21 May 2005 20:05 GMT | 4 |
I am having touble figuring out a good way to clone a record ( row ) in a typed dataset table without copying each field one by one. Is there a 'clone' function that I have missed that would allow me to make a deep copy of a record?
|
| PrevInstance | 21 May 2005 17:44 GMT | 1 |
There is my code: Shared Function PrevInstance() As Boolean If Ubound(Diagnostics.Process.GetProcessesByName(Diagnostics.Process.GetCurrent
|
| Deploying App with Crystal Reports without using Merge Modules | 21 May 2005 15:26 GMT | 1 |
I want to deploy a VB .NET application to client machines that will have the .NET framework, but no Crystal Reports installed. I do not want to add the Crystal Merge Modules, like reportengine.msm, etc, to my app. Is there any other way to get this to work on a client
|
| Custom Entity classes are killing me. | 21 May 2005 04:09 GMT | 4 |
I just read Karl Seguin's article "On the Way to Mastering ASP.Net: Introducing Custom Entity Classes" http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/Cus tEntCls.asp I realize it's about ASP.Net, but figured the same principles apply for
|
| Distributed Transactions and System.EnterpriseServices | 21 May 2005 03:47 GMT | 17 |
Hi dear, I need to implement Distributed Transactions in my application as it is using 2 SQL servers. I am using windows server 2003, Sql Server 2000 and .Net 1.1.
|
| does DataSet.ReadXml() clear current table information on DataSet | 21 May 2005 03:11 GMT | 1 |
I'm trying to merge dataset in with the .net compact framework. Unfortunately, it does not have a Merge() method. I was wondering if I could bypass this shortcomming by having a source DataSet read into a Destination DataSet using ReadXML but I want to keep the current data
|
| How do you use System.Drawing for reading .jpeg or .gif headers? | 21 May 2005 01:38 GMT | 2 |
I need to read the header information on an image (could be a .jpeg, .gif, .bmp) and find the height and width. I know I can open it as a binary file, and bump to the appropriate location where height and width is stored in the header, but I was wondering if anyone knows of a ...
|
| Can't serialize a TimeSpan to XML | 20 May 2005 21:49 GMT | 3 |
I can't get a TimeSpan to serialize properly to XML, despite the fact that the documentation says that it is serializable. This class: public class MyClass {
|
| Seeking Microsoft TV development tools' details... | 20 May 2005 19:51 GMT | 2 |
I have been trying very hard at finding details into Microsoft TV development tools. I was mainly interested in finding if the support is for both C++ and C# and to try at the downloads of MS TV Content designer, TV SDK, TV Toolkit for VS.
|
| Stress testing an application? | 20 May 2005 19:26 GMT | 2 |
I have a fiarly high powered machine for development. This is a bit of curse at times though, since I am sometimes not exposed to the bottlenecks for performance that a lower spec machine might be exposed too. My question: Is there a way I can tell the .NET to only ever use half ...
|
| RowFilter on Date field | 20 May 2005 18:03 GMT | 1 |
I have loaded an xml file to a dataset and one of the fields being "UserDate" and has date values like <UserDate>2005-01-01T00:00:00.0000000-05:00</UserDate> I am trying to apply a row filter to this field and it doesn't seem to work
|
| CLR Profiler | 20 May 2005 16:37 GMT | 1 |
I have a problem with profilling applications in CLR Profiler. Profiler starts and waiting for application. After application starting profiler still waiting and it not profile. I now using .NET Framework 2.0 beta 2 - build v2.0.50215.
|
| A node with different fonts | 20 May 2005 16:28 GMT | 1 |
I have a TreeView with various nodes and i need that a node support different fonts. A part text is bold and italic and the other part of text be regular. I think that is necessary use a RichTextBox but i don?t know how do... Sorry mu bad english but i?m brazilian woman... :)
|
| Object Orientation or Enumeration? | 20 May 2005 16:20 GMT | 2 |
I have a question that could be viewed as more of a general object oriented question but I still thought this the best place to post it. I am developing a contact management application that makes use of several custom classes such as "Contact, Phone_Number, eMail, Address".
|