| Thread | Last Post | Replies |
|
| draw a curve on a X-Y axis | 10 Jan 2005 13:48 GMT | 2 |
I need to draw some curves on a X-Y axis which is on my windows forms' tab control. Do I need to draw the X and Y axis first? How to specify a point on the tab? What GDI+ I need to use or any samples available? Thanks a lot for any help.
|
| Closing my application while reboot is requested. | 10 Jan 2005 12:50 GMT | 2 |
Anybody knows how to prevent a shutdown command? (on Win XP). Or just a way to let my application close itself rather then being killed by the restart command.
|
| TextColor | 10 Jan 2005 10:24 GMT | 5 |
I want to change the color of the text shown in a textbox. Is it easily achievable in C# ? TIA, --Saurabh
|
| vb.net & other application windows subclassing | 09 Jan 2005 22:20 GMT | 2 |
is possible (and how :) ) subclass an external application window (if I have its HWND) from a VB.NET application? Thanks in advance Eros Pedrini
|
| DataSource Not Working in New Forms | 09 Jan 2005 20:25 GMT | 1 |
I am using Visual Studio 2003 on windows 2003. Today, in all my windows projects, when adding a new control to a new form, the datasource property (in designer) does not show the available datasets in the project.
|
| Hidden Form Remains Visible | 09 Jan 2005 17:39 GMT | 2 |
I have a Windows form that sometimes (but not always) remains visible on screen when set to "this.Visible = false;" I think as far as the app is concerned the form is in fact invisible. Can someone suggest a solution to this? Do I somehow need to repaint the control, and if so ...
|
| filter expression with date AND TIME | 09 Jan 2005 17:18 GMT | 2 |
I using an dataview rowfilter expression to filter some record from one dataset, is I only working with the date portion no problem, but how do I use the date and the time for filter some records ? the code that I have is like this one:
|
| Disabling A Tab Page on A TAb Control | 08 Jan 2005 17:37 GMT | 5 |
I have a tabcontrol with three tab pages on it and I would like to prevent a user from clicking on another tab page until he has finished entering data on the current page. Is there a way to disable the other tab pages like you would disable a button?
|
| Nested Groupbox with FlatStyle.System painted wrong | 08 Jan 2005 12:45 GMT | 3 |
Here - http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=31fe5 781-fa8f-410d-8177-7977311094b6 and here - http://www.developerspot.net/archive/2004/12/27/213.aspx
|
| WebBrowser control problem | 08 Jan 2005 12:06 GMT | 7 |
I have two webbrowser controls on my form web1 and web2. I load some HTML in web1, and that HTML file contains links. How to make following thing - when i click on link in web1 control, to load content (loacal file) associated with that link in web2 kontrol.
|
| How to add toolbar to a stand alone windows form exe? | 08 Jan 2005 00:38 GMT | 1 |
I tried to add a 'toolbar' to a windows form but I did not know what to do next (to add buttons). Is there any .net samples for this? Thanks in advance. CT
|
| Dynamically Access Control | 08 Jan 2005 00:35 GMT | 2 |
I have 26 different panels. I'd like to access their properties dynamcially, determined by which "spot" is selected. Here's what I've thought of... Private Function getSpot(ByVal spot As Int16) As Control Select Case spot
|
| Remove Registry keys | 08 Jan 2005 00:32 GMT | 1 |
How would I get key the Uninstaller to remove any keys from Registry that I created during installation? thx /jespersen
|
| RaiseMouseEvent??? | 08 Jan 2005 00:26 GMT | 1 |
Has anyone tried to use RaiseMouseEvent method of Control class? I am trying to use it but unable to figure out use of first argument to the method. Thanks for any help...
|
| Problems creating a custom shaped MDI Child Form | 07 Jan 2005 21:48 GMT | 2 |
I have just created an MDI project in VB.NET. I was trying to enhance the looks of a form by making it have a unique shape. I followed the directions from a MSDN article that uses a bitmap for the background, removes the title bar, and sets a transparency color (thus allowing a ...
|