| Thread | Last Post | Replies |
|
| Unable to keep form on top | 20 Oct 2004 07:17 GMT | 2 |
I'm trying to create a screensaver using managed directx, but the same happens with the wizard generated screensaver project in VC# 2005. Any window set to "always on top" is not getting obscured, like the standard windows screensavers can.
|
| this.size doesn't come out to 1024*768 | 20 Oct 2004 04:01 GMT | 4 |
it says width: 1030 height: 774 I have my form maximized.
|
| CheckedListBox issue | 20 Oct 2004 01:57 GMT | 1 |
now I.m a little confuse I need to loop a CheckedListBox (only the CheckedItemCollection) . I cant use a for each loop because I need to get the current and the next item in the collection, so I need index (I guess..)
|
| simple binding of controls to object properties - refresh controls | 20 Oct 2004 00:45 GMT | 7 |
I have a dialog with controls bound to class properties, e.g. : numericUpDownPort.DataBindings.Add("Value", localOptions, "Port"); textBoxDatabaseName.DataBindings.Add("Text", localOptions, "DatabaseName"); textBoxDataUsername.DataBindings.Add("Text", localOptions, "DataUsername");
|
| Building a windows forms "spy" | 19 Oct 2004 20:55 GMT | 4 |
I am about to develop a program that scans the text properties of a number of text boxes in another program and copies them to the clipboard. The software that I want to scan has no function for printing on a printer, and therefore I am building this extension to enable simple ...
|
| Trapping if enter has been type | 19 Oct 2004 20:12 GMT | 1 |
For some reason my application will not recognize the enter key as a keydown event what gives??? I just want to test if the enter key has been struct in a textbox any suggestions?
|
| how can my winform receive keyboard events? | 19 Oct 2004 20:11 GMT | 2 |
i want my winform to receive keyboard events. however, when i add input controls to my winform (such as a button), my winform stops receiving keyboard events.
|
| how to set application-wide keyboard handling? | 19 Oct 2004 20:09 GMT | 4 |
i have a 2 winforms in my app. one is the owner of the other. i capture keyboard events for each form.
|
| mshtml and the click event inside of a windows service. | 19 Oct 2004 19:19 GMT | 7 |
I have an application that uses the Ax web browser object. When I call the IHTMLElement.click() method on an input button (<input type="submit"> or <input type="button">), the click fires appropriately, if I'm running it from a windows forms based application.
|
| Windows User (Human) Interface Guidelines? | 19 Oct 2004 18:23 GMT | 7 |
Apple's got this document: http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelin es/index.html or http://tinyurl.com/vgge
|
| background images sooo slow | 19 Oct 2004 17:50 GMT | 5 |
I'm working on an application and want to use background images for forms and controls. Using the images itself is not a problem, but when I run my application it becomes really slow and my CPU usage goes up to 100% for a time...
|
| DateTimePicker - Time value? | 19 Oct 2004 16:43 GMT | 3 |
How do I stop my DateTimePickers storing a time value? I just need to insert the date part into my database but the DateTimePicker.Value property seems to be in the format ##/##/## ##:##:##
|
| Help!!! Visual Inheritance...... | 19 Oct 2004 16:09 GMT | 2 |
I want to know if I'm doing something wrong. I'm inheriting frmChild from frmBase in Project1. frmBase is referring to its MdiParent in a function call from Form_Resize event. When I try to open the designer for the frmChild it throws an exception for this, saying "Object ...
|
| Controls created on one thread cannot be parented to a control on a different thread | 19 Oct 2004 15:24 GMT | 8 |
I am trying to make a window that pops up, to show that my application is busy. I want it to be able to be called from anywhere, any thread, so I put it as a static method in a class. Code listed below.
|
| how to print form??? | 19 Oct 2004 12:08 GMT | 1 |
how can I print the form at design time as well as at runtime. In VB6 there was a option in File menu to print form and there was method of form PrintForm. How can I do the same in dot net????..
|