| Thread | Last Post | Replies |
|
| Math Error in the .NET Framework 1.1.4322 SP1 | 16 Apr 2005 20:41 GMT | 4 |
I have discovered a math error in the .NET framework's Log function. If you use the overloaded method of System.Math.Log that allows you to specify the base to which the logarithm should be taken, the result is off in at least one instance. The problem here is actually seeing the ...
|
| What does this mean? (nested abstracts...) | 15 Apr 2005 19:47 GMT | 5 |
One of my friends asked if the followings have any meanings? '------------- Public Interface IRenderable Sub Render()
|
| displaying spaces in code editor | 15 Apr 2005 17:02 GMT | 1 |
Is there a way to toggle the option of displaying spaces / tabs as special characters in the VS.2003 code editor. Right now it only displays an empty space, for a blank, I want it to display a "." for each space.
|
| Start Up | 15 Apr 2005 16:58 GMT | 1 |
Im not sure if im posting in the right place , here is the problem , I have some code (written in .net) that is started up when the PC starts and runs forms full screen with no borders. The problem is that, the program is hooked up to a wireless network to the server, but if my ...
|
| Transpose Dataset? | 15 Apr 2005 13:24 GMT | 1 |
I have an aspx page that queries and displays data from an Excel file. However, the entries inside this Excel file are in columns instead of rows. Is there anyway I can "transpose" the dataset with ASP.Net? I know I can transpose the Excel file before uploading it, but I'd just ...
|
| Is sqldmo.dll freely redistributable? | 15 Apr 2005 10:49 GMT | 1 |
I am making a SQL Server management tool and I want to know if I can use SQLDMO and redist or if I have to do things the "hard" way. Thanks for the help, Tom P.
|
| Error: "Unable to start debugging on the web server. Access is den | 15 Apr 2005 09:30 GMT | 1 |
Can anyone help please??? Been banging my head on a wall for a few days over this. We have installed IIS, VS.net & ASP.NET on a Windows 2000 Server (SP4) and VS.net client on an XP and 2000 Pro client.
|
| Converting enum Keys value to string | 15 Apr 2005 06:48 GMT | 2 |
I am saving the enum value of specific keys to an xml file which i then need to get the string representation. I believe KeysConverter is there for that but i have trouble using it for my purpose. i want to give it a value and have it spit out its Keys equivilancy for
|
| USB port | 15 Apr 2005 02:36 GMT | 1 |
Is it possible work with USB port directly with .NET ?
|
| PrinterSettings.PaperSource | 14 Apr 2005 21:08 GMT | 4 |
Does anyone know how to switch trays(paper source) when printing a multi-page document? Here is some code I have tried, but I can never get the printer to grab from another tray during the print of a document. If I seperate the two calls
|
| whidbey beta 2 informations | 14 Apr 2005 19:14 GMT | 2 |
I've read that the beta 2 of whidbey will be disponibile at the end of this mounths Is it true??? Where Can I find more informations about this??
|
| MenuItem Name | 14 Apr 2005 17:08 GMT | 3 |
I need to find the Name of a MenuItem. Does anyone know how that is done? Thore Berntsen
|
| Exe launch it automatically when windows start | 14 Apr 2005 17:03 GMT | 3 |
I've an exe created with vb .net and i want to launch it automatically when windows start Do you know if there are alternative way to do it instead of put it in "automatic execution" or in the "run" Key?
|
| MVP please help - WSAENOBUFS problem | 14 Apr 2005 15:51 GMT | 1 |
My application uses System.Net.Sockets.Socket class (asynchronously) to implement record sharing. There is a central task that accepts two way connections from multiple clients. There are usually 20-30 sockets open at a given time, but possibly as may as 50-60. As the client uses ...
|
| What is the correct conection string for MSaccess? | 14 Apr 2005 15:09 GMT | 2 |
What is the correct connection string, for Msaccess Databases in Ado.Net? The Databases have Password, and locate in my PC. Thanks for all
|