| Thread | Last Post | Replies |
|
| TextBox HTML | 30 Nov 2003 21:40 GMT | 1 |
Can you set up a TextBox to accept HTML content? or only Label?
|
| TextBox problem | 30 Nov 2003 21:37 GMT | 1 |
When I set a textbox.Text property to strings that have \n characters, they show up as '[' or something else besides properly interpreting them as newlines. Is there some property, or should I convert them to <br>?
|
| Determine pixel color on desktop using mouse?? | 30 Nov 2003 19:25 GMT | 1 |
I want to be able to capture a pixel color of any item on the desktop using the mouse. This is a typical "eye dropper" tool. Does anyone have ideas on how to capture a mouse event in any other
|
| Dispose not called?! | 30 Nov 2003 10:48 GMT | 1 |
If I have a form and I show it like this: MyForm f=new MyForm(); f.Show(); when I close the form by clicking the close button
|
| Listview programmatically select item | 29 Nov 2003 22:11 GMT | 1 |
How can I programmatically select a listview item? I can't seem to find a native .net method - do I need to drop down to WIndows API level? I have MultiSelect off, so one (or none) items should be
|
| Beta Windows Forms app | 29 Nov 2003 21:39 GMT | 2 |
Hi. I've been working on this app at the company I work for for a little while, and we're pretty close to really releasing it, but before we do, I'd like to get some feedback on a number of things. One of the big questions is, being a Windows Forms app, is this going to
|
| Dissapointing Menu/Toolbar in .NET Form editor | 29 Nov 2003 19:00 GMT | 5 |
The menu's and toolbars in the .NET Developer Studio (C++) have a blue rectangle behind them, and the active icon has a shadow beneath it. I was expecting my applications to look like the developer studio, but the menu and toolbar still look like the ones in the old screen editor ...
|
| Suspend Events | 29 Nov 2003 17:03 GMT | 3 |
Is there any function that Suspend all events for the Control object ? thanks
|
| Threads | 29 Nov 2003 14:26 GMT | 2 |
How can I associate an event to a thread??? I need to know exactly when a thread finish. Is it possible??? Regards
|
| Win Form memory problem. | 29 Nov 2003 13:27 GMT | 2 |
I currently have an MDI application that has large Datasets displayed in Datagrids on my MDI child forms. The problem is when I kill one of the child forms my memory is never reclaimed. If I reopen another child
|
| How to cause a line break in a textbox | 29 Nov 2003 12:33 GMT | 5 |
I have a multi-line textbox. How do I cause a line break in the textbox?
|
| Using sqldmo.dll in .Net Windows application | 29 Nov 2003 12:31 GMT | 1 |
I have created Windows application in .Net. Here I want to display all SQL Server names. For this I am using sqldmo.dll.I have added this dll into references but it gives exception "QueryInterface failed".
|
| how to set custom papersize in crystal report | 29 Nov 2003 12:31 GMT | 1 |
Does anyone know how to set the custom papersize of a Crystal Report in .NET Thanks in advance, Ivan FYI:
|
| TActions | 29 Nov 2003 12:30 GMT | 1 |
I come from Delphi. In Delphi there is a component named TAction. This TAction helps you to synchronize menus&buttons and other ways to call a form in that way, that you link certain menu item to an action, if you have a button that open the same form of that menu item, then you ...
|
| listbox w/ a row number as one column | 29 Nov 2003 11:48 GMT | 1 |
How do I setup a listbox to have the first column displaying the row number and the second column displaying the actual data? example: in the "Image Collection Editor" of the Visual Studio Thanks
|