| Thread | Last Post | Replies |
|
| Icon in a listview | 08 Mar 2004 21:01 GMT | 1 |
Hi to all, I've a problem with a list of files; I have the following structure: name size
|
| MFC in Framework? | 08 Mar 2004 20:55 GMT | 8 |
Is MFC included in the .Net framework redist??? If not, how is it redistributed Todd
|
| Optional arguments | 08 Mar 2004 20:44 GMT | 1 |
Hi all, I would like to exactly mimic the following VB.NET interface Public Shared Function Fun( _ Optional ByVal p As Integer = 10 _ ) As Double()
|
| HTTPWebRequest - GetResponse throws exception | 08 Mar 2004 18:48 GMT | 2 |
I am trying to make a HTTP request to a component on a server. In the past, our client applications have used the XMLHTTPRequest object in MSXML to make the call. See OLD CODE'. The call is intercepted by an ISAPI filter which forwards the request to the appropriate application
|
| DLL reference chain question | 08 Mar 2004 16:27 GMT | 2 |
I have a common DLL used across several applications, let's call it One.dll. Then I have a data access component (called Two.dll) that references One.dll. A particular application only needs Two.dll (and not One.dll directly). I was hoping that add Two.dll in the application and ...
|
| Possible bug in the XsltCompileException and XslTransform classes | 08 Mar 2004 15:56 GMT | 2 |
When checking for an Xslt Compile Exception, I found the message property did not contain the complete message. Instead there was an inner exception of type XsltException that contained the correct message, but zero for the line and postion properties. Here is the output from my ...
|
| get my Sql Serveur Name for SQL connection string. | 08 Mar 2004 15:50 GMT | 1 |
Hi group My connection string is : this.MyConnStr = @"Server=MyComputerName\MyDbName;Database=master;Trusted_Connection=True;Poo
|
| image rendering with c# | 08 Mar 2004 15:34 GMT | 3 |
I need to render an image with text on it. this text needs to be align to the right. all works fine with the scipt on the end of the message, but I was no able to align the text to the right.
|
| Basic Authentication and popup windows | 08 Mar 2004 15:18 GMT | 1 |
We are using Basic Authentication for our site. However, I could not find any suitable Logout process except to close the window (the solutions suggested on this site that point to old VB6 code which requires creating an ActiveX object does not work correctly and I
|
| SqlDecimal rounding | 08 Mar 2004 15:08 GMT | 1 |
I do not understand the behavior I see when using SqlDecimal.Round. Here is a simple test program // ------------- begin snippet ---------------- using System using System.Data.SqlTypes
|
| .Net Codepage 850 problem with uppercase accented characters | 08 Mar 2004 14:16 GMT | 16 |
Hi. I have a problem using ASP.Net or VB.Net (Winforms) accessing an Oracle database that uses WE8PC850 (which is the IBM-PC codepage 850) character set. Our older ASP apps work fine with this database, but the three different ASP.Net and VB.Net Winforms test apps we have ...
|
| .net framework service pack 2 - access denied error | 08 Mar 2004 13:27 GMT | 3 |
Ever since I installed .net service pack 2, every time I recompile my asp.net application, I get the "Access denied" error message for one of my Library components I have created The error happens in maching.config <add assembly="*" / I can't uninstall the service pack 2 to fix this ...
|
| Add hoc Reports | 08 Mar 2004 13:07 GMT | 1 |
I'm trying to develop Dynamic reports (Add Hoc Reports) in Windows application using VB.Net and .Net crystal Reports ( ver. 9). The user will choose the fields he/she wants to view in the report and choose the group or sorting field, and depending on that I will view the right ...
|
| Capturing Webpages as Images | 08 Mar 2004 12:51 GMT | 2 |
I looking into doing a project on XML Web services. The web service will return an image of the requested URL. Can anyone provide useful advice/resources relating to screen capture and capture of web pages as images? Thanks
|
| Debugging problem - watches dont work | 08 Mar 2004 12:44 GMT | 6 |
I'm writing an ASP.NET application and all of a sudden my watches don't work. The "+" sign appears next to them but you cannot drill into them. (The "+" dissappears when you click it and the item does not expand). Is it possible that a change to web.config would cause this? Or is ...
|