| Thread | Last Post | Replies |
|
| Telling when a method has finished | 31 Aug 2004 21:39 GMT | 9 |
Is there any way to tell when the method you're in has exited? This would be handy for things like: Sub LongProcess() 'code
|
| n-tier Architecture and IIS | 31 Aug 2004 20:43 GMT | 8 |
I'm trying to set up Single Sign On authentication between several web apps on our site. I'm thinking of doing this in an n-tier design with some kind of COM object keeping track of session information, etc. If I were to use a COM object that resided in IIS outside of my web
|
| MonthCalendar and SP2 | 31 Aug 2004 20:39 GMT | 1 |
On each computer where I have SP2 installed, MonthCalendar changes it's width. Is there any cure for this?
 Signature Pozdrav,
|
| SP1 generated an exception that couldn't be handled | 31 Aug 2004 19:50 GMT | 1 |
It wouldn't install. I have version 1.1.4322.573. Thanks for any help.
|
| UTC/GMT dates... | 31 Aug 2004 19:28 GMT | 1 |
I am developing an application that is used in Spain and USA. That application saves its information in a MSSQL server, some tables have a date field, I am thinking on setting those fields to use UTC date (using GETUTCDATE() when filling them).
|
| windows service api | 31 Aug 2004 19:21 GMT | 1 |
Hi all, I have been assigned the task of writing some code in .net in the form of an .aspx page to restart a problematic Windows Service. Any pointers as to where I need to start looking? The service is one of the MS services and all I need to do is restart the service.
|
| Renaming log file that is being read | 31 Aug 2004 18:20 GMT | 2 |
I have a server using the .NET Framework 1.0 that writes logs onto the end of a text file. When the log file becomes full, it renames the log file then creates a new file and writes logs into that file until it too becomes full.
|
| PrinterDialog | 31 Aug 2004 18:00 GMT | 2 |
I am trying to get the collate setting from the printersettings member of the printdialog. Currently i can set the collate member to true, and when i display the PrintDialog the checkbox will be checked.
|
| Shape Files | 31 Aug 2004 13:08 GMT | 1 |
In my coding of ESRI Shape files I read the pdf document available and i tried the coding of my own but I was unable to get even any one of the shape file while i'm checking the output.I tried my level best but really unable to get the output.So readers I'll be very thankfull if ...
|
| Inheriting Static/Shared Fields and Properties | 31 Aug 2004 12:35 GMT | 1 |
I'm x-training to .NET at the moment from Java. I have a question regarding how to implement in .NET the following Java feature. In Java interfaces it is possible to define static final fields (and assign values to them) - these fields provide constants that can be exploited by ...
|
| Impersonation in a console (or Windows) app | 31 Aug 2004 11:32 GMT | 2 |
I have googled around and searched hell and high water for this but does anyone know how to set up impersonation in a console app (or a windows app). I am used to ASP.NET and have traditionally used the web.config file like this
|
| Windows Service /Thread Conundrum | 31 Aug 2004 09:35 GMT | 1 |
I have an application for which the main thread apartment threading must be static. This is since it calls a DLL which if I switch to MTAThread it is very slow, and cannot run in a thread as static. Now I want to change my console app to be a windows service and when
|
| frontpage server extensions with .net framework | 31 Aug 2004 08:41 GMT | 1 |
I have one win2k server ( iis 5.0 ) , 512 MB RAm single processor . we had to host few sites requiring asp.net support and asp , so in hurry i configured the server with win2k iis 5.0 , .net framework installation and asp.net was registered with iis also.
|
| changing user in a windows service | 31 Aug 2004 08:34 GMT | 2 |
I have deployed a windows service, that starts with Local System account. In some particular situations, I need to change the account for the service. I don't want to tell the user to go on \Control Panel->Administrative Tools->Services ecc..., but I want to show a dialog where the ...
|
| TCPClient -form.show | 31 Aug 2004 08:27 GMT | 2 |
I've been using the "Advanced .NET Framework (Networking) - Use Sockets" example that comes with the "Visual Basic.Net Resource Kit". This works perfectly fine and i learned alot from it. However i'm having a problem with showing a Windows Form in the
|