| Thread | Last Post | Replies |
|
| Accessing Bitmap resource | 15 Oct 2006 16:24 GMT | 1 |
Visual Studio 2.0 / XP Professional with all service packs Assume the appropriate Using directives. The following statements work: ComponentResourceManager resources = new
|
| selection box with restricted item | 15 Oct 2006 15:49 GMT | 1 |
I have a combo box in a windows form that i want a user to select from the list of items How can i prevent the user from typing something apart from my items list in the combo box? Is there a better way or a better control to use??
|
| ToolStrip control in VS 2005 | 15 Oct 2006 15:38 GMT | 1 |
I am trying to use the ToolStrip control in Visual Studio 2005. I create a C# Windows application & add a ToolStripContainer control to the form with top, left, bottom & right panels visible. I have docked it to fill the form. Next I add a ToolStrip control to tje top panel of ...
|
| how to remove the default selection in combobox when its datasource is set | 15 Oct 2006 15:02 GMT | 1 |
when i add the datasource of combobox by default the first value is selected .. but when i use the Items.Add() then nothing is selected. how do i remove the default selection in combobox when its datasource is
|
| propertygrid - user selectable unit | 15 Oct 2006 14:37 GMT | 5 |
Using the propertygrid, is it possible to have a user selectable 'unit of measure' for a field. For example, I am looking at using a propertygrid for defining inputs into a calculation. Some of the inputs can be either monetary or
|
| DefaultValue of Custom control | 15 Oct 2006 14:33 GMT | 6 |
What's the correct syntax for the default value design time attribute, using classdiagram view and Custom Attributes dialog. For a boolean: DefaultValue(true)
|
| difference between method overridding and method over loading | 15 Oct 2006 13:53 GMT | 1 |
Please tell me the main difference between method overriding and method overloading Thank you
|
| sql injection prevention | 15 Oct 2006 09:01 GMT | 1 |
I have a question on sql injection attacks. I am building a tool that will be used exclusively by our other developers and will generate stored procs for them dynamically based off input from them. I wanted to add a "parser" functionality where based off the table and where
|
| Testing for references availability programmatically? | 15 Oct 2006 08:53 GMT | 2 |
I'd like to do the following: My main application is a .exe, that uses a .dll included as a reference in the project. I'd like to know if it's possible for the .exe to physically test the
|
| Mixed type Dictionary | 15 Oct 2006 08:42 GMT | 1 |
Is there any way to have a mixed type Dictionary object? For example something like: dictionary.Add(3, "foobar"); dictionary.Add("foo", 33444);
|
| Design information into xml | 14 Oct 2006 22:14 GMT | 2 |
Is it possible to get VS.NET 2k5 to export all design information into xml for dynamic user interfaces at execution time? I'm wanting to write some custom controls that can be highly configurable and the configuration data can be changed at runtime(for skinning effects)
|
| ThreadAbortException occurs when the child thread is in catch block{} | 14 Oct 2006 20:31 GMT | 6 |
If a childThread is in the middle of a catch block and handling an exception caught, the main thread calls childThread.Abort(). At that time a ThreadAbortException is thrown in the childThread. The question is: after the ThreadAbortException is thrown, does the childThread
|
| What is the system requirements to write RFID application using C#? | 14 Oct 2006 19:34 GMT | 1 |
What is the system requirements to write RFID application using C#?
|
| Remove items from list while enumerating | 14 Oct 2006 18:38 GMT | 10 |
I have a sorted list with several thousands items. In my case, but this is not important, objects are stored only in Keys, Values are all Nothing. Several of the stored objects (might be a large number) have to be removed (say when ToBeRemoved = true).
|
| Transactions and Active Directory | 14 Oct 2006 17:34 GMT | 1 |
I need to write an application that spans its transactions between SQL Server and Active Directory. Is it possible to wrap the code in a single transaction? Thanks,
|