| Thread | Last Post | Replies |
|
| Visual Studio 2005 for VB.NET 1.1 | 27 Mar 2006 13:40 GMT | 1 |
I already have a licenced copy of Visual Studio 2005 Standard, and I bought that to build Web Applications under the new version of the framework the 2.0 but now I got this Handheld device running under Windows CE that to manage
|
| Implemented interface methods are not available and do not show in Intellisense? | 27 Mar 2006 13:29 GMT | 2 |
I'm creating my own SortedList collection class that implements IDictionary, ICollection, and IEnumerable. The code compiles. I am writing a unit test to exercise it. I can create the object but none of the methods like Add are available. The only thing that shows in
|
| Enum as a Generics constraint - why doesn't it work? | 27 Mar 2006 10:43 GMT | 7 |
Hi Group. I would like to do the following: public static DecriptiveCollection GetValuesForDisplay<T>() where T : System.Enum
|
| Page state on postback | 27 Mar 2006 09:39 GMT | 1 |
This is a pretty straightforward question about postback, etc. in C# ASP.NET. I have 3 DropDownLists, each is bound to a SQL DataTable, created from 3 SQL queries. If the user makes a selection from a DropDownList, an
|
| migration from asp: better client or server-side code? | 27 Mar 2006 07:48 GMT | 10 |
I made an application in classic asp (reservation of books and video stuffs for students) and want to migrate to asp.net. The user has to chose a date, then pushung on a submit button. The whole day is then displayed in cels of a table. The user has then to click in a cel
|
| Playing the video n audio files | 27 Mar 2006 06:48 GMT | 1 |
I want to play audio n video files in my web application... How can I do this? Are there any samples..
|
| CLR 2.0 Sleep Call. | 27 Mar 2006 00:13 GMT | 3 |
Module written in 1.1 makes call to sleep. The declaration in the module is: Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Moved project to 2.0
|
| how to fingerprint a user's machine? | 27 Mar 2006 00:09 GMT | 4 |
i need to have a way to accurately 'fingerprint' an end-user's machine. the resulting 'fingerprint' needs to be a simple string-based value. currently, i have created the function listed below that i am using to do this. however, this appears to break down from time to time and i ...
|
| Using ManualResetEvent within a ContextBoundObject | 26 Mar 2006 23:57 GMT | 1 |
For some reason, I tried to create an instance of the ManualResetEvent class from the constructor of a class that derives from ContextBoundObject (for automatic synchronization purposes), and after the call to "new ManualResetEvent(false)" the watch window shows "undefied value" ...
|
| Compiler Error | 26 Mar 2006 23:56 GMT | 1 |
Why do I get an Identifier Expected Compiler Error in the following function Function SubmitUpdate(ByVal row As DataRow, ByVal cmd As OleDbCommand) As Integer Dim pc As OleDbParameterCollection = cmd.Parameters
|
| Error adding to the OleDbParameterCollection object | 26 Mar 2006 23:50 GMT | 2 |
Thanks for any thoughts on this I receive the following error when I run the code snippet below: An OleDbParameter with ParameterName 'CateroryID_New' is not contained by this OleDbParameterCollection.
|
| Updating access database | 26 Mar 2006 23:44 GMT | 2 |
Thanks in advance for any help. I am using code that is directly from David Sceppa's book from MS Press titled "ADO.NET". I have walked completely though the code and I find values are what they
|
| Copying a flash mem card, including boot sector. | 26 Mar 2006 23:44 GMT | 2 |
Is there a .NET framework call that will make an exact copy of the contents of a disk, including the boot sector if there is one? What I have is a Windows CE device that boots from a compact flash card. This device goes out to customers, where it runs a machine for them. I want
|
| Why use and what is project reference | 26 Mar 2006 17:06 GMT | 1 |
I use C# and VS 2003 My exe file is using several class dll If I have a class Dll called Test.dll that I want to add a reference to I use the add reference in project settings and select the.NET tab and then
|
| Altrnative to Bitmap.GetPixel | 26 Mar 2006 17:06 GMT | 3 |
I was playing around the other day trying and I was programing a little app that reads a image pixel by pixel and stores the color information to a string, from which I can later generate the picture back... The problem is that this is quite slow for larger images. So I was
|