| Thread | Last Post | Replies |
|
| Problem with MessageBoxex that don't stay on the screen | 14 May 2004 18:47 GMT | 4 |
I have a rather large fat client program that is being one touch deployed by clicking a link to the exe on a remote IIS server. This client is doing .NET Remoting to a server that is hosted in the IIS that the client was just loaded from. Problem is that MOST (NOT all) of the ...
|
| Memory leak in .NET service on Windows 2000 | 14 May 2004 18:09 GMT | 1 |
We appear to have identified a memory leak in the .NET Framework using a service running on Windows 2000 platforms Using the .NET Development Environment we have created a standard C# Windows Service and added a FileSystemWatcher and a Timer object. When the timer fires (every ...
|
| Converting from byte[] to string and viceversa??? | 14 May 2004 17:57 GMT | 6 |
a simple question (if you know the answer) ... how to convert from and array of bytes to a string (and viceversa). I haven't the conversion to be simple .. but even using the Convert or the Encoding class I seem to be having trouble accomplishing it.
|
| Visual Studio 2003 and MSDN Documentation | 14 May 2004 17:27 GMT | 2 |
I have asked this in microsoft.public.vstudio.general, but that newsgroup seems to be dead. Is there a way to make Visual Studio connect to http://msdn.microsoft.com for documentation as opposed to installing the MSDN Documentation
|
| Serialization/Deserialization or XML as DB | 14 May 2004 16:48 GMT | 3 |
as a proof of concept, am trying create a web app w/ an XML file as a temp DB What is the fastest way to do serialization/deserialization? or maybe the better question would be how to efficiently
|
| Developing a graphical interface with .NET | 14 May 2004 16:38 GMT | 1 |
Dear Colleagues, we developed a huge application based on Visual Studio C++ 6.0 windows forms, basically this application is one component that belongs to one distributed system, and it's functionality is to provide resources that
|
| Client / Server 'Shall I put a sock(et) in it?' | 14 May 2004 16:30 GMT | 1 |
I'm sorry to bother you with this question but it was either this or giving up and trying to go for a simpler solution (which I will if this is not gonna work out..) I'm afraid this is way out of my league but then again why not give it
|
| Meaning of "[Delegate]" ? | 14 May 2004 16:03 GMT | 2 |
In the following VB.NET code, what is the meaning of "[Delegate]" ? Cannot find a reference for using "[]" 's. Thanks Public Sub New(ByVal [delegate] As GetWeatherDelegate, ByVal cityQuery As String Me.AsyncInvoker = [delegate Me.CityName = cityQuer
|
| How to make a pdf file from scratch by using .net? | 14 May 2004 16:03 GMT | 1 |
How to make a pdf file from scratch by using .net? Thank you. Regards, Angus
|
| Deserialize method that "loads" the class instance itself: how??? | 14 May 2004 14:46 GMT | 5 |
I've got an xml stream that I'd need to deserialize into an instance of a given class A. I'd like to create an instance method on class A (method Deserialize) that takes this XML stream as input and deserializes it "into itself" ... in other words I'd like it to "fill" the instance ...
|
| When to define static constructors and when are they implicitly called??? | 14 May 2004 14:22 GMT | 9 |
I was wondering when should static constructors be defined or are they even required??? Also, when are they implicitly called??? Bob Rock
|
| Multip[le Windows without MDI | 14 May 2004 13:51 GMT | 5 |
How can I cause a secondary window of an application to become active and have focus. I reviewed all the MSDN documentation but still can't seem to get it to work. Essentially I have an application and based on various menu selections I want to display different windows with ...
|
| smartnavigation | 14 May 2004 11:22 GMT | 1 |
I was told by another developer that smartnavigation=true would cure my page from flashing on the user. But when I set the smartnavigation=true then the events don't fire Should I just use jscript to complete these events or am I using smartnav incorrectly Steve.
|
| Transactions | 14 May 2004 11:11 GMT | 2 |
I have a C# method that performs the following types of transactions - DB transaction - DB transactions via another componen - non DB transactions such as file creation, ftp and emai
|
| creating .pdf files dynamically without 3rd party components | 14 May 2004 11:08 GMT | 1 |
Is there a way to save a page/some data(read variables) as a .pdf files without using 3rd party components? Any Sample code would be really helpful. Thanks in Advance.
|