| Thread | Last Post | Replies |
|
| problem with unicode | 16 Mar 2006 23:36 GMT | 10 |
Hi all I brought a string from a .txt file which was saved like utf-8. In the .txt file i have this string "frédéric".My problem is that when i read this file .txt,the bytes of é are like this : 101,180.
|
| Is there a good reason that Decimal does not have Ceiling() method, only Math class has? | 16 Mar 2006 23:36 GMT | 1 |
Is there a good reason that Decimal does not have Ceiling() method, only Math class has? Thanks!
|
| default button in child page? | 16 Mar 2006 22:33 GMT | 1 |
I have a master page that has a button on it that is included on all of it's child pages. On one of the chile pages, there is a login control. I would like to have the login control become the default button when that page is in use. Currently, if a user tries to log in, when ...
|
| Questions about deploying a service | 16 Mar 2006 22:28 GMT | 1 |
I am creating a service that uses a few assemblies that are already existing...yet constantly being updated. I need to be able to use these libraries. Basically, I want to deploy my service on SERVER A that has SUPERWIDGET assemblies
|
| Threaded UI | 16 Mar 2006 21:12 GMT | 4 |
I've got a situation where I need to display a modal dialog from within a background processing thread. The problem I'm having is that it needs to display as a modal window to the thread's parent GUI app. When I try this I get a pseudo-modal dialog (more like a top-level ...
|
| Support for writing to CD or DVD | 16 Mar 2006 19:54 GMT | 1 |
Does anyone know of any support for writing to CD or DVD in .Net. Thanks
 Signature Richard
|
| How to add sub-directories to the target machine in a .NET setup project | 16 Mar 2006 19:03 GMT | 4 |
Please could someone tell me how to add sub-directories to the target installation directory when during a .Net setup project installation. I have added a setup project and my application EXE and DLLs are all OK, but I cannot get my installer package to add additional items.
|
| http://msdn.microsoft.com/wn3/aspx/postui.aspx?&guid=&sloc=en-us&d | 16 Mar 2006 18:26 GMT | 1 |
Is there any way from C# to know details from the operating system, specifically a way to know if the assembly is running on a 64bit operating system or 32bit, if it's 64bit also know if it's Itanium or x64, without making WIN API calls.
|
| my supervisor won't let me make my website in .net | 16 Mar 2006 14:30 GMT | 17 |
I have redesigned our official public government website in .net and it has taken me a few months to redo. I have been the sole designer of the website from its humble beginnning a few years ago when no one wanted to even mess with it. Since then I have been steadily maintaining ...
|
| VS2005 to 1.1 framework | 16 Mar 2006 12:05 GMT | 5 |
Is it possible to have VS2005 compile code for the version 1.1 Framework? All my users have the 1.1 framework and I'd like to not install the 2.0 framework. Thanks,
|
| Checking for Radio buttons | 16 Mar 2006 11:31 GMT | 3 |
I have an application with 177 radio buttons on a screen (Don't ask!). Is there a simple want to excute a sub when any of them are checked. Thanks, Michael
|
| Understanding of Dispose() | 16 Mar 2006 10:59 GMT | 1 |
When Windows.Forms.Form procceds Dispose(), do it dispose all child controls and fields? I have Form variable Image which is connected to opened MemoryStrem (also Form field)
|
| drawing ... | 16 Mar 2006 10:05 GMT | 1 |
If I draw something in the picturebox picturebox1.creategraphics.drawline( .... And my drawing is finished.. how can I save it to a file ? thank you
|
| problems deploying project using ClickOnce and visual studio 2005 | 16 Mar 2006 09:08 GMT | 1 |
Im triying to create an installer using ClickOnce and visual studio 2005. This works fine on my computer, but as soon as i start the created installer on another pc I get the following message: "Unable to install or run the application. The application requires that assembly ...
|
| Method return type of a methond that returns different object types | 16 Mar 2006 08:30 GMT | 2 |
I have a function in C3 that returns different object types depending on the paramter passed. What is the best way to declare the return type if the objects types doesnot have a common parent class. Can I use System.Object as the return type?
|