| Thread | Last Post | Replies |
|
| On-Screen keyboard and numeric keypad | 13 Jun 2007 19:30 GMT | 4 |
I have to develop an on-screen keyboard and on-screen numeric keypad for a touchscreen UI. The hardest thing with this is that it has to be multi-lingual. Has anybody have ideas how to handle the strange characters of some
|
| Getting the Windows Password in an ecrypted form | 13 Jun 2007 14:35 GMT | 12 |
Hi NG, is there a way to get the Windows Password of a user in an encrypted form? In my logon process I want to check the current (windows) user and
|
| How to give a button click should uninstall the application itself | 13 Jun 2007 14:28 GMT | 1 |
I have a doubt, can we able to give an option(button click) should uninstall the application itself. I am using an .Net windows application. In that application we have a button(Uninstall) that should uninstall the application. Can we do this one.
|
| Object memory allocation | 13 Jun 2007 13:53 GMT | 1 |
Is there any tool that I could use to examine what objects are taking memory on the heap? I'm running into problems discovering which of my objects are not garbage collected and why. I think a Heap Analysis Tool would help.
|
| Version of .net framework used in Visual Studio 2005 | 13 Jun 2007 11:53 GMT | 1 |
Can any expert here tell me where can I specify the version of .net framework used in each project Visual Studio 2005 ? -- peter
|
| delete a file to recycle bin | 13 Jun 2007 10:04 GMT | 2 |
How do i delete a file to the recycle bin using vb.net 2005?
 Signature Sandeep Thoppil
|
| stackpanel is and autosizing a ListBox | 13 Jun 2007 07:55 GMT | 2 |
I have managed to make a ListBox where the scrollbar is replaced by up and down button with the code below: =========== <ListBox Width="100" Height="100"> <ListBox.Resources>
|
| WHEN to load assemblies dynamically | 13 Jun 2007 03:53 GMT | 8 |
I'm confused about WHEN to load assemblies dynamically. While I was studying my Win MCTS I did some practice with small pieces of code, but not understanding the WHAT FOR concept for it all: I will explain my little problem:
|
| RichTextBox RTF Hyperlinks | 13 Jun 2007 02:46 GMT | 1 |
I am using a RichInk Implementation for the compact framework and I am copying the PWI data over to the desktop and converting it to RTF format by streaming the data out using the RICHINK.dll library. The RTF data I retrieve out of the PWI data is the following:
|
| ContextSwitchDeadlock was detected | 13 Jun 2007 01:58 GMT | 6 |
I believe this is a framework level issue. I am not sure. Pls help me. Developement Evn: ================ Vb.net 2005( framework 2.0)
|
| Failure to get generic type SortedList in Type.GetType() | 13 Jun 2007 01:52 GMT | 3 |
Seems to be a specific failure with SortedList in getting type from name. Is this a problem with the .NET framework? When I run this line in the immediate window: Type.GetType(typeof(SortedList<double,double>).ToString(),true)
|
| How to detect what version of the framework you are running in? | 12 Jun 2007 23:53 GMT | 2 |
I cannot figure out how to detect what version of the framework my app is running under. If we are under 64 bit Vista there is a special registry subkey, ok great. But now I am getting reports from users that a Creative Labs
|
| log4net implimentation in a DLL ..??? | 12 Jun 2007 22:16 GMT | 1 |
Here is my problem: log4net works fine with my Client (Windows Application .Net 1.1) but does not log any thing when i use it in my server (Com+ DLLs). Does any one know why or how to make it work.
|
| Exporting classes to .Net world from a regular DLL | 12 Jun 2007 20:21 GMT | 4 |
I am writing a C++ library. I know that I can export classes through dllexport keyword. However, we also need this library to be accessible from .Net applications. Our original plan is to package it using COM. Is there a way to expose these classes without adding COM layer? ...
|
| Immediate Execution of Csharp Code? | 12 Jun 2007 17:36 GMT | 1 |
I want to let user type a line of C# code in a textbox and execute it. How can I do that? I need something like interpreter of C# rather than its compiler. I considered using CSahrp and CodeDom namespaces but they seem not suitable
|