Click here to Skip to main content
15,914,488 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 10:47
Aaron1282-Aug-06 10:47 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 11:29
Stephen McGuire2-Aug-06 11:29 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 11:31
Aaron1282-Aug-06 11:31 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 11:42
Stephen McGuire2-Aug-06 11:42 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 11:47
Aaron1282-Aug-06 11:47 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire3-Aug-06 6:59
Stephen McGuire3-Aug-06 6:59 
QuestionGiving colors to the Tab pages of Tab control. Pin
Rajiya2-Aug-06 1:54
Rajiya2-Aug-06 1:54 
AnswerRe: Giving colors to the Tab pages of Tab control. Pin
Stephen McGuire2-Aug-06 6:54
Stephen McGuire2-Aug-06 6:54 
The Tab control properties relate to the whole control that hosts the tab pages. You can set the BackColor property for this.

To set color of individual Tab pages, you can select it in the designer and change its BackColor property. Alternatively, you can click the ellipsis (...) button to show the tab page collection editor and set the BackColor property for each page there.

In code, you need to set the TabPage.BackColor property.

Steve
AnswerRe: Giving colors to the Tab pages of Tab control. Pin
Dave Kreskowiak3-Aug-06 5:08
mveDave Kreskowiak3-Aug-06 5:08 
AnswerRe: Giving colors to the Tab pages of Tab control. Pin
Stephen McGuire3-Aug-06 7:05
Stephen McGuire3-Aug-06 7:05 
QuestionExcel File Pin
Mohammed Elkholy2-Aug-06 0:50
Mohammed Elkholy2-Aug-06 0:50 
AnswerRe: Excel File Pin
Stephen McGuire2-Aug-06 7:48
Stephen McGuire2-Aug-06 7:48 
GeneralRe: Excel File Pin
Mohammed Elkholy2-Aug-06 21:38
Mohammed Elkholy2-Aug-06 21:38 
GeneralRe: Excel File Pin
Stephen McGuire3-Aug-06 6:55
Stephen McGuire3-Aug-06 6:55 
QuestionExcelfile Pin
Mohammed Elkholy2-Aug-06 0:46
Mohammed Elkholy2-Aug-06 0:46 
QuestionVB2005 Pin
Solly742-Aug-06 0:25
Solly742-Aug-06 0:25 
QuestionVBA hide password window in access 2003[modified] Pin
torNAdE1-Aug-06 22:33
torNAdE1-Aug-06 22:33 
AnswerRe: VBA hide password window in access 2003[modified] Pin
Stephen McGuire2-Aug-06 7:38
Stephen McGuire2-Aug-06 7:38 
Questioncomparing values on fields in arraylists Pin
ssbelfast1-Aug-06 22:05
ssbelfast1-Aug-06 22:05 
AnswerRe: comparing values on fields in arraylists Pin
Stephen McGuire2-Aug-06 7:30
Stephen McGuire2-Aug-06 7:30 
GeneralRe: comparing values on fields in arraylists Pin
ssbelfast2-Aug-06 8:02
ssbelfast2-Aug-06 8:02 
GeneralRe: comparing values on fields in arraylists Pin
ssbelfast2-Aug-06 8:49
ssbelfast2-Aug-06 8:49 
GeneralRe: comparing values on fields in arraylists Pin
Stephen McGuire2-Aug-06 9:12
Stephen McGuire2-Aug-06 9:12 
GeneralRe: comparing values on fields in arraylists Pin
ssbelfast2-Aug-06 9:27
ssbelfast2-Aug-06 9:27 
GeneralRe: comparing values on fields in arraylists Pin
ssbelfast2-Aug-06 9:44
ssbelfast2-Aug-06 9:44 

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.