| Thread | Last Post | Replies |
|
| Add satellite assemblies to a signed assembly??? | 18 Oct 2005 14:34 GMT | 2 |
Is it possible to add a satellite assembly containing resources with localized strings to an existing assembly that has been signed with a unknown private key? My problem:
|
| Form level OnMouseLeave | 18 Oct 2005 14:05 GMT | 6 |
I'm overriding OnMouseLeave at Form level: protected override void OnMouseLeave(EventArgs e) { this.Close();
|
| RadioButton: the Click event was raised unproperly | 18 Oct 2005 13:08 GMT | 6 |
Control :RadioButton Description: the RadioButton's Click event was raised even the Checked property is changed Programmatically in constructor. Step 1. Create a new C# Windows Form project.
|
| Delaying control repaint. Is it possible? | 18 Oct 2005 11:50 GMT | 1 |
Using a foreach, I want to iterate (make visible) all the tabpages of a tabcontrol, in order to activate the databinding of the controls in each tabpage. Is there a way to delay/disable the repainting until the iteration is done,
|
| Text Box Validation - prevent a blank entry | 18 Oct 2005 09:27 GMT | 1 |
I have a form with several text boxes on it. Each test box requires some validation ... for being numeric etc. and I am successfully using the Validating and Validated events of each text box and an ErrorProvider to achieve this...
|
| Printing the entire UserControl - as is.. | 18 Oct 2005 08:20 GMT | 1 |
In my windows application, I have a form and I placed an UserControl on the form. I placed lot of edit controls on the UserControl. Is there a way to print the entire UserControl just as it appears on screen? This is something similar to Print Screen functionality, which
|
| any one who knows some website about the socket with cshap.net ? | 18 Oct 2005 07:06 GMT | 2 |
I want to learn socket programing in .net ? any documents about this ?
|
| Dragging icons in a ListView | 18 Oct 2005 04:07 GMT | 1 |
I still cannot believe there isn't a standard property (or set of properties) that would allow me to drag, move and rearrange icons in a standard ListView .net control! I was trying different combinations of properties (like AutoArrange =
|
| Communicate UNIX from c# | 18 Oct 2005 04:05 GMT | 15 |
How do i communicate between C# and Unix? The scenario is as follows. I have a C program residing in UNIX box that does complex calculations and returns a result. I need to invoke this C program residing in the Unix box from Windows Client C# application through a button click ...
|
| Add controls to taskbar (like Google Desktop Search box) | 17 Oct 2005 22:32 GMT | 1 |
I was wondering if there's any way to create a toolbar that docks on top of the windows tast bar and shows up in the "toolbars" list. I noticed that Google Desktop Search has an option to add a search box to the taskbar (fully dockable/floating etc), so it looks like it must be
|
| System.Drawing.Color enumeration | 17 Oct 2005 21:37 GMT | 1 |
not sure if this is the correct forum for this, but anyway - how do I alter the alpha channel of one of the System Colors? For example, if I want System.Drawing.Color.Blue, but with an alpha value of 100, how can this be done? Thanks in advance!
|
| ClickOnce server deployment for Intranet App | 17 Oct 2005 21:17 GMT | 3 |
I am trying to use ClickOnce Deployment technology. I have published it on my System(Test Machine) and it works great. Now I want to put it on the main web server which I cannot access from my machine. So I copied the files from the Inetpub\wwwroot\ directory to the
|
| ComboBox databindng Problem | 17 Oct 2005 19:37 GMT | 28 |
ComboBox databindng Problem == How the ComboBox is setup and used: My comboBox is populated by a lookup table. The ValueMember is the lookup table's Id and the DisplayMember is the text from a
|
| MDI form question. | 17 Oct 2005 16:15 GMT | 2 |
I have a MDI container form that l load client forms into. When I set the FormBorderStyle to None before calling show on the client form, I can resize the container form and if there are unseen areas of the child, it shows the horizontal and vertical scrollbars (that's fine).
|
| ComboBox autofiltering items - using RowFilter | 17 Oct 2005 15:31 GMT | 2 |
I need a help from you. I would like to do an autofiltering ComboBox. There is a ComboBox as DropDown style and its items come from a DataView. Well, when user types on that control (Text property) it should filter the rows inside using the
|