User Profile

Collapse

Profile Sidebar

Collapse
anthonyc1525
anthonyc1525
Last Activity: Jun 15 '10, 01:50 AM
Joined: Mar 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

  • 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...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post
No activity results to display
Show More
Working...