| Thread | Last Post | Replies |
|
| WebBrowser control flicker on modal window during resize. | 12 Nov 2008 17:33 GMT | - |
When WebBrowser is on modal form it flickers heavily during resize. Works fine on non modal form. This is simple snippet that reproduces problem. Please make sure that display property "Display properties->
|
| TreeView context menu appears twice on right click selection updat | 11 Nov 2008 12:53 GMT | - |
I would like to have a TreeView context menu that is displayed correctly for a new selection even if the selection is updated using the right mouse button. This is my current code: private void myTree_MouseUp(object sender, MouseEventArgs e)
|
| Terminal Server Shared Memory Issues | 09 Nov 2008 18:50 GMT | - |
I have a very large VB.Net windows application with lots of Modules and libriaries that we deploy on to a Terminal server. The application data tier is a window service on another server and we use remoting to push and pull data. However, when we run the application it take up ...
|
| Post Replies in this dotnet forum and get gifts daily | 08 Nov 2008 11:22 GMT | - |
Post Replies in this dotnet forum and get gifts daily www.dotnetforall.com come :: register :: login :: win
|
| Report Viewer SubReports and Page Breaks | 07 Nov 2008 03:16 GMT | - |
I am working on a report that has 5 subreports which are contained in lists so that I can use the page break after list and have each subreport start on a new page. The user has the option to pick and choose which subreports are shown as well. All seems to be working except even ...
|
| Searching beta testers | 06 Nov 2008 09:03 GMT | - |
Rt-Science announces the availability of Rt-Tools2D for Visual Studio WinForms Framework V1.0 beta. RtTools2D is a compilation of components for generating Cartesian X/Y-plots from scientific and financial data.
|
| Errors after maximizing form | 05 Nov 2008 03:33 GMT | - |
My program is a call duty planning tool. It has a splitter with the two panels horizontally split. The upper panel has a month selector, 3 buttons, 3 labels and a datagridview.
|
| A new kind of programmer has been born | 04 Nov 2008 15:11 GMT | - |
This is his/her problem "I have a main form, from which i open a lot of other non-modal forms (on the same thread). However, as soon as i open a modal form from the main thread, i am not able to work on any other non-modal forms opened
|
| Tooltip Location relative to Mouse Cursor. | 02 Nov 2008 14:15 GMT | - |
Hi I want to manually show a tooltip (using Tooltip.Show method) under the mouse cursor. I have the mouse location but I want to tooltip to be displayed beneath the mouse. I tried m_tooltip.Show("my text",this,e.X,e.Y +
|
| paging in the WinForm DataGridView-control ??? | 30 Oct 2008 22:41 GMT | - |
paging is a nice implemented feature in the asp.net DataGridView- control but nothing seems to exist at all for the WinForm variant. So, how does one implement paging in the WinForm DataGridView-control?
|
| Report Builder / Report Viewer problem | 30 Oct 2008 20:30 GMT | - |
I am in debug mode, and I am trying out, for the first time, the native reporting tools in VS2008 (VB). Everything is okay until I actually go to print to the printer, and the reports hangs for a while, while the crazy Vista doughnut rotates. The document finally prints and the ...
|