Click here to Skip to main content
15,923,222 members
Home / Discussions / C#
   

C#

 
QuestionControls on a window Pin
XeoN-Kc25-Jun-06 1:10
XeoN-Kc25-Jun-06 1:10 
AnswerRe: Controls on a window Pin
NaNg1524125-Jun-06 2:31
NaNg1524125-Jun-06 2:31 
QuestionstatusBar help Pin
foysal mamun24-Jun-06 22:19
foysal mamun24-Jun-06 22:19 
AnswerRe: statusBar help Pin
mav.northwind24-Jun-06 23:36
mav.northwind24-Jun-06 23:36 
GeneralRe: statusBar help Pin
foysal mamun24-Jun-06 23:37
foysal mamun24-Jun-06 23:37 
QuestionWhy the WebBrowser vertical scrollbar is always shown? Pin
AngryC24-Jun-06 20:09
AngryC24-Jun-06 20:09 
AnswerRe: Why the WebBrowser vertical scrollbar is always shown? Pin
Stephen Hewitt24-Jun-06 21:36
Stephen Hewitt24-Jun-06 21:36 
AnswerRe: Why the WebBrowser vertical scrollbar is always shown? Pin
Guffa25-Jun-06 0:27
Guffa25-Jun-06 0:27 
That is controlled by the overflow setting of the body tag. The possible values are visible, scroll, hidden or auto.

However, in IE 6 the default value is a special value that is neither of those. The special value has the effect that the vertical scrollbar is always visible.

Set the overflow in your css to auto to get rid of the scrollbar:

body {<br />
overflow: auto;<br />
}


---
b { font-weight: normal; }

GeneralRe: Why the WebBrowser vertical scrollbar is always shown? Pin
AngryC25-Jun-06 5:18
AngryC25-Jun-06 5:18 
QuestionHow can I disable selecting text from my WebBrowser control and drop it in another app? Pin
AngryC24-Jun-06 20:08
AngryC24-Jun-06 20:08 
AnswerRe: How can I disable selecting text from my WebBrowser control and drop it in another app? Pin
Stephen Hewitt24-Jun-06 21:55
Stephen Hewitt24-Jun-06 21:55 
Questionwant ot request a web page from a win app Pin
foysal mamun24-Jun-06 19:01
foysal mamun24-Jun-06 19:01 
AnswerRe: want ot request a web page from a win app Pin
Tamimi - Code24-Jun-06 20:15
Tamimi - Code24-Jun-06 20:15 
GeneralRe: want ot request a web page from a win app Pin
foysal mamun24-Jun-06 20:41
foysal mamun24-Jun-06 20:41 
GeneralRe: want ot request a web page from a win app Pin
Tamimi - Code24-Jun-06 20:50
Tamimi - Code24-Jun-06 20:50 
GeneralRe: want ot request a web page from a win app Pin
foysal mamun24-Jun-06 21:23
foysal mamun24-Jun-06 21:23 
AnswerRe: want ot request a web page from a win app Pin
Guffa25-Jun-06 0:29
Guffa25-Jun-06 0:29 
Questionhelp Romote Programmer Pin
breakhearts24-Jun-06 18:43
breakhearts24-Jun-06 18:43 
AnswerRe: help Romote Programmer Pin
Paul Conrad24-Jun-06 19:00
professionalPaul Conrad24-Jun-06 19:00 
AnswerRe: help Romote Programmer Pin
breakhearts24-Jun-06 20:13
breakhearts24-Jun-06 20:13 
GeneralRe: help Romote Programmer Pin
mav.northwind24-Jun-06 23:41
mav.northwind24-Jun-06 23:41 
GeneralRe: help Romote Programmer Pin
breakhearts25-Jun-06 4:59
breakhearts25-Jun-06 4:59 
Questionabout ObjectDisposedException Pin
Super Lloyd24-Jun-06 18:12
Super Lloyd24-Jun-06 18:12 
AnswerRe: about ObjectDisposedException [modified] Pin
Guffa25-Jun-06 0:32
Guffa25-Jun-06 0:32 
GeneralRe: about ObjectDisposedException Pin
Super Lloyd25-Jun-06 0:45
Super Lloyd25-Jun-06 0:45 

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.