| Thread | Last Post | Replies |
|
| Detect a form/control is not totaly drawn on the screen | 02 Feb 2005 10:40 GMT | 6 |
I'm using BitBlt to capture a screen-shot of a control. It's works fine, but if the control is "masked" by an another windows, or outside the screen bounds the captured bitmap is not complete. It's normal because only the visible part of a control is drawn for optimizing paint.
|
| Repost for MS: UnsafeNativeMethods.CallWindowProc NullReferenceExceptions | 02 Feb 2005 07:14 GMT | 9 |
A colleague of mine previously made the following post in this newsgroup, but it hasn't received any MS attention. We were reminded that we should register our nospam alias with the .Net Passport that is linked to our MSDN licenses, and it was reposted with that nospam alias, but ...
|
| HELP: Add A Custom Button To The Caption Bar Of Window Form | 02 Feb 2005 01:16 GMT | 1 |
How do I add a custom button to the caption bar of a form like AOL does for it's favorites. Thanks, Dan
|
| paint over controls in onform event? | 01 Feb 2005 22:06 GMT | 1 |
How can I paint over the top of controls in the form's onpaint event. It seems that the controls are drawn after the onpaint event which then covers what I've drawn, is there a default paint function I can call (like the base.onpaint() for controls)?
|
| Unspecified error on opening a form | 01 Feb 2005 18:23 GMT | 1 |
I often encounter the following when i try to view the form in VS.NET 2003: An error occurred while loading the document. Fix the error, and then try loading the document again. The error message follows: Unspecified error
|
| CheckedListBox or DataBinding Bug? | 01 Feb 2005 17:54 GMT | 2 |
Try this... Run the form. Check a few items in the CheckedListBox. Go to Tab 2 and then back to Tab 1. Uh... what happened? The check marks are cleared?!! Any ideas???
|
| Helpbox or tipbox... | 01 Feb 2005 16:45 GMT | 2 |
I am trying to implement a small help box similar to the one on time item in windows... If you put your mouse over the time display on your windows taksbar and just wait, you'll see the date "February 1, 2005" text in a small pop-up box.
|
| TextBox displays text in reverse order of user input | 01 Feb 2005 14:29 GMT | 3 |
I have (nearly) upgraded an existing working VB 6 application to VB.NET using the built in Vis Studio migration tool and a lot of editing. However, the TextBoxes on Windows forms of the upgraded application display text as the user types but in the reverse order. This effect ...
|
| Listview vertical scroll | 01 Feb 2005 11:14 GMT | 2 |
Is the listview (not listbox) not vertical scrollable? I have the style set as List and scollable = true but don't seem to get the vertical scroll.
|
| SAMPLE IN MICROSOFT SITE | 01 Feb 2005 09:01 GMT | 2 |
there is a sample of windows application which uses SQL Reporting Service, but I don't know from where I can download it. Here is the link of the sample: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSAMPLES/htm/rs s_sampleapps_v1_1s2q.asp Please help me.
|
| Error in Form Constructor | 01 Feb 2005 08:01 GMT | 3 |
We are hitting a problem that we can't explain and wondered if anyone has seen this before or can suggest how we can stop it happening : Form 'A' inherits from System.Windows.Forms.Form Form 'B' inherits from Form 'A'.
|