| Thread | Last Post | Replies |
|
| Setting files/folders permission | 08 Jul 2004 10:52 GMT | 2 |
Hello, I'm just wondering if there are any .Net objects that I can use in the framework that set folders/files permission, assign quotas to users. Any suggestions/comments are welcome. Thanks in advance. Samuel
|
| The .NET Compact Framework | 07 Jul 2004 23:33 GMT | 1 |
I am quite new to .NET. I want to know wether I get The .NET Compact Framework SDK when I download .NET SDK. Can i write programs for windows CE with The .NET Compact. Do i need to download any simulators for Windows CE in order to run the developed programs. Thanks a lot,
|
| Need help with license compiler | 06 Jul 2004 16:23 GMT | 1 |
I want to use command line tools (csc.exe, lc.exe) to compile a C# program that uses licensed classes from custom assemblies. If I use classes from just one assembly, everything works fine. - Csc.exe compliles my source into an EXE
|
| MessageQueue.Receive access denied | 05 Jul 2004 11:12 GMT | 4 |
i wrote a simple app that creates and uses a private message queue. the Send completes without errors, however when i call Receive i always get a message queue exception saying access denied. the CanRead property is false. the messagequeue constructor does not ask for exclusive ...
|
| How to get absoulte path from relative path? | 04 Jul 2004 21:30 GMT | 1 |
Consider string containing relative path, may be with "\..\"and "\.\", with or without drive name, etc. I looking for API routine that converts that arbitrary filepath to full path,
|
| ASP_NET process | 02 Jul 2004 10:00 GMT | 4 |
Guys, I was wondering whether there was any way to differentiate the memory space of two different aspnet_wp processes. Unfortunately, they seem to show up as a single aspnet_wp process in both perfmon and the task manager.
|
| Net 2.0 and Visual Studio 2003 | 02 Jul 2004 08:02 GMT | 4 |
I just downloaded dthe new Net framework 2, beta 1 and I wonder if and hhow this can be integrated into Visual Studio 2003. I know that no new features will be supported intrinsically, but I would like to play around with the new classes a bit and compile my
|
| WNet functions in .NET??? | 01 Jul 2004 21:33 GMT | 1 |
In the .NET SDK, are there managed equivalets for the WNetOpenEnum and WNetEnumResource APIs? Thanks, Bill
|
| Socket Help (Client/Server App) | 01 Jul 2004 07:42 GMT | 5 |
I have made a client server app in VB.Net. I used Tcpistener in server app and TcpClient in client app. My server supports multiple clients. There is a separate thread for each client that connets to the server so they can exchange msgs. The problem i m facing is that when i ...
|
| WebClient - input type="password" | 01 Jul 2004 07:37 GMT | 1 |
What I am trying to is automatic bidding process in Ebay site... WebClient class can uploads form data easily. I have collected ebay url & form data to uploads.. Most of process is quite easy and simple. But ebay webserver send me your password is not valid...
|