| Thread | Last Post | Replies |
|
| Where's the FAQ? | 15 May 2005 17:25 GMT | 2 |
Is there a compiled list?
|
| Exam content | 15 May 2005 10:40 GMT | 4 |
Just needed some info on exams but didn't know where to post. Wanted to know what versions of .Net technologies are invloved in exams currently. Do i need to get familiar with VS 2005 & Framework version 2.0? These are Beta. Are Beta technologies involved in exams?
|
| .net framework 1.1 setup | 15 May 2005 03:53 GMT | 3 |
when i try and install this software it stops at 'time remaining 0 secs' saying it is registering system.enterprise services.dll
|
| Fetching a copy from a live server, need help | 15 May 2005 02:02 GMT | 1 |
I will describe this problem as best I can. OS win XP Visual Studio Net 2003 IIS 5.1 Local
|
| Serialization of multiple objects in same xml file | 14 May 2005 18:27 GMT | 1 |
is there a way we can serialize an object of add to an existing xml class ? so for example we serialize an objectA of classA and create a xml file xmlA . now we want to serialize objectB of classA and add to xmlA. is it possible n how can we go abt it??
|
| FileSystemFileWatcher | 14 May 2005 18:13 GMT | 1 |
I write an application. When one file is created in the specified folder, it runs one method (using SystemFileWatcher). I test my app carefully. But my customer report that: When copy file to that folder (that folder
|
| Cross Page Posting in .net 2 Beta | 14 May 2005 17:15 GMT | 1 |
I would like to do a cross post from one page to another, but I have two buttons on the main page, and I want the page receiving the post to determine which button has been clicked: <body>
|
| stupid question with VC# express | 14 May 2005 15:01 GMT | 1 |
I have downloaded a project with plenty of folder with plenty of (C#) files. I navigate to a file through Show definition -> Show definition -> Show definition -> etc... Now I want to rename the file.
|
| [newbie] Monitor | 14 May 2005 13:21 GMT | 2 |
I've read that I can only pass references to monitor objects - but how can I do that? I just wanted a .net equivalent to the C++ CCriticalSection class. How can I declare a dummy reference to any object (I don't intend to use at all) to create a section of my code that is only ...
|
| Memory Management | 14 May 2005 09:10 GMT | 10 |
I have an .NET application that calls a DLL compiled with a fortran compiler. Users are having a problem that the fortran DLL complains that is unable to allocate memory when the arrays it is using are too big. After reading around I decided that increasing the MaxWorkingSet for ...
|
| Tone generation | 14 May 2005 07:50 GMT | 6 |
Does someon know how to generate a sinusoidal tone? Thanks in advance!
|
| building your own Framework: why?? | 14 May 2005 07:48 GMT | 3 |
Some time ago I spoek to a guy who proudly announced that his company build their own Framework tu be used as a base for their .NET-applications for their customers. In my new job somebody suggested me to do the same. But what the heck do they want to do with that? They both did ...
|
| Format numbers e.g. 1 -> 1st, 12 -> 12th, 23 ->23rd | 14 May 2005 07:48 GMT | 6 |
Is there anything in the framework that will format a number's 'order' suffix - to make it the Nth Regards Lee
|
| Problem with FileSystemWatcher not firing the created event in a Windows Service | 14 May 2005 06:59 GMT | 2 |
I have the following snippet of code from my windows service which has a FileSystemWatcher component that monitors a particular folder.As soon as new files are dropped into this folder the event handler for the created event has code which inserts the name of the file into a ...
|
| CultureInfo UseUserOverride short time format not available W2K | 14 May 2005 02:29 GMT | 1 |
I am created a WinForms app on Windows 2000 and I would like to format the time using the custom format string I have specified in the control panel. I have the machine set to English (United States) and the time format is HH:mm:ss. I'd like to use a short time format string (e.g. ...
|