| Thread | Last Post | Replies |
|
| Datagrid row-specific tooltips | 13 Apr 2005 15:07 GMT | 2 |
Anyone know how to get a tooltip on each row of a datagrid ? The tooltip text must be configured depending on the row that the mouse is hovering over, and the hover timer must be reset when the user is moving the mouse over the rows of the grid (but not necessarily moving off the ...
|
| Component with threads | 13 Apr 2005 11:01 GMT | 2 |
I am writing a Component whose work needs to be done on a separate thread (or ThreadPool), and when this work is done a Component event needs to be fired in the main GUI thread. What is the best way to send a mesasge to this Component?
|
| Clicking disabled button still raises event | 13 Apr 2005 07:55 GMT | 2 |
I have a button, which I disable after it has been clicked. it gets enabled when all processing (code that gets executed when the button is clicked) is done. Looks like this:
|
| MDI Maximized children forms without controlbox | 13 Apr 2005 06:35 GMT | 4 |
I have been searching the web and everywhere I asked the question, the answer is that it is a Microsoft Bug. Well instead of telling me that it is a bug, how do I fix this? My situation: I have a parent form (frmMain), a welcome/startup (or background) form (frmWelcome) and other ...
|
| Deploying a .NET Application with No-Touch deployment | 13 Apr 2005 02:18 GMT | 3 |
I am wondering if there is a way, such that when you deploy a .NET Application via the web with no-touch deployment, there is a way to allow the user to relaunch the application without being connected to the net, as long as the application has been visited before. I
|
| Activated Event Vs. other Events | 12 Apr 2005 20:33 GMT | 1 |
If you've used the ODBC DSN wizard, you've seen that there is a button which lets you test a data connection. I want to create a dialog with the same funcionality; to know if a connection to a database was made succesfully. The form has to render itself completely first, then ...
|
| Anyone create a message in Lotus Notes? | 12 Apr 2005 20:25 GMT | 1 |
At the end of a process I have been asked to message different people depending on the outcome. Any ideas on working with Lotus Notes instead of CDOM ?? TIA
|
| Drag&Drop file to another application | 12 Apr 2005 20:21 GMT | 1 |
I want to provide a file copy operation with dragging an icon (or something else) from my application to Windows Explorer or another application which supports file drop, I can easily get files which dropped to my application but do not how to perform the first one. Most of the ...
|
| MVC in windows forms (c#) | 12 Apr 2005 19:30 GMT | 1 |
I'm new to .net windows forms but know vc++ mfc and MVC (model-view-controller) very well. Just getting started I find it surprising I can't generate custom event handlers via a wizard in the class view in the vs.net ide. You have to
|
| Create a Bitmap (snapshot) of a webpage programmatically...how? | 12 Apr 2005 18:59 GMT | 1 |
I have a pesky little problem that is driving me nuts. I'm trying to capture an image of a web page programmatically in a background thread or process. What I'd like to do is create a Bitmap object of a webpage from, say, the
|
| Showing a Form using a timer | 12 Apr 2005 18:12 GMT | 3 |
I am creating an application that will create a notify window similar to outlook 2003 notify popup. I am making an asyncronous remoting call using system.thread that raises an event to show the form. However, the form shows up as a black box and then immediately disappears when ...
|
| How to change ListView row height | 12 Apr 2005 17:29 GMT | 1 |
It's a simple question: How can I specify the ListView row height. Where do I define it, in the ListViewItem or ListView itself? Thanks. lz
|
| Catching TAB in Windows Form | 12 Apr 2005 17:28 GMT | 6 |
I am trying tu use TAB button in my Windows Form in different way it is usually intented (usually it jumps between controls). I want to catch while it is in RichTextBox. I've checked OnKeyPressed, OnKeyDown, however they never even receive the signal. Does anyone have any idea ...
|
| grab a file from a FTP server problem. | 12 Apr 2005 16:02 GMT | 1 |
I am getting an error that a file doesn't exist. When it errors on the box, I go into the Explorer and I see the file???? Here is my existing code: // Get file for new dump file
|
| Size of executable | 12 Apr 2005 11:12 GMT | 7 |
I just realized my c# application which has only about 3 forms, is almost 50MB in size. Is that normal ? How can I make it more managable and practicle?
|