| Thread | Last Post | Replies |
|
| Globalization & Custom Converters | 29 May 2007 07:47 GMT | 1 |
I have some enums that I want to convert to strings so they can be shown on the GUI (using Framework 3.0). The easiest way is using ToString() but that does not support multiple languages. I am familiar with custom converters of class objects but how do I achieve this for
|
| Thread or Web Service Callback | 29 May 2007 06:04 GMT | 2 |
I have to create a web page in .net 1.1 having controls whose actions are performed through AJAX, means user can do operation without any post back. In back end I defined a Ajax method which is called every time whenever a hit is made.
|
| Permissions exception saving app config | 29 May 2007 04:27 GMT | 3 |
I have some code for a .Net 2.0 winforms application which modifies the app's config file. The code works without error for me, but when another developer runs the same code in Visual Studio debug he receives a permissions exception on the statement config ...
|
| treeview control | 29 May 2007 01:45 GMT | 1 |
I need bind a Treeview control in my windows form with xml file and also,,, display icons for each tree node.... how can I acheive it?
|
| When i connect usb mass sotrage device, the mouse doesnt work | 28 May 2007 19:30 GMT | 1 |
I need serious help, when i connect any usb mass storage device, this includes my iPod and flash drives, the mouse stops working completley and i have to use the keyboard. Now this is probably the most annoying thing in the world because when i want to listen to things on my ...
|
| MS Visual Studio 2002 | 28 May 2007 14:43 GMT | 1 |
I am a developer in Australia looking to purchase a registered copy of VS2002. Can't seem to find it on the retail market and need it urgently.
|
| Monitor printers | 28 May 2007 12:16 GMT | 4 |
I have a problem google or these groups has not yet been able to provide an answer for, I could be missing something obvious. But I certainly hope not. I want to monitor all printer queues on the computer - and get a
|
| Reporviewer localreport margins | 28 May 2007 05:51 GMT | 1 |
Looking for Steven Cheng [MSFT] and Mr. Walter Wang... I have created rdlc files and when I load them into Report Viewer at run time they appear OK, If I click on 'Print layout' button on Report Viewer the view again appears unacceptable and clicking on 'Page setup' button the
|
| Converting to/from a string without regard to culture | 27 May 2007 20:54 GMT | 10 |
Does anyone know how to go about reading/writing a type to a file in a language (culture) independent way. For instance, let's say you're dealing with the native "System.Drawing.Size" type on an English version of Windows. You use the "TypeConverter" for this structure to ...
|
| XAMLParse Problems | 27 May 2007 18:33 GMT | 2 |
I'm trying to build a WPF project in Visual Studio 2005, I didn't type much code in the project, I just opened a new WPF Application template from Visual Studio and run it, however the resulting executable fails to run with this runtime error retrieved from Microsoft error ...
|
| Inheritance question | 27 May 2007 17:20 GMT | 14 |
My application consists of a single form with a panel on it. When the user selects a menu item, a UserControl is loaded onto the panel. All the UserControl forms are derived from ctrlForm.vb. I want to embed 4 Subversion keywords into each UserControl. Each of these keywords would ...
|
| Memory never released in SMO (when create database) | 27 May 2007 11:53 GMT | 12 |
I have a simple application to create an empty SQL Server database (no table) in C# trying smo. I believe I closed all connections and also forced garbage collection. Why did I see memory increased by at least 9M (from 17MB to 26MB) and never
|
| Threading question | 26 May 2007 23:18 GMT | 5 |
I am very new to threading. I am having trouble deciding on which object i should obtain lock. class MyClass {
|
| Sicurezza LocalIntranet | 26 May 2007 16:55 GMT | 1 |
Abbiamo un'applicazione sviluppata in VB.NET 2003 per il Framework 1.1 che risiede su di un server. I computer client lanciano l'eseguibile che si trova su una cartella di rete condivisa con permessi di lettura/scrittura.
|
| Different 2.0 framework for different country-versions of Windows? | 26 May 2007 16:55 GMT | 4 |
We're about to go international with a .NET 1.1 app and just read a KB article that says a country-specific version of the 1.1 framework redistributable must be used which matches the country-specific version of Windows that is being used (ie, if you use Hungarian Windows, you ...
|