| Thread | Last Post | Replies |
|
| How to make summary text for methods in VB? | 31 May 2004 02:56 GMT | 2 |
Recently i write some DLL and redistribute to other department in my company for their development. I would like to ask how can i make some comment be shown?
|
| Proposal to extend network classes | 30 May 2004 23:02 GMT | 1 |
Is there a place to send proposals to regarding extending the framework? In any case here is my proposal: 1) I would like to be able to get *and* set the socket in wrapper classes TcpListener, TcpClient and NetworkStream. Only UdpClient provides get and
|
| Dotnet architecture | 30 May 2004 13:36 GMT | 1 |
I am very new to dot net environment. Could some one guide me to simple architecture document site
|
| General access denied error adding user to group when impersonating | 30 May 2004 05:50 GMT | 2 |
I'm successfully impersonating an administrative user (using KB306158). I know it is successful because after the impersonation, the WindowsIdentity.GetCurrent().Name returns the admin credentials (before the impersonation it returns the logged-in user's
|
| Licensing Package in C#? | 30 May 2004 03:29 GMT | 3 |
Do you know of any freeware applicaiton licensing library wrriten in C#?
|
| IIS programming | 30 May 2004 02:32 GMT | 2 |
I'm looking for any docs (e.g. API) on how to programmatically read IIS configuration, create virtual sites, alter settings, etc. Thanks, -Oleg.
|
| Gracefully fail to start a service | 29 May 2004 18:58 GMT | 1 |
If my service fails to start, I'd like to notify the user and either display an error or direct them to check the event log to see more info. With Win32, you could return a non-0 number to the SCM during startup and a dialog would be displayed (by the SCM) showing the error number ...
|
| convert text encoded with character referense ({) to unicode or uft-8 | 29 May 2004 09:37 GMT | 1 |
Is there someone who has got some tips on how to convert text encoded with character referense ({) to unicode or uft-8 format using VB.net? Is there a function or something that can help with the conversion? To use a simple replace "this" with "that" is not an option since ...
|
| Missing methods etc. in derived classes | 29 May 2004 08:30 GMT | 2 |
I'm trying to understand class hierarchies in VB .NET. I'm designing an application where data come in textfiles from different sources and will be stored in a database. To avoid future problems the importdata must be well
|
| The specified domain either does not exist or could not be contacted | 28 May 2004 20:36 GMT | 2 |
I am new to .NET (and directory services) and I need to fill a drop down list box with the users of my company. I am trying to use the code shown below, but I get this error message when the line of code with the "For" statement runs: "System.Runtime.InteropServices.COMException: ...
|
| SmtpMail Authentication | 28 May 2004 19:41 GMT | 1 |
I am trying to send e-mails from a Web Forms application, using MailMessage and SmtpMail. Here is a sample code (pascal sintax): procedure TWebForm1.Send(From, To, Subject, Text: System.String);
|
| Screen Capture w/ Dual Monitors | 28 May 2004 17:23 GMT | 1 |
need some code for getting screenshots from the secondary monitor on dual monitor display. Here's a bit of the code for a screen from the primary monitor. Bitmap MyImage = new Bitmap(Screen.PrimaryScreen.Bounds.Width,
|
| How to change thread pool MaxThreads from default of 25? | 28 May 2004 16:35 GMT | 2 |
I know machine.config controls max threads for IIS but how does one change it for other .NET executables?
|
| Books on enterprise application. | 28 May 2004 15:05 GMT | 2 |
I am looking for good books on .NET enterprise application development, like architecture, design, security, etc. Does anyone have recommendations? Thanks,
|
| sample path | 28 May 2004 15:01 GMT | 1 |
I am using Visual Studio .Net 2003 and can't find the sample path %_WINCEROOT%\Public\Common\Oak\... where all samples and files are located which I need, according the documentation. Does anybody know what I have to install or download etc. to get this sample path Thanks for ...
|