| Thread | Last Post | Replies |
|
| ANTS Profiler | 17 Oct 2005 20:19 GMT | 2 |
I was considering purchasing the ANTS Profiler package from red-gate. Any thoughts/comments on this software?
|
| image map, custom buttons, etc. | 17 Oct 2005 19:10 GMT | 2 |
What would you suggest I do for the following problem. I want to make an application (vb.net or c#) that has a picture of a dartboard and you can click on certain cells of the dartboard. I am wondering what the best way to determine where on a dartboard the
|
| How do I copy the content of a string to a char array? | 17 Oct 2005 18:59 GMT | 3 |
How do I copy the content of a string in one encoding (in my case big5) to a char array of the same encoding? I try the following String line[] = S"123水泥";
|
| XLS to PDF | 17 Oct 2005 17:21 GMT | 1 |
Is there a component in ASP.NET to convert a XLS file to PDF. Regards, John Mendonca
|
| MimarSinan InstallAWARE - Read before you buy! | 17 Oct 2005 15:16 GMT | 6 |
Dear Group My personal review of MimarSinan InstallAWARE Studio 2005 SE as a courtesy for everyone considering evaluating or buying this product. There are many reviews out there praising the products features so I
|
| Development using UML | 17 Oct 2005 14:49 GMT | 4 |
Has anybody used UML to design, develope and further generate code into .NET?, if so, would you please tell me about your experience, has it been good?, Thank in advance
|
| ADO.NET & SQL Server Stored Procedure | 17 Oct 2005 14:11 GMT | 3 |
Me again. I want to create a SQL Server StoreProcedure and I want to access it with ADO.NET. I am using VB.NET. Creating StoreProcedure it was easy but my question is this. I have table with 4 Column and 6 rows. In the Column 3 for all rows I have
|
| How to handle hover + mouse down on a control ? | 17 Oct 2005 09:15 GMT | 1 |
Is there any C++ .NET best practice for handling the case where a mouse is held on a control and the right-button is held down - signifying a rapidly repeating action
|
| get current method | 17 Oct 2005 08:34 GMT | 2 |
could someone remind me how to get the name of the currently executing method? cheers guy
|
| .Net Services (transfering Data from AS400 into SQL Server) | 17 Oct 2005 06:04 GMT | 2 |
I have BIG question and I gues it is the BEST question. I have a problem that I am guessing the best solution is to create some sort .NET Services. This Service(s) must check every hour the data that reside on AS400 and
|
| Ameliorations in the Collections framework in .NET 2 | 17 Oct 2005 00:42 GMT | 8 |
One area where the .Net framework 1.1 is really poor is Collections : We've got very few choice concerning the containers and their characteristics (for example, ArrayList, Queue and Stack are the only "non-dictionary" avalaible containers, and only Stack has some complexity ...
|
| Mantaining a Windows Service | 16 Oct 2005 18:22 GMT | 4 |
I've been trying to write a Windows Service that handles specific events. However, when I start it, it is immediately stopped, since it is idle when none of the events are triggered. And when it's stopped, it can't handle the events. How can I keep it running?
|
| How to read a text file with wchar? | 16 Oct 2005 15:01 GMT | 7 |
I have a text file with wide characters. I use the following C++ code to read them in. However the wide characters are read in properly. What is wrong? String* path = "C:\\Documents and Settings\\kst\\BE.dat"; try
|
| axWebBrowser and HTMLInputElement | 16 Oct 2005 14:25 GMT | 1 |
I need an immediate help from you guys. I am doing a project, that automate the web browser control. It has to fill some text fields and click a submit button. I use the below code tho fill it and click.
|
| beyond dynamic code exection | 16 Oct 2005 14:12 GMT | 2 |
I got a tough question: The backgroud for this question is: I want to design an application works like a engine. After release, we can still customize a form by adding a button, and source
|