| Thread | Last Post | Replies |
|
| How to draw a 1 pixel long line using Graphics.DrawLine? | 09 Dec 2005 16:53 GMT | 5 |
I am writing a Windows Forms application graphing routine using VS.NET 2003, Visual C# and .NET Framework 1.1. The Graphics.DrawLine(Pen,int,int,int,int) method seems to work okay unless the desired line being drawn is only one pixel long (horizontally). I have
|
| Mdi child form | 09 Dec 2005 15:55 GMT | 2 |
i am trying to open mdi child form over mdi parent, but when i open the child he open larger then his real size. what can i do to open it in his real size and in his real position.
|
| Validation Control issue | 09 Dec 2005 13:21 GMT | 1 |
i'm developing website in .Net i used validation controls all over the site they all are working fine here Localy but not working after uploading them to web server. i uploaded my site at www.7host.com kindly guid me about this
|
| WebBrowser.DocumentText problem | 09 Dec 2005 10:20 GMT | 1 |
I have added WebBrowser control in my program to display some message. I assign text that I want to display to WebBrowser control by using DocumentText property. Everything fine when I first assign the value but there is nothing change when I try to assign another value to ...
|
| Problem creating controls from other thread w/ invoke | 09 Dec 2005 09:32 GMT | 4 |
I have a form which acts as monitor for a service. The form and the monitor communicate via remoting. Because it takes some time for the service to startup some controls are added to the form when a certain event is raised by the service.
|
| Handling System Shutdown in a WindowsForms App | 09 Dec 2005 08:14 GMT | 6 |
Hi. I have an application that runs as a Tray Icon app with no visible window (most of the time) and right now, the system will not shut down while that app is running. I think I need to handle "SystemEvents.SessionEnded" or something to properly deal with that but I don't ...
|
| NativeWindow.ReleaseHandle | 09 Dec 2005 07:39 GMT | 10 |
Hi; I want to use NativeWindow to wrap the hwnd of Word (which is already running and so the window exists). I need to release the handle and dispose my NativeWindow object when the window goes away.
|
| DataGrid View Paging | 09 Dec 2005 07:24 GMT | 1 |
May I know any VS 2005 data component that support paging? Why Asp.Net got a paging function but not Windows? How do we implement paging for DataGrid for WindowsForms. Best regards,
|
| Getting the list of colors! | 09 Dec 2005 03:55 GMT | 6 |
I want to retrieve the list of Colors available and display them in a drop down combo. But the Color strcture doesnt seem to have a method that returns the list of colors. Is there an enumerator that I can use? Sinex
|
| An unhandled exception of type 'System.ArithmeticException' occurred in system.drawing.dll | 09 Dec 2005 03:34 GMT | 2 |
I had to reinstall Visual Studio.NET 2003 and ever since then I get this error whenever my application tries to open a WindowsForm. Even the simplest project with nothing more than a WindowsForm and a single button and no custom code at all.
|
| Validation controls are not working | 08 Dec 2005 23:02 GMT | 1 |
I'm developing a website using .net faramework version 1.1 the issue i'm facing is I put validation controls on my pages they all are working fine here localy but when i upload them on webserver they all stop working , I hosted my site at www.7host.com I dont understand what is ...
|
| FTP using Vb.Net2005 | 08 Dec 2005 22:56 GMT | 1 |
I want to get a file from a FTP server. How do I do it using vb.net 2005. Please give me an example. Please Help. Thanks, Green
|
| Determining length of a string in pixels | 08 Dec 2005 22:49 GMT | 1 |
I am drawing text on a screen using graphicsObject.DrawString(). Prior to doing this I need to determine the length in pixels that the string will be when it is rendered. I know I've read this before but can not find it now that I need it.
|
| Treeview add node as Child | 08 Dec 2005 21:30 GMT | 3 |
with VB6 - to add a node as a child, to a specific node, I'd do something like: Tv1.Nodes.Add(Nodes.Add tv1.SelectedItem.Key, tvwChild, newKey, NewName tv1.SelectedItem.Key was the Parent node -
|
| Controls on multiple tabs | 08 Dec 2005 21:03 GMT | 2 |
Is there a way to mirror a control onto multiple tabs? Have 1 listview displayed on 2 tabs or 1 textbox displayed on 2 tabs but function as 1? Thank you in advance.
|