| Thread | Last Post | Replies |
|
| How to capture input in a Modalless Dialog?? | 14 Dec 2004 22:05 GMT | 1 |
I have a from, that shows as a modalless dialog, So how must I do to exchange info between Main From and that Dialog?? Pls help me! Thanks
|
| Interact between MDI window and parent Window! | 14 Dec 2004 18:20 GMT | 1 |
Does anyone have source code about interacting between MDI window and Parent Window. I am building a simple Chat-application, That has a public room and all users can chat privately, so I must have some MDI window that services private chat.
|
| (quite a newbie needs to) specify the size of a form | 14 Dec 2004 14:39 GMT | 2 |
as an event when clicking on an entry in a listbox I need to open a new form with a specified size and without a border (no ok-button) so that I still can see some rows of my listbox in the background. How can I resize a form so that on a Pocket PC it doesn't automatically
|
| Form activated | 14 Dec 2004 12:06 GMT | 4 |
I have two forms. The first form has a datagrid. The second form is opened by the first form. When the second form closes, I want the datagrid on the first form to refresh. I tried using the Activated and Enter events of the first form, but neither
|
| Embedding UserControl in Internet Explorer | 14 Dec 2004 01:43 GMT | 18 |
I have an outstanding issue with my control which I would like help with if anybody can help, thanks. I need to control the size of my UserControl which is embedded within Internet Explorer pages. My control is able to determine minimum and
|
| Listview BackColor problem | 14 Dec 2004 00:51 GMT | 6 |
I am trying to change the BackColor of an item but when I run this code, it doesn't change ListView1.Items.Item(currentRow).SubItems.Item(4).BackColor = Drawing.Color.SpringGreen
|
| pushbuttons instead of radio buttons | 13 Dec 2004 22:59 GMT | 2 |
Are there any pushbuttons that I can use instead of the standard radio buttons? I could not find any dotnet Framework control, is there an easy way of implementing one, or a free code that I can just borrow? Thanks
|
| UserControl Design Mode | 13 Dec 2004 22:31 GMT | 2 |
I have a UserControl that contains a label and a textbox (just as an example). Is there any way during design mode via the VS.Net Designer, to allow the developer using the designer access to that label or textbox of the user control? Ie. click on the user control but directly ...
|
| Exception reporting and line numbers? | 13 Dec 2004 21:40 GMT | 1 |
Is there any way to output the line number when writing exception information to an even log? I have not been able to find this and it would really help for Windows Services. Thanks.
|
| Strange security issue in WinForms application | 13 Dec 2004 18:49 GMT | 2 |
I have this WinForms application which is exhibiting a strange security issue. The project contains a Form and a UserControl. The Form has a method which populates data and an event from the UserControl. When I call the method from the UserControl event it raises a SqlPermission ...
|
| position of a child form in MDI | 13 Dec 2004 16:13 GMT | 2 |
How to get the location (x,y) of the upper-left corner of an active child form in MDI respective to the upper-left corner of the parent form? I work in .Net Framework 1.1, Visual Studio .Net, C# or .VB>Net. Thanks.
|
| WIN32 Window Classes with WIndows Forms | 13 Dec 2004 15:47 GMT | 5 |
With WIN32 you could create your own Window Class (not C++ Class) which you registered with RegisterClass, create and code a windowproc for this window and then host that window on a dialog box using the Custom Control and specifying class as the name of the Window Class you ...
|
| Topmost inactive form | 13 Dec 2004 15:32 GMT | 1 |
I want to implement a windows form that pops-up over the system tray but doesnt take a focus from current application. Can anybody help me? Cheers,
|
| NumericUpDown in DataGridView in VS.Net 2005 BETA | 13 Dec 2004 15:23 GMT | 1 |
I used the article located at ms-help://MS.VSCC.v80/MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxmclictl/html/e79a9d4e-64ec-41f5-93ec-f5492633cbb2.htm to create a custom numeric updown control to host it in a datagridview. The code for the control is attached in the ...
|
| Docking Order | 13 Dec 2004 15:05 GMT | 1 |
Hello everyone... I have made an application which has the "Windows Explorer" look. I have added a treeview control (Docking left), a splitter, and listview (docked full), a menu, and a toolbar.
|