| Thread | Last Post | Replies |
|
| Clearing A PictureBox | 21 Oct 2005 22:48 GMT | 1 |
I have a PictureBox on a windowsform. I scroll through the data using 'Next/Previous'. Some of the data does not have images associated with the data. I would like to clear the PictureBox before scroll. Can someone tell me how to do this?
|
| Basic Control Question Please. Dont forward me To ASP.NET Security Forum | 21 Oct 2005 21:30 GMT | 1 |
We Have a solution with some odd 19 or so projects one of which is a ASP.NET E-Commerce web site. The remaining projects support same in some way or another. Customer Support, Order Tracking,, whatever...
|
| "Ensure that the file is a valid .Net Framework assembly. | 21 Oct 2005 14:15 GMT | 5 |
I've got a dll project containing a set of windows forms user controls. I'm trying to add an inherited control, but I keep getting the following error: "Unable to load assembly '<my assembly>'. Ensure that the file is a valid .Net Framework assembly.
|
| Treeview events | 20 Oct 2005 14:51 GMT | 1 |
A treeview control as 60-70 events to pick from. I don't which one is the best to use. Private Sub CatalogTree_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles CatalogTree.Click
|
| problem with a Timer control | 20 Oct 2005 08:59 GMT | 8 |
I want to update the time displayed in a label named lblTime on a Form called MainForm, using a Timer control. I have tried different echique I saw on the MSDN with nothing but errors, I would be very grateful for a pointrer in the right direction.
|
| ReadOnly RichText in .Net 2.0 | 19 Oct 2005 06:35 GMT | 5 |
I have a readonly RichTextBox control that displays information to the user but does not allow the user to modify the contents. When I switch my control to VS 2005, when the control is marked as read only it is displayed gray which didn't happen on earlier versions. Is there a ...
|
| Multipage control | 19 Oct 2005 02:31 GMT | 8 |
Is there a .NET Multipage control as there was in the past? I'm not sure if this control was restricted to VBA (e.g. see MS KB article PSS ID Number: 829070, Multipage control section) or could be used in general windows development. I've noticed that an ASP .NET Multipage ...
|
| Available values for some object type property in custom component | 18 Oct 2005 20:56 GMT | 1 |
The situation: I have two components ComponentA and ComponentB. public class ComponentA : System.ComponentModel.Component { private ComponentB b;
|
| ListBox Problem in VS2003 | 18 Oct 2005 18:53 GMT | 7 |
Hi, I am having very strange problem. I am confused, since I believe that I did this before and it worked properly. My problem is simple, I am trying to add items to listbox with (ListBox1.Items.Add("blabla")). Or with manually adding items under properties of this control. Once ...
|
| Locked controls | 18 Oct 2005 18:05 GMT | 1 |
Is there a way to associate a label control with a textbox? I need to find an easy way to align controls.
|
| Listbox problem | 18 Oct 2005 16:04 GMT | 5 |
I want to do the following: 1. Get a list from a table into the listbox, with a displaymember and a valuemember. 2. Then I want to add one row;
|
| Rectangles w/ LineCap.Round | 18 Oct 2005 01:43 GMT | 1 |
I'm getting lost in my code so hopefully someone can help me out of this maze. I've read the previous post on 'Round Borders Rectangles' and viewed the links. What I'm trying to do is replace an existing form button with a rectangle
|
| How to use Progress bar in windows application | 17 Oct 2005 16:07 GMT | 1 |
I'm new to windows application. I want to know how to use progress bar in my windows application - C#.net Thanks in advance. Gomathi
|
| Tabbed Dialogs | 17 Oct 2005 14:41 GMT | 1 |
How do I do tabbed dialogs on a winform? Do I use panels?
|
| Using a datagrid as a playlist | 17 Oct 2005 08:05 GMT | 4 |
I'd like to use the datagrid as mediaplayer-style playlist. I mean that I want to move rows around in the datagrid by drag & drop (changing the order). I hope someone can help me with this issue. An option would also be to use the playlist of windows mediaplayer component in my ...
|