| Thread | Last Post | Replies |
|
| Codecs | 03 Aug 2006 20:35 GMT | 1 |
This is not a .Net specific question but does anybody know how to tell what codecs are installed on a machine? Also - does anybody know what the default codecs are for Windows 2000/XP ? TIA - Jeff.
|
| Where can i get dotnet Modules for Numeric and Statistic? | 03 Aug 2006 20:22 GMT | 1 |
Is there a list somewhere with available .NET Modules, components, addin-ins ...
|
| Is MSbuild appropriate for automated builds of a large code base? | 03 Aug 2006 20:17 GMT | 3 |
I've got a source tree with over 100 projects, some depending on others and I'd like to set this up on an automated nightly build, or where devs can do private builds of the entire source tree to verify their code integration into the build before they check in.
|
| RichTextBox.Rtf to Html or HtmlTextBox? | 03 Aug 2006 19:36 GMT | 1 |
is there an easy way to convert RichTextBox.Rtf to html? what i need is TextBox that can display Bold, Italic, Underline and A/Anchor/Links and to allow to take/create html formatted text from that TextBox.
|
| User Controls not showing in ASP.NET page (described fully in msg) | 03 Aug 2006 16:23 GMT | 3 |
I have been experimenting with placing user controls (using Windows Forms controls) into an ASP.NET webpage - and am completely stuck. I can get a blank user control to work, but nothing beyond that. I have tried making a very basic test rig to isolate the problem, and have
|
| Display User control features on one form and not the Other!!!!! | 03 Aug 2006 15:49 GMT | 6 |
I have a User control that is used on two forms. I would like to enable certain buttons on one form and not the other. I presume I would put an If statement in the user control code. could anyone tell me how the if statement would read?
|
| IIS locks DLLs after deploying web site. | 03 Aug 2006 14:03 GMT | 1 |
I do not know why this happen, and it does not happen ALL the time, but it does happen on a fairly regular basis, and when it does, it causes real problems. If anyone can tell me how to prevent this, and moreover, how to FIX it, without having to
|
| Family Tree in asp.net | 03 Aug 2006 13:09 GMT | 1 |
I'm wondering if anyone knows about any dotnet project (site) concerning a family tree. I'm especially intrested in how to get down to such a project and use asp.net controls.
|
| WebClient DownloadFile over ssl / https | 03 Aug 2006 11:33 GMT | 2 |
Can anyone get this to work? All Im getting is the login html being downloaded. Would appreciate any help - my heads hurts Thanks
|
| Operators Inherited? | 03 Aug 2006 09:43 GMT | 5 |
I was led to believe that static methods were not inherited by their subclasses (and since that makes sense, rightly so). However, a subclass I've written is using it's (abstract) superclass's operators. How can that be when operators are always static?
|
| MSDN Library VS 2006 Juli (Disc 3619) - Instalation failed | 03 Aug 2006 06:20 GMT | 5 |
during the setup of german MSDN library VS 2006 juli (Disc 3619) the VS 2005 DVD was requested. I inserted both VS 2005 DVD German (Disc 3185) and English (Disc 3070) without success.
|
| Copy files between two web servers.. | 03 Aug 2006 00:46 GMT | 2 |
I posted this on the .asp group but believe this may be a more appropriate forum. I have a need to have a web server (windows based) grab files each week from a linux based server - hosted elsewhere. I cannot use UNC paths.
|
| Deploying .NET from a CD | 02 Aug 2006 23:27 GMT | 4 |
I have an application that I am giving to customers from a CD. Using the setup everything works fine but one thing. When the customer doesn't have .NET rather than having them go to the InstallURL in the Launch Conditions I am having them go to
|
| Microsoft Recruitemnt process for .Net certified resource | 02 Aug 2006 22:42 GMT | 1 |
what is the Microsoft Recruitment's procedure ? How many levels i have pass to join Microsoft as an permanent employee ? How much microsoft will pay/year( in $ ) for 3 yrs of relevant experience in MNC with MCSD certificate ?
|
| problem regarding threads, invoke and class libraries | 02 Aug 2006 21:48 GMT | 2 |
I have a class library with some classes... One of those classes fire events from a different thread. When I try to display the information contained in the event args of this event in my UI, it says I can't access my control's properties from a different thread... I wanted to ...
|