| Thread | Last Post | Replies |
|
| RichTextBox | 05 Apr 2005 06:05 GMT | 2 |
In VB6 we used to have a property called OLEObjects on RichTextBox. I used it to make my richTextbox not accept OLE objects when user tries to paste. Code something like following:
|
| datagrid colum's nulltext property displayed in column when field not null | 05 Apr 2005 03:28 GMT | 3 |
I have a record displayed in datagrid and 2 columns says the text i've designated as the nulltext for those columns, but when i look at the data in the db, those values are listed there. is there some issue/bug that can be causing this?
|
| Inherited User Control + Subclassed components + Dissapear after build!!!!!!!!!!!!!!! | 05 Apr 2005 02:39 GMT | 1 |
I have 2 components. 1) A User Control with a subclassed infragistics label docked at the top and a panel filling the rest. 2) A subclassed infragistics textbox control I create a new component inherited from #1 above and then I drag my #2 (textbox control) ...
|
| Cannot set form background image | 05 Apr 2005 01:57 GMT | 3 |
I recently started using VisualStudio.Net for the first time. I started a project and created some forms to gain an understanding of how to use C#, Visual Studio, and the .Net framework. One of the first things I did was to create a non-standard window with
|
| Passing Information/address form properties - VB.NET | 05 Apr 2005 00:55 GMT | 4 |
I have a basic question about how do you change the information on a Form from another Form, not a dialog. Example: I have a MDIform which is the startup form for the project. I call a child form to put in setup information which is written to the
|
| Background process as delegate | 05 Apr 2005 00:25 GMT | 1 |
I have a winform that will start directly from the scheduler. The program will perform a batch process and put status messages on a winform. I start up the back ground process as a delegate directly in my winform constructor after InitializeComponent();.
|
| Tray application still displays window (sort of) | 05 Apr 2005 00:20 GMT | 1 |
I have an applicaiton that is supposed to run in the system tray but on some PCs there is a grey panel displayed. It's not a complete window but just looks like the grey background of the window. Why does this happen and how do I get rid of it?
|
| WYSIWYG Editor | 05 Apr 2005 00:09 GMT | 2 |
I am looking for Wysiwyg Control for one of my projects - under C# windows forms Framework 1.1 Any thing simple and easy to implement. Thanks
|
| Modaly Load A Windows Form User Control From Another Windows Form User Control - Sort of like a popup. | 04 Apr 2005 23:45 GMT | 1 |
I think I'm going brain dead on this one. Can someone give me an idea on how to do this? Some sample code would be helpful.
|
| DataGrid simple question | 04 Apr 2005 20:53 GMT | 1 |
It is probably a very simple question, but I can't find a right DataGrid property that prevents the user from adding new rows. Of course the 'ReadOnly' property does it, but the grid cannot be read only, since the user should be allowed to edit existing rows.
|
| Drag a tree view node on to a richedit | 04 Apr 2005 16:27 GMT | 2 |
I want to be able to drag a treeview node, drop it on to a rich edit box and when that event occures, insert some text into the rich edit at the location that the node was dropped. Possible? Any hints on how to do this, as I'm not sure where to start.
|
| Colour of Tab control tabs | 04 Apr 2005 16:06 GMT | 2 |
I know how to change the background colour of a tab page, but the actual tab itself stays grey. In fact the whole bar in which the tab is in stays grey. I would like to be able to change both the tab and the tab bar.
|
| fonts | 04 Apr 2005 11:45 GMT | 1 |
anyone know a simple way to make a font property persist for a custom control? cheers dave
|
| How can share the value between more Windows Forms ? | 04 Apr 2005 08:34 GMT | 1 |
Where the user input there Login Name and Password, and I want to remerber this values In maninform, and this values will be used by other form, eg: Change password Form,
|
| Validating event not firing for a checkbox | 04 Apr 2005 05:43 GMT | 1 |
I am generically adding a handler for the Validating event of various controls. When added to a checkbox, the event never fires. Any solution here?
|