| Thread | Last Post | Replies |
|
| use AxWebBrowser to get the HTML source of a page in frameset? | 09 Oct 2004 11:05 GMT | 2 |
A frameset contains 3 html pages: page A, page B and page C. I need to get the HTML source of page B. I tried to use AxWebBrowser to do that, but failed. Do you have any idea? Thanks,
|
| Bug with Forms 2.0 Beta and Excel | 09 Oct 2004 04:49 GMT | 1 |
I've posted a bug report (repro case included) to the MS product feedback site, http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?feedbackId=FDBK15852 It demonstrates a problem with Excel and Windows.Forms in the .NET 2.0.40607
|
| Automatic Form Resizing during Compile | 08 Oct 2004 19:45 GMT | 3 |
am working on a multiple form environment. Originally I was using a Desktop system with an 18+" (flat panel--resolution 1280x1024), but has since switched to a Dell Latitude D800 (wide screen--resolution of 1920x1200). My issue is that when I switched environments all of my ...
|
| GetBkColor | 08 Oct 2004 19:42 GMT | 1 |
I am having trouble getting the background color of a control in another app. I use FindWindow() to get the handle of a button on a form. This works fine because I can successfully send a mouse click to the button (via Sendmessage). When trying to get the background color I am ...
|
| HTML in forms | 08 Oct 2004 15:55 GMT | 1 |
is there a control, 3rd party perhaps, that is light and can show HTML in Windows Forms? TYIA, Knut
|
| listbox scrolling | 08 Oct 2004 08:33 GMT | 5 |
I have a custom listbox where the items are of a much larger height than a standard listbox (each item sometimes can be half the height of the total listbox). I am currently capturing all scroll messages in WndPrc and sending my own scroll messages using the following method:
|
| Shortcut: alt+leftarrow? | 08 Oct 2004 07:21 GMT | 1 |
In my MDI application it would be nice if one could navigate the collection of mdi childs using eg. alt+leftarrow and alt+rightarrow. The build in shortcuts doesn't support the use of the arrow keys at all. Is it possible to create my own shortcuts?
|
| much confusion about forms | 07 Oct 2004 23:04 GMT | 2 |
I've been trying to do something which I think should be very simple. I posted about it a few days ago in this group -- "swapping controls within a form". I think my problem is that I don't really understand how the whole windows forms painting-updating-hiding-showing process ...
|
| anchor property for button not working | 07 Oct 2004 22:42 GMT | 13 |
When I set the anchor property in code, the button doesn't move: this.cmdStartTutorial.Anchor = (AnchorStyles.Bottom | AnchorStyles.Right); When I change the anchor property from top & left defaults at design time I get one of these errors depending on which sides I set:
|
| Hosting AxBrowser | 07 Oct 2004 22:30 GMT | 2 |
I am using the AxWebrowser control on my windows form and it's 99% working the way I want...however, I have hooked things up so when you mouse over a control on the form, a different web page is sent to the browser control. The problem is that the cursor is very briefly showing ...
|
| RowChanged event | 07 Oct 2004 21:45 GMT | 1 |
i have a data table with bound textboxes to display the column/row content. When i step through the data table with BindingManagerBase.Position+=1 i always get the RowChanged event even though i didnt change any value. Can anybody explain this behavior?
|
| TabControl with tabs in the bottom of the control? | 07 Oct 2004 21:09 GMT | 2 |
Is it possible to create a tab control where the tabs are located at the bottom of the control? How? Regards Torben
|
| Testools for testing Windows forms | 07 Oct 2004 20:39 GMT | 1 |
I was looking for automated testing tools for windows forms. Thanks Vikram
|
| Insert HTML into WebBrowser | 07 Oct 2004 20:22 GMT | 2 |
I have html that is dynamically created. I would like to display it in a the WebBrowser. Can I insert it directly or do I HAVE to store it to disk first and then navigate to it? I would prefer to the former to the later as I wouldn't have to do disk clean up. Thanks,
|
| Disappearing main menu | 07 Oct 2004 19:18 GMT | 3 |
I have a Windows Form application that's been running fine for over a year. I've been making modifications lately and noticed that both my main menu and my form Icon disappear when I run the application. They show up in the VS designer and I can modify them but when I run the app ...
|