| Thread | Last Post | Replies |
|
| Escape characters in RichTextBox.... | 01 Oct 2003 00:05 GMT | 2 |
Hi ! I have a form. The form has a textbox and a richtextbox. There is a button also. When the button is clicked, whatever text was typed into the text box, must be copied
|
| DataGrid | 30 Sep 2003 23:28 GMT | 3 |
Does anyone know how to disallow the user from adding rows in the DataGrid? I don't want to allow the user to add rows to the grid, but at the same time want the user to be able to edit values in the table. If I set the DataGrid to ReadOnly, none of the table entries can be ...
|
| problem instantiating inherited forms (easy one for the experts!) | 30 Sep 2003 21:17 GMT | 1 |
VB.Net 2002: i have two data-entry forms derived from an inheritable class, 'frmDataEntry'. isn't it true that whenever i instantiate either one of them, VB
|
| Send raw commands to a printer? | 30 Sep 2003 18:17 GMT | 2 |
We already have printing working great on our project but it now turns out that I need to be able to send some raw strings to the printer to have it print on a special area of the media. I've seen the KB article 322090 and 322091 but they are designed for doing the entire print job ...
|
| A datagrid question | 30 Sep 2003 16:01 GMT | 1 |
Hi, all: Do you know how to mark one of rows in datagrid to different color ot font. I find it's hard to do. Anyone has a easy way to achieve it? Thanks, Dennis
|
| MSN from a VB Form | 30 Sep 2003 15:59 GMT | 1 |
Is it possible to integrate an application with MSN's Messenger service, such that the application can show whether a user is online. Any help would be greatly appreciated. Thanks,
|
| .NET Memory Leaks in C# | 30 Sep 2003 15:31 GMT | 2 |
Currently our client runs one particular C# .NET executable, and after a few hours performance slows to a crawl. It would be very useful for me to be able to rule in (or out) the possibility that it is a result of memory leakage.
|
| Editable DataGrid and Real-time Updates | 30 Sep 2003 14:16 GMT | 1 |
I have a DataGrid that is bound to a DataTable. The DataTable is updated under the covers and as such is reflected in the DataGrid. However, the DataGrid is editable (basically its a control for the user that reflects real-time pricing information). When the user begins to
|
| Loading Icon Resource from Win32 DLL | 30 Sep 2003 13:34 GMT | 6 |
Is there a nice way in the .NET framework to load an icon resource that is embedded within a Win32 DLL? I noticed that the SystemIcons class comes close (it is probably invoking the same Win32 call I need to invoke), but doesn't allow me to specify an icon name.
|
| WebBrowser in MDI Child | 30 Sep 2003 13:27 GMT | 1 |
Hi, Im having a problem with the WebBrowser Control in an MDI app. I'm using 1.1 Framework and c#. To recreate: 1. Create Windows App.
|
| How can i detect form minimized event. | 30 Sep 2003 11:33 GMT | 2 |
how can i know if my form is minimized by the user?
|
| Win32 API Namespace for .NET | 30 Sep 2003 11:32 GMT | 1 |
Has anybody created a Win32 API namespace that we can use. Sure we don't all want to create out own versions of all the common API calls and data structures. Joel
|
| Simple Datagrid questions | 30 Sep 2003 06:13 GMT | 1 |
I have a datagrid setup to do full-row select. When I select a row, I need to be able to know what the value of the current row's column X is.. how can I find the value of a specific column when a row is selected? i'm very used to VB6's listview, and am trying to learn the datagrid, ...
|
| MdiParent Issue | 30 Sep 2003 03:50 GMT | 5 |
All, I have a c# windows application that I'm working on. The main window (frmMain) IsMdiContainer is set to true. I have a second form (frm2) that is instantiated as a MdiChild form.
|
| mdi child form size | 30 Sep 2003 03:25 GMT | 2 |
It looks like there is a max size imposed on MDI child forms that depends on screen resolution. For example, when i'm at 1024x768, the max height of the child form is 780. When I'm at 800x600, it's 612. I programmatically set the size to be larger than this, but it does not work.
|