Click here to Skip to main content
16,005,826 members
Home / Discussions / C#
   

C#

 
GeneralRe: A namespace does not directly contain....... [modified] Pin
Skanless30-Jan-07 13:06
Skanless30-Jan-07 13:06 
GeneralRe: A namespace does not directly contain....... Pin
Colin Angus Mackay30-Jan-07 13:20
Colin Angus Mackay30-Jan-07 13:20 
GeneralRe: A namespace does not directly contain....... Pin
Skanless30-Jan-07 13:24
Skanless30-Jan-07 13:24 
QuestionNeed help " DataBinder.Eval " Pin
ujupanmester30-Jan-07 12:38
ujupanmester30-Jan-07 12:38 
AnswerRe: Need help " DataBinder.Eval " Pin
Christian Graus30-Jan-07 12:48
protectorChristian Graus30-Jan-07 12:48 
GeneralRe: Need help " DataBinder.Eval " Pin
ujupanmester30-Jan-07 13:11
ujupanmester30-Jan-07 13:11 
GeneralRe: Need help " DataBinder.Eval " Pin
Christian Graus30-Jan-07 13:50
protectorChristian Graus30-Jan-07 13:50 
QuestionHow can I tell if my Webbrowser object is selected Pin
earlgraham30-Jan-07 12:31
earlgraham30-Jan-07 12:31 
I’m trying to grab an image off a System.Windows.Forms.WebBrowser object. I can’t find a method that will tell me if it is selected. If I command it to be selected, it toggles between selected and not.

Here is some code to show the usage…
webBrowser1.Select();
Bitmap docImage1 = new Bitmap(webBrowser1.Width, webBrowser1.Height);
webBrowser1.DrawToBitmap(docImage1, new Rectangle(webBrowser1.Location.X,
                         webBrowser1.Location.Y, webBrowser1.Width, webBrowser1.Height));
file = "c:/tempB" + j + ".bmp";
docImage1.Save(file, System.Drawing.Imaging.ImageFormat.Bmp); 

Hope someone can help Sniff | :^)


Programmer
Glenn Earl Graham
Austin, TX

AnswerRe: How can I tell if my Webbrowser object is selected Pin
Stefan Troschuetz30-Jan-07 21:23
Stefan Troschuetz30-Jan-07 21:23 
QuestionADO.NET DataGrid/DataGridView Help [modified] Pin
Blekk30-Jan-07 12:31
Blekk30-Jan-07 12:31 
QuestionExtract data out of a LARGE text file Pin
amatbrewer30-Jan-07 12:22
amatbrewer30-Jan-07 12:22 
AnswerRe: Extract data out of a LARGE text file Pin
Luc Pattyn30-Jan-07 12:36
sitebuilderLuc Pattyn30-Jan-07 12:36 
GeneralRe: Extract data out of a LARGE text file Pin
amatbrewer30-Jan-07 12:49
amatbrewer30-Jan-07 12:49 
GeneralRe: Extract data out of a LARGE text file Pin
Luc Pattyn30-Jan-07 13:05
sitebuilderLuc Pattyn30-Jan-07 13:05 
GeneralRe: Extract data out of a LARGE text file Pin
amatbrewer30-Jan-07 16:05
amatbrewer30-Jan-07 16:05 
GeneralRe: Extract data out of a LARGE text file Pin
spin vector30-Jan-07 17:29
spin vector30-Jan-07 17:29 
GeneralRe: Extract data out of a LARGE text file Pin
amatbrewer31-Jan-07 7:41
amatbrewer31-Jan-07 7:41 
GeneralRe: Extract data out of a LARGE text file Pin
spin vector30-Jan-07 17:35
spin vector30-Jan-07 17:35 
Questionoptimization of type comparison Pin
spin vector30-Jan-07 12:20
spin vector30-Jan-07 12:20 
AnswerRe: optimization of type comparison Pin
Christian Graus30-Jan-07 12:30
protectorChristian Graus30-Jan-07 12:30 
AnswerRe: optimization of type comparison Pin
Luc Pattyn30-Jan-07 12:38
sitebuilderLuc Pattyn30-Jan-07 12:38 
GeneralRe: optimization of type comparison Pin
spin vector30-Jan-07 12:49
spin vector30-Jan-07 12:49 
GeneralRe: optimization of type comparison Pin
Luc Pattyn30-Jan-07 13:08
sitebuilderLuc Pattyn30-Jan-07 13:08 
GeneralRe: optimization of type comparison Pin
Christian Graus30-Jan-07 14:12
protectorChristian Graus30-Jan-07 14:12 
GeneralRe: optimization of type comparison Pin
Luc Pattyn30-Jan-07 14:37
sitebuilderLuc Pattyn30-Jan-07 14:37 

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.