Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

random questions & problems 1

Status
Not open for further replies.

Sw0rdfish149

Programmer
Joined
Jan 18, 2004
Messages
15
Location
GB
I've been using VB6 for a while now and I've got some questions to ask:

Where does an OLE word document get saved to? cos it ain't in the same folder as the Project, unless its stored in the Visual Basic Form Binary File.

On an SSTab, is there any events for clicking on each tab?

Is there a way of validating textboxes in an array to numbes only?

cheers everyone
 

In reverse order ...

You accepted the job, you keep the job, you stay at the job, you answer that question

Yes, search this site for text number using all words and you should find a couple of answers.

Search and you find your answer.

And I will ask you this ... does it get larger after you add the ole word doc? (your answer could be there)

And it still seems that you have not read FAQ222-2244 item 15 yet!

Good Luck

 
I can't find anything on the validation or the sstab events!

Any other pointers?

(yeah ive read item 15)


 

Ok,...
[tt]
WhatTabIsSelected = SSTab1.Tab
'or
SStab1.Tab = WhichTabIWantToBeSelected
[/tt]

but actually finding out which tab has been selected you will need to use the mouse events(down or up wouldn't use move) via their x,y and some calculations and/or the key events to test for the Alt+Tab combination.

Also the validation event is fired when the sstab loses (or is going to lose) focus.

Thanks and Good Luck

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top