User Profile
Collapse
-
HttpWebRequest / WebClient Authentication Issue
I am trying to parse a website that requires you to be logged in to access (NOT https). I have logged in via IE and told it to remember my credentials. If I use an invisible webBrowser control it will correctly log in and I can get the html source code from that. The problem is I need to be able to do this X number of times concurrently in BackgroundWorke rs, and it won’t let me create a webBrowser control dynamically in code due to some ActiveX... -
Thanks for the responses.
tlhintoq, what you said does not work because no matter what size a listbox is set to, its height will still only show up as a multiple of its itemheight. (And yes, I tried your code just to be sure and it didn’t work). This is apparent if you just take a blank form and put a listbox on it and set it to Dock.Fill and you will see what im talking about.
GaryTexmo, I never thought of doing... -
C# Resize Form by Fixed Amount (listBox1.ItemHeight)
I have a c# windows form with a listbox in it, and i would like the form to be able to resize such that its height only increases in increments of listBox1.ItemHe ight. I think the way it would work is when you start resizing prevent it from resizing until the mouse has moved listBox1.ItemHe ight in the Y direction, then increase the Height by listBox1.ItemHe ight. At this point i believe the width can be resized freely.
Normally i would...
No activity results to display
Show More
Leave a comment: