| Thread | Last Post | Replies |
|
| Stackoverflow Exception | 05 May 2006 11:00 GMT | 2 |
Iam quite new to programming and dont know enough about the stack. My problem is if I call a recurcive function like in the code TestCalc(100000), I get at some integer argument size a stack overflow exception.
|
| Treemap nothing show up | 05 May 2006 09:30 GMT | 1 |
I copied the example Compile is successful .net 2003 but i press button , nothing to show but the example has box show up, why ? where 's wrong?
|
| Do I need a reference to a file | 05 May 2006 09:24 GMT | 1 |
If have a line of code which does a new ObjectX, but I ensure this code never gets executed, I.e I have an if statement around it, I find that I get an error at run time that the dll for Object X cannot be found - i.e it still looks for its dll at run time even though this line ...
|
| How to display Unicode with MFC CDialog in .NET 2005 | 05 May 2006 08:51 GMT | 3 |
Is there anyone to have idea how to make the MFC CDialog box display Unicode (like Chinese characters) in .NET 2005? We have some dilog boxes created from CDialog class in VC++ 6.0 and try to integrate them into our new project developed in .NET 2005 to display Unicode.
|
| .NET Tracing & Profiling Tool | 05 May 2006 07:41 GMT | 2 |
Hello Group, This mail is intended to announce the release of the newest version of SpeedTrace .NET Tracing & Profiling tool, SpeedTrace Pro. This tool is an improvement of the previous version that was launched in this group last year.
|
| MSDTC error with TransactionScope | 05 May 2006 06:19 GMT | 6 |
I'm using a TransactionScope with a ADO.NET SqlClient and i get the error : System.Runtime.InteropServices.COMException (0x8004D024): The transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0x8004D024). Please enable DTC for ...
|
| ObjectDataSource 'x' could not find a non-generic method 'Update' | 05 May 2006 05:40 GMT | 1 |
My ASP.NET 2.0 project has a GridView that I want to be able to edit and update records with. The GridView has been bound to an ObjectDataSource control that has the following Update method signature: Update(Nullable<Int32> Tile_Number, String Tile_Name, String Tile_Path,
|
| Problem with ObjectDataSource Update method | 05 May 2006 05:40 GMT | 1 |
VB.NET 2.0 project... I have an Access database with a table that has one primary key. I have used the Add TableAdapter wizard in VS2005 to create my TableAdapter. Next I added an ObjectDataSource object to a new aspx form, chosen the newly created
|
| .NET Class and Classic ASP | 05 May 2006 04:20 GMT | 4 |
I am in the process of creating a security control object in VB.NET. This object will be utilized from classic ASP (Asp 2.0) applications that reside on our Intranet (as well as ASP.NET pages as they are developed). What is the best way to access this object from my classic ASP ...
|
| MSHTML PasteHTML function duplicating Tag | 05 May 2006 02:40 GMT | 5 |
I'm developing an HTML Editor Control using VB.Net 2003 for an application that used to use the DHTML Editor Control that is no longer supported. Well, it's been fun but I've hit a wall with an intermittent problem working with editing Hyperlinks.
|
| Single instance with Arguments | 05 May 2006 01:33 GMT | 3 |
I want to create a console app which will have only one instance running. but here is the conditions. Let us say i have this console app TEST with arguments
|
| How to size a tiled tiff file ? | 04 May 2006 21:29 GMT | 1 |
I want to know the size (width, height in mm) of a raster image (at least in the case when they are well defined) I've been constructing a bitmap object from the file but I need to handle tiled tiff which isn't supported by bitmap.
|
| Opinion - Rewrite in vb.net 2005 | 04 May 2006 21:06 GMT | 7 |
I am looking for good documentation to help support rewriting a VB 6 app in Dot Net. I looking for things like VB 6 being unsupported in March 2008, general performance improvements, at what point will VB 6 just won't work on the newest version of Windows. How good is the ajax ...
|
| How to use IEnumerator.Reset with generic collection in VB.NET | 04 May 2006 20:14 GMT | 2 |
From the documentation in MSDN, it looks as though the following should iterate through the collection twice. However, MoveNext in the second iteration returns false: Dim oList As New List(Of String)
|
| Getting contents of a PlaceHolder | 04 May 2006 19:34 GMT | 1 |
I am attempting to add a drill down datagrid to my webpage so the user will not have to leave the page to get further information on a row. There are 12 other columns before this column. <asp:TemplateColumn>
|