| Thread | Last Post | Replies |
|
| Perfomance using threading | 27 Dec 2007 20:19 GMT | 5 |
I have two databases D1 with 6 million records and D2 with 95 thousand records. I need to check Common records from these two databases based on UserID and need to insert into other database D3 and also need to create XML files.
|
| Mark Word "White space between pages in C# | 27 Dec 2007 20:10 GMT | 1 |
I now have a converted my word document, but I want to mark the document "White space between spages" before save of the document so the user of the document do't have to mark the document as writing. Best regard
|
| OO + 3-Tier design Q | 27 Dec 2007 19:21 GMT | 13 |
I'm trying to develop a ASP.NET app with OO + 3-tier design, here is a scenario: if there is a People class which is defined as below, class People
|
| GetCursorPos not working if desktop is locked | 27 Dec 2007 17:29 GMT | 1 |
Hi guys... could anyone please help me with my problem getting mouse cursor position while desktop being locked (WIN + L). MSDN says: "The input desktop must be the current desktop when you call GetCursorPos. Call OpenInputDesktop to determine whether the current desktop is the ...
|
| Communicate between applications | 27 Dec 2007 16:28 GMT | 3 |
I need to transfer text (or maybe binary) data from one .net application to another .net application. What is the best way to do this since it's on the same computer and both application may run different .net framework version.
|
| CreateGraphics logic | 27 Dec 2007 16:04 GMT | 4 |
How to write a CreateGraphics method for a class similar to form.CreateGraphics()? Pls help. Thanks in Advance.
|
| Filling a dataset from Gridview. | 27 Dec 2007 14:09 GMT | 2 |
I am trying to populate dataset from gridview but it's not working . Can anyone plz tell me how to do it..
|
| deploy to context menu | 27 Dec 2007 12:03 GMT | 1 |
I have written an application that I would like to deploy to the context menu in xp. That is the menu that appears when you press the secondary windows button (generally between the alt and ctrl buttons on the right side of the space bar - or press shift +F10).
|
| Hide control properties | 27 Dec 2007 11:05 GMT | 2 |
I've got a calendar control that extends the DataGrid View: public class Calendar : DataGridView This gives me all the functionality I need for my calendar without the hassles of writing the grid capabilities from scratch. However, it also
|
| fixed | 27 Dec 2007 10:20 GMT | 3 |
I was trying to initialize the variable using this at class level, this was not permittet, so I initialised it in the constructor. cheers
|
| Linq To Sql Delete | 27 Dec 2007 09:30 GMT | 1 |
Hello people: First of all forgiveness for my English. I am working with Linq to SQL, Visual Studio 2008 and SQL Server 2000. When you delete a record and then go back to Insert (ie, insert a record
|
| WPF - Figuring Out Who Changed Window Size | 27 Dec 2007 08:26 GMT | 1 |
Hello-- Is there a "WPF way" of telling why a Window's size was changed? In other words, is there a way to tell if the dialog was dragged bigger by the user versus a window automatically resizing due to a textbox getting wider from
|
| Late Instantiating Base Class | 27 Dec 2007 07:35 GMT | 3 |
I need to instantiate a base class, but cannot do this in my inherited class constructor as I need to calculate values for the base class, how would I do that? (If possible) For example:
|
| Getting portion of string | 27 Dec 2007 06:58 GMT | 3 |
I have a string in the following format Computer [comp] I want to remove the text that starts with [. Though I used substring which keeps checking whether the character is [ and stops reading more
|
| What Math.Tanh(1) return? | 27 Dec 2007 03:31 GMT | 10 |
Hi Experts: I have a question about Math.Tanh: For a 45 degree 'angle' (radians is 45 * pi / 180 = 0.785), Math.Tan(angle) returns 1 as expected; but Math.Tang(1) returns 0.76. Why not 0.785?
|