| Thread | Last Post | Replies |
|
| Example of UserState for BackgroundWorker | 02 May 2006 21:54 GMT | 3 |
I'm trying to write my first program using the backgroundworker and am looking for some example code. I kow that you can use the UserState member to pass more information back to the UI for updating on a progressChanged call, but all the
|
| convert double to decimal without rounding | 02 May 2006 21:17 GMT | 3 |
In the example below, the 'convert.ToDecimal' removes the trailing 5. I'd like to get the number, in tact, moved to the decimal variable. Any help would be greatly appreciated.
|
| preventing data grid collision | 02 May 2006 20:56 GMT | 1 |
What is the best mechanism/ convention for preventing stacked datagrids from overlapping each other? I'd like to do something similar to a "can shrink/can grow" in an Access report
|
| Autosaving in asp application | 02 May 2006 20:25 GMT | 2 |
I have an asp app and I want to autosave data every 2 minutes that the user is entering in case the users connection to the server is lost. This would ensure that the user can only at most lose 2 minutes of data he/she is entering.
|
| Specifying Output Directory Structure | 02 May 2006 18:55 GMT | 2 |
Hello, I'm wondering if it's possible in VS.NET 2005 to specify a specific output structure inside the Debug\Release directories. Specifically, I want to copy certain assemblies into certain directories to create a logical, organized output directory.
|
| ASP.NET 2.0 Error 500 | 02 May 2006 17:49 GMT | 1 |
I have a couple of web servers running Windows Server 2003 Web Edition. I'm using the Load Balancing Manager to load balance these two machines in a server farm. Static content and .asp pages work without any problems.
|
| IO.Directory.GetFiles algorithm Bug? | 02 May 2006 15:27 GMT | 1 |
I was writing my own wildcard compare algorithm and making a custom GetFiles routine when I came across what I think is a bug in .net's own GetFiles. My routine was coming up with different results than GetFiles so naturally I thought it was my routine that was bugged but when I ...
|
| Max. Thread Amount of Windows XP and / or Windows Server 2003 | 02 May 2006 14:06 GMT | 5 |
Hi @ll, I'm working on a web project which has to use multiple channels to connect to receive several sources at once. The problem is, that I'm not aware of the maximum amount of Threads i can allocate to my
|
| MS Web Browser + .NET - File download dialog problem. | 02 May 2006 13:35 GMT | 3 |
I'm writing a simple C# application, that should day by day open a particular web site and download a text file (new file is generated by the server daily). I'm using Microsoft Web Browser ActiveX, and I cannot simply provide
|
| Datgrid currentPageIndex problem | 02 May 2006 13:31 GMT | 1 |
I am displaying data from database in datagrid. DG is having edit and delete features. Pagesize is 10. I have total 12 records(2 pages). Now i am deleting 12th and 11th records. Delete operation is successful. But, after deleting the last record in the 2nd page, i am getting ...
|
| A references' problem about IrDA simple code | 02 May 2006 11:12 GMT | 1 |
I've download the simple code here: http://msdn2.microsoft.com/en-us/library/system.net.sockets.irdaclient.aspx when I try to build it,I can't found system.net.irda.dll in my .net framework.I put the dll file with the same name from the CFM,the programme
|
| Microsoft Vision SDK? | 02 May 2006 07:24 GMT | 1 |
What happened to the Microsoft Vision SDK? I found some references too it on the web but was not able to find more than a mention of it on MSDN. I ran across an old PDF “The Microsoft Vision SDK” versions 1.2 dated May 2000. It describes a library for use with c++ 6.0. Is ...
|
| Deploying Resource Files Separately... | 02 May 2006 05:19 GMT | 1 |
In a project I am working on, it sounds like resource files are what I need (to group things like error message strings). If I put a resource file in a project, everything will work fine. However, what I would like to be able to do is to put the resource files in a code
|
| URGENT HELP! SQL+VB.NET for New Application | 02 May 2006 04:23 GMT | 7 |
I am developing small insurance application using VB.NET and SQL server 2000. My tables in SQL server are: tbl_Customer (stores the custmer information) tbl_CustImage (stores the customer picture and signature)
|
| Application Design Help!!! | 02 May 2006 03:31 GMT | 1 |
I am desperately looking for some help in design issues, wondering if you could help me!!! I am desigining an n-tier .NET web application with UI--Facade--BusinessLogic--DataAccess---Database layers.using ASP.NEt2, C#2,
|