| Thread | Last Post | Replies |
|
| Detecting idle time from a .Net application | 28 Sep 2004 15:12 GMT | 1 |
I'm having a lot of trouble finding a universal and stable solution to the problem of detecting a session's idle time. I have a .Net application that runs in the system tray, much like many of the messenger services out there. From what I've read in the newsgroups, there are ...
|
| How to display the Progress (%) in the middle of a Progress Bar... | 28 Sep 2004 14:15 GMT | 4 |
Can anyone tell me how can I display the progress in percentage in the middle of the progress bar with "invert color" using VB.NET, this is very common and available with most of the applications, like at the begining the text "0%" is shown in black text and the background
|
| Panel backgroundimage disappear when EnableVisualStyle | 28 Sep 2004 13:37 GMT | 1 |
I have a panel with a backgroundimage with a docked transparant label. If i enablevisualstyles the backgroudimage disappear. Any ideas why? // Mats
|
| DataGrid: Can I use two text lines in the header ? | 28 Sep 2004 13:15 GMT | 2 |
I have some boolean columns in my datagrid. To minimized the column width I want to change the height of the header row and write the header text in two lines. Is this possible ?
|
| Datagrid Empty Set | 28 Sep 2004 12:58 GMT | 2 |
Here is one I am stuggling with: I have a project I'm developing in VB .NET. I have a datagrid in a window with two columns. The first column is readonly and the second column is not and initialized with Zero's. The values in column two must be numeric. How
|
| How to manualy initiate the event? | 28 Sep 2004 10:13 GMT | 13 |
I would like to know if there in C# an equivalent to the VB.NET RaiseEvent statement. I would like to raise an event of a control in my code as if the user's action provoked it.
|
| Tree control allowing multiple parents for a node (Graph) | 28 Sep 2004 10:04 GMT | 2 |
Does anyone know of a control that can display (and ideally allow users to manipulate) a graph structure (similar to a tree structure, but where a node can have more than one parent)? This would be most useful!
|
| How do I listen on a directory? | 28 Sep 2004 10:02 GMT | 4 |
I know it is possible to use a listener on a directory so that if there is any change I can catch it and update my application accordingly. Anybody know or have a code example as for how to do this?
|
| Handle form closing | 28 Sep 2004 09:29 GMT | 2 |
I have an MDI form containing child forms. I want to handle form closing to display a confirmation message when a form is closed or when the main form is closed. However, the Closing even of the child forms is raised before the Closing event of the MDI form when you close the MDI ...
|
| howto put a Byte Stream directly in a picture-box? | 28 Sep 2004 08:46 GMT | 4 |
In my application I receive a Byte Stream (Dim bytFile() As Byte) which contains a jpeg-picture, which I want to display in a picturebox. I want to display it directly from the bytfile() without first writing it to a file and than reading it. Does anybody knows how to do this?
|
| Problems running .NET apps on other machines | 28 Sep 2004 08:08 GMT | 3 |
I'm fairly new to distributing .NET applications, and so far no one is able to use the apps I create. They do run on all 3 of my machines. I include the dotnetfxredist with the setup files. One person cannot even install the framework from Windows Update. It's giving them errors and ...
|
| TextBox: autoscrolling to end after AppendText | 28 Sep 2004 01:30 GMT | 11 |
How would I make a TextBox control auto-scroll to bottom after calling AppendText? I have tried various methods but none of them seem to work. This is already tried: textBox1.HideSelection = false; // Called from Init method
|
| Implenting Keyboard support in windows forms | 28 Sep 2004 01:15 GMT | 4 |
(Type your message here) I need to implement functionality to support function keys(F1..F12) and shortcut keys(example Ctrl R) in windows forms.User will use just the key board to access and navigate the forms, User will not use mouse.If any one has any suggestions can you please ...
|
| Application Restart or Reload Urgent.... | 27 Sep 2004 22:08 GMT | 2 |
Does anyone know how to restart an application from itself? Or is there a way to completely reload an application form code simulating a restart? Thanks in Advance!
|
| ComboBox woes | 27 Sep 2004 22:07 GMT | 1 |
I need help solving a couple of problems (and learning a couple of concepts) involving ComboBox columns in my DataGrid. The first problem involves my custom ComboBoxColumn class. I don't have experience making custom classes so I downloaded some code. From what I've
|