| Thread | Last Post | Replies |
|
| Visual Studio .NET Disks problem | 06 Sep 2004 18:15 GMT | 2 |
I recently downloaded VS.NET Pro 2k3 from my university server and its contained within 3 zip files. I have to extract install.zip to install, msdn.zip to install MSDN, and another tools.zip for other tools. I wanted to recreate the VS disks from which these were
|
| LNK1256: ALINK operation failed | 06 Sep 2004 17:05 GMT | 1 |
I'm creating a GUI using Windows Forms in C#. The application needs to call functions from a (unmanaged) C library. My solution is to create a managed C++ DLL that contains a wrapper class containing methods which make calls to the library, handling strings, etc. I could then ...
|
| WMI in .NET | 06 Sep 2004 16:35 GMT | 2 |
I am trying to use System.Management classes but it is not recognized. After writing "using System." it does not appear on the list and even if I write it give compile errors. Do I need to enable some functionality or add some plug-in?
|
| fileSystemWatcher | 06 Sep 2004 14:33 GMT | 1 |
does any body know what kind of Changes in Directory(not in a File) does the fileSystemWatcher catch ???. tami
|
| question regarding C#. | 06 Sep 2004 13:55 GMT | 4 |
I have class named Property: enum PropertyType { text,
|
| UIPAB & Load Balancing | 06 Sep 2004 13:53 GMT | 1 |
I keep losing session state when I store UIPAB state in the SessionStateObject. The asp.net session state object itself stores it's state in SQL server, I'm using cookieless session state. This strange behavior occurs in a load balanced environment consisting
|
| ASP.NET projects, VSS & IIS 6 | 06 Sep 2004 11:05 GMT | 13 |
My company is using VS.Net 2003 to create and maintain asp.net projects on a windows 2003 webserver. The projects are created as applications and subwebs, then via FPE 2002 extensions are added to source control -> External version control, $/path/to/site.
|
| .Net Sandbox? | 06 Sep 2004 11:00 GMT | 1 |
Is there a way to run an unmanaged application (NOT .Net) inside a sandbox created with .Net? I've seen apps that do this with JAVA, and I was wondering about doing the same thing in .Net
|
| Please Help ??????? | 06 Sep 2004 09:57 GMT | 1 |
I am posting this second time, Plaese Help. I am having a problem to open asp.Net project.The error which i am getting is Web Access Failed
|
| Creating popups | 06 Sep 2004 09:44 GMT | 2 |
Help! I’m trying to get popups to work in asp.net. I’m Using the following javascript code in a sub, but I can’t get the PopupWindow to work. At first I thought the routine wasn’t working but it is. It looks like it’s the window.open that’s not working. I have site popup ...
|
| Best way to get real-time data via web form | 06 Sep 2004 08:25 GMT | 1 |
I want to develop a web application that displays real- time data. I'm thinking that a typical web form would have between 25 to 75 values that needed to be updated every second or so. The original data source would be an
|
| Populating a Listview | 06 Sep 2004 07:42 GMT | 1 |
I am quite new to vb.net. I have been using VBA for years, but an having problems with populating a listview. I have tried many things, including snippets of code from some news groups with no success. I have even purchased a couple of books on vb.net and still do not have it ...
|
| Listview Item Collection | 06 Sep 2004 06:37 GMT | 1 |
I am using List view. I want to DELETE all selected items from the list view When Select Multiple items. How can I do that? Any one please help me
|
| vb6 and vb.net interoperability with interfaces | 06 Sep 2004 03:41 GMT | 1 |
I have a question about interfaces. I have written an interface class using vb6 but I want some of my VB.NET classes to implement it. Is this possible? If so, can you give me some ideas on how to go about it? Thanks.
|
| multithreading : two easy questions | 05 Sep 2004 21:56 GMT | 5 |
Howdy, 1- Are property reads in effect volatile? Or is the compiler allowed to optimize property reads away? ie class foo
|