| Thread | Last Post | Replies |
|
| thread safety | 03 Dec 2004 03:15 GMT | 7 |
Can anyone suggest a good (cheap) tool that will detect when a worker thread calls directly in to a control on the UI thread? Thanks for your help Graham
|
| XP Themed Selection Rectangle for Listview Control | 03 Dec 2004 02:15 GMT | 1 |
Does anyone know how to get that blue selection rectangle that is in the windows explorer Listview control. In my listview controls it is just a dotted focused rectangle. Etan Bukiet
|
| Time of inactivity | 03 Dec 2004 01:49 GMT | 4 |
I have a vb.net application that starts with a login form. I would like to show it again after 5 minutes of inactivity of the application. Now, I use a timer and I start it in the application.idle event, but it
|
| find process by processname | 02 Dec 2004 23:56 GMT | 3 |
I wanted to find a process by the ProcessName property, but I discovered that if the executable name changes, the ProcessName reflects that. Is there some way for me to identify a process by something that may not change?
|
| Non client area | 02 Dec 2004 23:40 GMT | 1 |
Hello How can I draw the non client area of a window from C#? Does anyone have an ideea? Is it possible?
|
| Print Preview Prints Blank pages.... | 02 Dec 2004 21:47 GMT | 1 |
Im trying to print out contents of a panel. I use the Graphics object to draw what I want to print and the print preview displays everything OK but when I print the contents the printer prints out blank page? here is a little description what this class does; I have a Panel that
|
| How to change the datagrid row text color??? --- URGENT!!! | 02 Dec 2004 20:59 GMT | 1 |
I need to change the datagrid row text color, but I don't know how can I do it? Please, anything help are wellcome! Marcus Vinícius
|
| DateTime Bound to TextBox | 02 Dec 2004 18:25 GMT | 2 |
I have bound a DateTime field in a DataTable to a TextBox field. Other String and Numeric fields are also bound to separate TextBoxes. If a new DataRow is created and a DateTime value is entered no problem. However, after the row is saved, I am unable to clear the date from ...
|
| windows db appliation | 02 Dec 2004 17:29 GMT | 1 |
I am working on developing window application using vb.net, application is ms-sql data driven, I have different windows groups will have to access / permission to different menus and icons from tool bar. any suggestion on good practices / sample application used as reference about ...
|
| how to check/uncheck the checkbox in datagrid | 02 Dec 2004 16:54 GMT | 4 |
I have datagrid with 5 items. Out of which 1 items are checkboxes. The bool column(checkbox column ) in added in datagrid. The rest of Data is binded dynamically to the datagrid Based on some values from the database I have to check or uncheck the
|
| Window subclassing and mouse events | 02 Dec 2004 10:01 GMT | 4 |
VS.NET 2003, VB.NET, .NET 1.1 I'm working on a part of a project that is re-creating the Office 2003 mail notification window. I have almost everything done except for one part. I need to allow the user to move the window by clicking and dragging anywhere
|
| Closing all instances of an application | 02 Dec 2004 05:07 GMT | 1 |
I start up several instances of an application I've written. From one of the applications I'm trying to close all of them, but it's not working. I'm doing this by registering a message and broadcasting it. but when I put a breakpoint in my overridden WndProc, It never seems to get ...
|
| Auto Expanding TextBox/Controls | 01 Dec 2004 21:53 GMT | 1 |
I've googled this problem, and not found a suitable solution yet. I was wondering if anyone has made any progress? Basically, I want to make a textbox automagically adjust it's height to show all the text it contains. So, if I add text then it grows, and it shrinks if
|
| InputBox in VC#.net? | 01 Dec 2004 20:23 GMT | 5 |
In VB, we have InputBox to allow a user to input text. Do we have a similar one in VC#.net? Obviously, MessageBox can not do it. Thanks.
|
| DataBind DBNull Image | 01 Dec 2004 18:35 GMT | 3 |
I am using forms databinding to show an image in the database in a pictureBox. To do this I am handling the Format event to convert the byte [] to a bitmap: Binding bind = new System.Windows.Forms.Binding("Image", this.dataSet1,
|