| Thread | Last Post | Replies |
|
| Bitmap.Save and PNG Filesize | 28 Apr 2006 15:44 GMT | 1 |
hey all, Does anyone happen to know how to get .net to save a PNG with a resonable filesize The scenario...
|
| How do I change installation folder in Clickonce deployment - Please Help!! | 28 Apr 2006 14:43 GMT | 2 |
My Click once is installing the application in the user local profile folder C:\Document and Settings\username\Start Menu\Programs\ I dont really want startmenu shortcut.
|
| NumberFormatInfo - currency symbol on the left?? | 28 Apr 2006 12:30 GMT | 2 |
I've got a web app where i need to show values in specific currencies. for the session i create a Customised CultureInfo which is derived from the culture of the browser, for example, french-france (fr-FR) they display their currencies like 23,22 EUR (symbol)
|
| DataSet.WriteXml() | 28 Apr 2006 09:35 GMT | 4 |
I'm using the WriteXml method of the dataset to transport data between distributed applications. I'd like to use both XmlWriteMode.DiffGram and XmlWriteMode.WriteSchema in order to package updates of rows and the schema of the dataset.
|
| Unit Test / Config File / Logging Application Block | 28 Apr 2006 06:19 GMT | 3 |
I'm trying to write some unit tests to prove that I understand how the Logging Application Block works. I trying to write a test that updates the config and then writes a log. But this is failing with the message "The configuration section for Logging cannot be found in the ...
|
| Need help with Generic delegatges, event handlers and methods. | 28 Apr 2006 06:07 GMT | 2 |
I'm trying to learn how to use generic delegates, event handlers and methods. To do so I built a small sample Console app to see how this can work. I got it working using the EventHandler<T> from the system name space but with out using a generic method to pass into my delegate ...
|
| Load an object reference onto the stack ??? | 28 Apr 2006 02:46 GMT | 12 |
I have a class CodeGen in which GenerateILBody is a method that uses ILGenerator.Emit to create the IL code as method body for a dynamic method DynMethod. GenerateILBody at runtime must call another method CallBack of the class CodeGen.
|
| Question on ConfigurationElementCollection design | 27 Apr 2006 22:28 GMT | 7 |
I have 2 questions on using element collections when building a custom section handler. I'm using the "declarative" model and I can post the code if necessary. Basically I'm following the example described here: http://msdn2.microsoft.com/en-us/library/system.configuration ...
|
| New messagebox/error dialog? | 27 Apr 2006 21:44 GMT | 3 |
Has anyone here used SQL Server Management Studio (2005) and seen the new messagebox that comes up when there's an error? It's really nice, with buttons along the bottom for accessing the help links and getting the extra details from an Exception.
|
| How does one disable the CrossAppDomain channel? | 27 Apr 2006 17:10 GMT | 5 |
Anyone writing a custom channel (which we have), needs to be able to disable the CrossAppDomain channel if they want to unit test their code on a single machine. If you don’t disable the CrossAppDomain channel, then it will take over same-machine remoting calls (after ...
|
| Wrapping/Using Unmanaged Enums | 27 Apr 2006 15:05 GMT | 1 |
Many in this group have dealt with converting unmanaged enums to managed ones, but my problem is slightly different. I am created a wrapper for an unmanaged class that uses several enums and contains functions that take whole enums as inputs.
|
| NEED HELP....Error while debugging a solution | 27 Apr 2006 14:04 GMT | 5 |
I've create a simple solution into my pc that read some data from an Access DB and send them via WebServer to another DB. When I try to include a WebService into my solution and run it in debug mode, this dialog box appers
|
| Dowloading through webrequest class | 27 Apr 2006 11:02 GMT | 4 |
I have written a class to download pages and files from the internet. The code is like below if (WebResp.StatusCode != HttpStatusCode.OK) { // throw error }
|
| Uploading files to two servers at same time | 27 Apr 2006 10:47 GMT | 3 |
Our .Net Website is using 2 servers and the load balancer pointed to servers according to their load. Think now i m in first server and i upload a file to the server, next time i refresh it goes to the next server but the file that i uploaded
|
| Multiple observers -- panels | 27 Apr 2006 10:45 GMT | 1 |
For some reason I am having a problem notifying multiple observers of an event. Here's the basic idea: MyForm contains two panels LeftPanel and RightPanel (both inherit Panel). The left one is has a treeview and the right one will have
|