Click here to Skip to main content
15,921,941 members
Home / Discussions / C#
   

C#

 
Questioninternet explorer on page event hook Pin
nchandra.org10-Oct-09 14:01
nchandra.org10-Oct-09 14:01 
QuestionRefresh PropertyGrid on control resize? Pin
xJorDyx10-Oct-09 12:12
xJorDyx10-Oct-09 12:12 
AnswerRe: Refresh PropertyGrid on control resize? Pin
Mycroft Holmes10-Oct-09 12:32
professionalMycroft Holmes10-Oct-09 12:32 
AnswerRe: Refresh PropertyGrid on control resize? Pin
Henry Minute10-Oct-09 12:34
Henry Minute10-Oct-09 12:34 
QuestionWebBrowser control steal focus on page load Pin
harold aptroot10-Oct-09 12:02
harold aptroot10-Oct-09 12:02 
AnswerRe: WebBrowser control steal focus on page load Pin
OriginalGriff10-Oct-09 22:26
mveOriginalGriff10-Oct-09 22:26 
GeneralRe: WebBrowser control steal focus on page load Pin
harold aptroot10-Oct-09 22:31
harold aptroot10-Oct-09 22:31 
GeneralRe: WebBrowser control steal focus on page load Pin
OriginalGriff10-Oct-09 22:53
mveOriginalGriff10-Oct-09 22:53 
GeneralRe: WebBrowser control steal focus on page load Pin
harold aptroot10-Oct-09 23:07
harold aptroot10-Oct-09 23:07 
GeneralRe: WebBrowser control steal focus on page load Pin
OriginalGriff10-Oct-09 23:27
mveOriginalGriff10-Oct-09 23:27 
GeneralRe: WebBrowser control steal focus on page load Pin
harold aptroot10-Oct-09 23:40
harold aptroot10-Oct-09 23:40 
GeneralRe: WebBrowser control steal focus on page load Pin
harold aptroot11-Oct-09 5:39
harold aptroot11-Oct-09 5:39 
QuestionList tree help! Pin
venomation10-Oct-09 9:56
venomation10-Oct-09 9:56 
AnswerRe: List tree help! Pin
Mycroft Holmes10-Oct-09 12:43
professionalMycroft Holmes10-Oct-09 12:43 
GeneralRe: List tree help! Pin
venomation10-Oct-09 12:59
venomation10-Oct-09 12:59 
AnswerRe: List tree help! Pin
Nicholas Butler11-Oct-09 1:14
sitebuilderNicholas Butler11-Oct-09 1:14 
GeneralRe: List tree help! Pin
venomation11-Oct-09 3:13
venomation11-Oct-09 3:13 
QuestionPageSetupDialog doesn't autoselect "US Index Card 5x8" in Page Size dropdown list Pin
Mzungu Mark10-Oct-09 9:16
Mzungu Mark10-Oct-09 9:16 
If I set the paper size of the dialog to "US Index Card 5x8" (one of the options in the Page Size dropdown list), then open the dialog, "Letter" is selected for the Page Size. See code below:

pageSetupDialog = new PageSetupDialog();
pageSetupDialog.Document = new PrintDocument();
pageSetupDialog.PageSettings.PaperSize = new PaperSize("US Index Card 5x8", 500, 800);
DialogResult result = pageSetupDialog.ShowDialog();

Even if I select "Letter" or "Legal" in the dialog box and click OK, pageSetupDialog.PageSettings.PaperSize is still set to the custom size, NOT Letter as it should be.

Is this a bug? Please help.
QuestionDebugging a getter Pin
Hans Ruck10-Oct-09 9:03
Hans Ruck10-Oct-09 9:03 
AnswerRe: Debugging a getter Pin
Luc Pattyn10-Oct-09 11:04
sitebuilderLuc Pattyn10-Oct-09 11:04 
GeneralRe: Debugging a getter Pin
stancrm10-Oct-09 11:53
stancrm10-Oct-09 11:53 
GeneralRe: Debugging a getter Pin
Luc Pattyn10-Oct-09 12:50
sitebuilderLuc Pattyn10-Oct-09 12:50 
Questionbest way for a client/server program Pin
teknolog12310-Oct-09 8:51
teknolog12310-Oct-09 8:51 
AnswerRe: best way for a client/server program Pin
Md. Marufuzzaman10-Oct-09 8:58
professionalMd. Marufuzzaman10-Oct-09 8:58 
GeneralRe: best way for a client/server program Pin
teknolog12310-Oct-09 9:09
teknolog12310-Oct-09 9:09 

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.