Click here to Skip to main content
16,010,876 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem figuring out DataGridView Pin
kjosh2-Jun-06 16:41
kjosh2-Jun-06 16:41 
Questionwant to know the index of ArrayList during BinarySearch Pin
Rizwan Rathore2-Jun-06 10:59
Rizwan Rathore2-Jun-06 10:59 
AnswerRe: want to know the index of ArrayList during BinarySearch Pin
lmoelleb2-Jun-06 11:09
lmoelleb2-Jun-06 11:09 
GeneralRe: want to know the index of ArrayList during BinarySearch Pin
Rizwan Rathore2-Jun-06 11:29
Rizwan Rathore2-Jun-06 11:29 
GeneralRe: want to know the index of ArrayList during BinarySearch Pin
lmoelleb2-Jun-06 21:57
lmoelleb2-Jun-06 21:57 
QuestionSave Image from web browser Pin
Achuzan2-Jun-06 10:42
Achuzan2-Jun-06 10:42 
AnswerRe: Save Image from web browser Pin
Stephan Samuel2-Jun-06 11:45
Stephan Samuel2-Jun-06 11:45 
AnswerRe: Save Image from web browser Pin
Ed.Poore2-Jun-06 13:51
Ed.Poore2-Jun-06 13:51 
If you want complete control you can use the WebBrowser.Document.GetElementFromPoint method. This will return a reference to the HtmlElement under the mouse. Check that the HtmlElement.Name is IMG (i.e. an image tag), if so then you can use HtmlElement.GetAttribute("src") to retrive the url of the image.

You can then use the System.Net.WebClient.DownloadFile method to actually download the file when the user has specified where the image is to be saved.



You know you're a Land Rover owner when the best route from point A to point B is through the mud.

Ed
QuestionMonitor Bandwidth Usage Pin
Darren_2-Jun-06 10:28
Darren_2-Jun-06 10:28 
AnswerRe: Monitor Bandwidth Usage Pin
Stephan Samuel2-Jun-06 10:38
Stephan Samuel2-Jun-06 10:38 
GeneralRe: Monitor Bandwidth Usage Pin
Darren_2-Jun-06 10:45
Darren_2-Jun-06 10:45 
GeneralRe: Monitor Bandwidth Usage Pin
Darren_2-Jun-06 11:22
Darren_2-Jun-06 11:22 
GeneralRe: Monitor Bandwidth Usage Pin
Stephan Samuel2-Jun-06 11:33
Stephan Samuel2-Jun-06 11:33 
GeneralRe: Monitor Bandwidth Usage Pin
Darren_2-Jun-06 22:31
Darren_2-Jun-06 22:31 
QuestionWhat is "turning on a trace"? Pin
...---...2-Jun-06 9:37
...---...2-Jun-06 9:37 
AnswerRe: What is "turning on a trace"? Pin
leppie2-Jun-06 9:41
leppie2-Jun-06 9:41 
AnswerRe: What is "turning on a trace"? Pin
Chris Meech2-Jun-06 9:52
Chris Meech2-Jun-06 9:52 
AnswerRe: What is "turning on a trace"? Pin
Stephan Samuel2-Jun-06 9:59
Stephan Samuel2-Jun-06 9:59 
AnswerRe: What is "turning on a trace"? Pin
malikjhangirahmed@hotmail.com2-Jun-06 22:17
malikjhangirahmed@hotmail.com2-Jun-06 22:17 
Question[Message Deleted] Pin
kjosh2-Jun-06 9:23
kjosh2-Jun-06 9:23 
AnswerRe: CLR Pin
Paul Brower2-Jun-06 9:24
Paul Brower2-Jun-06 9:24 
AnswerRe: CLR Pin
Stephan Samuel2-Jun-06 10:02
Stephan Samuel2-Jun-06 10:02 
QuestionListItem is Not Exist in .NET 2.0 Pin
VenkataRamana.Gali2-Jun-06 9:08
VenkataRamana.Gali2-Jun-06 9:08 
AnswerRe: ListItem is Not Exist in .NET 2.0 Pin
Guffa2-Jun-06 9:10
Guffa2-Jun-06 9:10 
AnswerRe: ListItem is Not Exist in .NET 2.0 Pin
Nick Parker2-Jun-06 10:41
protectorNick Parker2-Jun-06 10:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.