| Thread | Last Post | Replies |
|
| How to create user control which also acts like a radio button? | 15 Jun 2007 21:26 GMT | 2 |
I am creating a user control which has a radio button and few other controls. I would like the user control to behave like a radio button, in the sense when added to a container radio button on only one of the user controls should be selected at any given point of time. I am ...
|
| Problem trying to trap key down event on WinForm.... | 15 Jun 2007 21:21 GMT | 1 |
If you create a new C# Windows Application project in Visual Studio.NET 2003 or 2005 and proceed to. 1. Make default form size 800x600 2. Drop a CheckBoxList control and dock it to the left
|
| document the code | 15 Jun 2007 19:26 GMT | 1 |
hey all, i'm trying to document some syntax by pasting it into word and i was just wondering if there was a way that when i paste it into the doc it retains the syntax color coding and/or font?
|
| Missing DLL Source Code | 15 Jun 2007 19:05 GMT | 6 |
I am working on a project where the source code for a dll is missing. The dll is used all over the project. I registered the DLL with the server but when I try to use I am getting an error: "Data source name not found and no default driver specified "
|
| IAsyncResult question | 15 Jun 2007 18:29 GMT | 2 |
I don't actually have a need to do this right now but was wondering... I also assume the answer to this is going to be no but.... thread 1 calls an async socket.beginReceive() method which returns an IAsyncResult. So at that moment thread 1 has this IAsyncResult. If the
|
| Can we install dotnet.framework for a limited user in Windows XP? | 15 Jun 2007 18:18 GMT | 2 |
Is it possible to install dotnet.framework for a limited user in Windows XP? Thanks!!!
|
| docking control | 15 Jun 2007 18:16 GMT | 1 |
i start using .net3.0 on vista. on net1.1 and 2.0, i used a 3 party .net user control lib to implement a gui with dockable panels like the solution explorer panel in visual studio. in .net3.0 i see a ToolStripContainer, TableLayoutPanel .. class.
|
| Combo autosize dropdown lf/rt? | 15 Jun 2007 17:07 GMT | 4 |
The code below goes into the dropdown event handler for a standard combo box. It makes the dropdown as wide as the widest text entry. Unfortunately, this combo box is on the right edge of the screen, so if the user has a really wide entry, the dropdown expands off the right edge ...
|
| xmlserializer - serialize float cultureinfo | 15 Jun 2007 16:53 GMT | 1 |
I'm using the XmlSerializer to generate Xml-Files of my classes. I do have some float's and double's that also should get serialized. At the moment, XmlSerializer generates something like the following for float numbers:
|
| Generic interface member | 15 Jun 2007 16:31 GMT | 3 |
Today I ran into an issue using interface and generic list. Here is a sample of code to illustrate the issue. I have two interfaces and two concrete classes (simplifed for sake of simplicity)
|
| multithread in an application WEB? ?? | 15 Jun 2007 15:48 GMT | 7 |
Hi friends, So that you would use multithread in an application WEB? Thanks Cesar
|
| Event Handling With Dynamic ToolStripMenu | 15 Jun 2007 15:46 GMT | 2 |
The following method adds items to a toolstripmenu named colums public void AddColumnMenu() { foreach (ColumnHeader column in messagesListView.Columns)
|
| confusion regarding 'Installing Executables to to Global Assembly Cache' | 15 Jun 2007 15:18 GMT | 3 |
I read some where that in 2003 you could not able to install application assemblies in GAC.In Visual Studio 2005 you can even add application assemblies to the GAC .You can install Exe to GAC. But i tried with creating small console application and set strong
|
| What is the main Difference with BizTalk 2006 and Framework 3.0. | 15 Jun 2007 14:57 GMT | 5 |
My understanding is BizTalk 2006 is the rolls royce of Workflow where Framework 3.0 has some of the components. Is this true? Is there some documentation that shows the differences?
|
| int n = default(System.Int32); | 15 Jun 2007 14:54 GMT | 6 |
what does "default" here mean? What is the MSDN Library Help URL related to this explanation?
 Signature Regards
|