[dba-VB] Tabstrip Control - VB6

Griffiths, Richard R.Griffiths at bury.gov.uk
Tue Jan 20 10:43:57 CST 2004


Seth

the TabStrip that I am using (MS Tabbed Dialog tabctl32) does not have this
propery/method .Pages

Richard



> -----Original Message-----
> From:	Seth Galitzer [SMTP:sgsax at ksu.edu]
> Sent:	20 January 2004 16:30
> To:	dba-vb at databaseadvisors.com
> Subject:	Re: [dba-VB] Tabstrip Control - VB6
> 
> Richard,
> 
> Use the SetFocus method of the page to simulate clicking on the tab. 
> Tab control pages can be named, like any other control.  Here's some
> code:
> 
> tabMyTabControl.Pages("pgeMyPage").SetFocus
> 
> A page can be identifed by its name or index value.
> 
> Seth
> 
> On Tue, 2004-01-20 at 09:30, Griffiths, Richard wrote:
> > Hi Group
> > 
> > Having problems trying to code a tabstrip click i.e. code to change the
> tab
> > - can't seem to be able to find the correct method.
> > Any ideas
> > 
> > Thanks
> > Richard
> > 
> 
> -- 
> Seth Galitzer			sgsax at ksu.edu
> Computing Specialist		http://puma.agron.ksu.edu/~sgsax
> Dept. of Plant Pathology
> Kansas State University
> 
> _______________________________________________
> dba-VB mailing list
> dba-VB at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/dba-vb
> http://www.databaseadvisors.com
> 



More information about the dba-VB mailing list