| Thread | Last Post | Replies |
|
| Converting integer to bytes in VB.NET | 17 May 2004 11:40 GMT | 3 |
I am trying to convert an integer into 4 bytes. In C# this can be done as follows BitmapData[0x02] = (byte) nBytes BitmapData[0x03] = (byte) (nBytes >> 8) BitmapData[0x04] = (byte) (nBytes >> 16)
|
| FUSLOGVW.exe does not log ASP.NET binding failures | 17 May 2004 11:36 GMT | 2 |
I can't get the FUSLOGVW.exe to log the binding failures that happened while loading an aspx page. I have been asking this in ASP.NET forum, but they seem to be not able to answer this, so I try my luck here. I certainly know that this is binding failure, since my aspx page runs ...
|
| .net framework programming | 17 May 2004 10:56 GMT | 2 |
how a program executes in .net framework? In .net framework program contains only class, how a class run? is a class run without object? please reply i m new to .net framework.
|
| Working with Addins | 17 May 2004 10:51 GMT | 1 |
I'm creating an Add-in for Studio that needs to interact with whichever WebForm the user is currently using. I don't have any problem creating the Addin, Making it show up, placing a Control inside of the Addin's window. I AM, however, not taving any luck getting to the WebForm ...
|
| AxWebBrowser | 17 May 2004 10:39 GMT | 1 |
Two questions: I'm thinking about using the AxWebBrowser for a small application for a local company, is it free to use it? I'm trying to make the browser work something like
|
| application Exceptions | 17 May 2004 10:37 GMT | 3 |
we are writing a class lib dll and want to use our own new app exception. we want them to have the same 'Message' and "InnerException' members as all Exceptions have. we cant override these members because they are 'read only'....
|
| Writing and Retrieving Configuration from an XML Document in C# | 17 May 2004 09:01 GMT | 1 |
I'm a student and new to the .net framework. What is the best way to save configuration properties (not user specific) for a C# application? I read a few messages talking about using XML to save properties. I read about using app.config, but it seems you have to manually edit the ...
|
| Custom search page for MSN-YAHOO-Google | 17 May 2004 08:52 GMT | 4 |
Custom search page for MSN-YAHOO-Googl i am trying to create a single page that has a single dialog box and 3 submit buttons, 1 button per search engine. The intent is for use on our intranet site and
|
| Enterprise and Architect editions | 17 May 2004 08:41 GMT | 2 |
What is the differnce between the Enterprise Edition and the Architect Edition of Microsoft Visual Studio .NET 2003 Are there any other editions of .NET Couldn't find the link that addresses the different editions of .NET development environment Thanks
|
| .NET Component identity | 17 May 2004 08:06 GMT | 3 |
I have a .NET Web Application that calls a .NET Component When this was a VB6 Active X DLL COM I added the Component to the Server using the Administrative Component Service Tool. And assigned a single identity for the component to run under I want to do the same thing for my .NET ...
|
| Is it possible to use Webproxy with WebClient | 17 May 2004 07:41 GMT | 1 |
In particular is it possible to use the default proxy to download webclient.DownloadFile(address,filename)? bob
|
| How to call Script Code Like Jscript and Vbscript ? | 17 May 2004 06:33 GMT | 1 |
How can I call the Javacript or Vbscript code from Web form provided that the Script code resides on the same web form.aspx Regards
|
| Reading Unix Text Files? | 17 May 2004 04:10 GMT | 8 |
I've got a c# WinForms app that reads an input text file using a StreamReader, using the ReadLine() method. The input files are Unix type text files; i.e., they have a single x0D character to mark end-of-line. This app runs fine on my Windows XP Pro development system, but fails on ...
|
| Great free tool from Microsoft to manage MSDE | 17 May 2004 01:30 GMT | 1 |
Try the SQL Server Web Data Administrator at: http://www.microsoft.com/downloads/details.aspx?FamilyID=C039A798-C57A-419E-ACBC -2A332CB7F959&displaylang=en Overview The SQL Server Web Data Administrator enables you to easily manage your SQL
|
| different between .net framework and visual studio .net | 17 May 2004 01:30 GMT | 4 |
can anyone tell me what id difference between .net framework and visual studio .net I am totally new to this field so just wanted to clear my concept.
|