| Thread | Last Post | Replies |
|
| How to POST data | 24 Oct 2004 13:44 GMT | 1 |
The following is the documentation on the WebClient Class in the VS .NET on POSTing data to a web page. My question is how do I enter the FORM parameters? Is it xxx=aaaaa? How to I separate multiple parameters? Thanks in advance. [Visual Basic] Dim uriString As String Console ...
|
| [Flags] or [FlagsAttribute] is no longer accepted by MC++ | 24 Oct 2004 12:33 GMT | 3 |
I have a Managed C++ class that previuosly compiled Ok in VS .NET 2003. The only thing that has changed since last time I compiled my code is that I have installed Windows XP SP2 and also updated my .Net Framework Runtime 1.1 with the SP1. Now the compiler says:
|
| Cannot write to remote Eventlog | 24 Oct 2004 08:53 GMT | 2 |
I am trying to monitor the System eventlog on a another machine using C#. However, when I instantiate an Eventlog with EventLog("System", "machinename"), I get an exception with the message "Cannot monitor Event log. The log may exist on a remote computer".
|
| how to convert byte array to float? | 24 Oct 2004 07:49 GMT | 2 |
i am looking for something like: BitConvertor.ToFloat(); but all i can find is: BitConvertor.ToDouble();
|
| comreg Tool | 24 Oct 2004 02:02 GMT | 1 |
I cannot find the comreg tool in my SDK installation. Where can I find it or download this tool ? Thanks and Regards, Sathish
|
| Getting variable in a pattern using Regex | 24 Oct 2004 00:54 GMT | 4 |
I have a string with some fixed text and variable text. For example: "this is a fixed text THE NEEDED INFO more more fixed text". How do I get the the variable text (THE NEEDED INFO) from this string ? A simple example will help.
|
| starting another process from a c# service | 23 Oct 2004 21:50 GMT | 2 |
Hi I want to start another process from a c# program running as a windows service. So in the procedure onstart
|
| How to copy n paste .asp files to Solution Explorer and have it show up there? | 23 Oct 2004 21:42 GMT | 1 |
I have just installed Visual Studio.net 2003 Enterprise Architect. I have been using Visual Interdev so far, and I am used to be able to select and drag bunch of .asp files into a Project Explorer window and have it show there as a tree of files. Is there some setting that I need to ...
|
| Debugging SQL Server 2000 Stored Procedures. | 23 Oct 2004 16:30 GMT | 1 |
I'm trying to debug a stored procedure in SQL Server 2000. I have a break point in my Winform client and a breakpoint in the Store Procedure. The Winform client hits the break point fine however the debugger would not step into (F11) the stored procedure and no error is given ...
|
| How to create custom editor for VS.NET? | 23 Oct 2004 12:56 GMT | 2 |
Does any one knows how can i create a custom editor for editing custom file types inside vs.net ide? Thanks.
|
| Failure Installing .Net Framework v2.0 Beta1 | 23 Oct 2004 03:49 GMT | 2 |
I tried to install VC++ 2005 Express Beta on Windows Server 2003 Enterprise Edition 64 bit (Itanium IA64). But it required me to install .Net FrameWork 2.0 Beta1. I downloaded it and tried to install, but showing an error message
|
| C# standard eddition and SQL server standard eddition | 22 Oct 2004 22:04 GMT | 1 |
When connections to SQL server using sa user login I recive this error message. Unable to connet to database. It is only possible to connect to SQL Server Desktop Engin databases and Microsoft Access databases with this version of Visual Studio.
|
| HttpWebRequest throws exception, but HaveResponse is true? | 22 Oct 2004 19:44 GMT | 5 |
I'm using HttpWebRequest to create a request and get a chart from a web site. It works great unless one of my request parameters is wrong. i.e., if I say http://www.xyz.com/x?a=b it's fine, but if instead of x?a=b, I do x?a=c, I get a protocol violation error (The server has
|
| Accessing cookies returned in error responses with httpwebrequest (.net CF) | 22 Oct 2004 19:41 GMT | 2 |
I'm currently developing an application on the ppc using the .NET compact framework, using HttpWebRequest and HttpWebResponse in asynchronous mode. I'm currently trying to authenticate (basic authentication) with a
|
| Issue with System.Net.HttpWebRequest | 22 Oct 2004 19:21 GMT | 1 |
I have an issue with System.Net.HttpWebRequest object. I amtrying to do call to Java Servlet that does user authentication and then redirects to requested page and starts requested process. It looks somethink like this: http://SOMEHOST ...
|