PROBLEMS WITH TABCONTROL IN VB6 |
Post Reply |
Author | |
pcmaker
Groupie Joined: 05 May 2005 Location: Venezuela Status: Offline Points: 23 |
Post Options
Thanks(0)
Posted: 09 November 2005 at 9:33am |
Good
Morning. I
have this problem, when I use the TABCONTROL and I try it handle a form (page),
the TABCONTROL appears well, but when I call to another form from this page in
modal form and the modal form pass values to a texts or labels and this after
download it, the form page stays
disabled. All controls appear
normal but I can’t use them, whereas in another tab of the same control who
handles another form page all is ok. I did the links of the forms like in your
example (Visual Basic 6. common/Tabmanager), which is the problem at the
time? Thanks for your Replies. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Please instead of extended forms for client pages use PictureBoxes from same form. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
pcmaker
Groupie Joined: 05 May 2005 Location: Venezuela Status: Offline Points: 23 |
Post Options
Thanks(0)
|
EXCUSE ME, WHERE IS THE DIFERENCE USING IT?
IF YOU CAN EXPLAIN ME BETTER, AN EXAMPLE WILL BE A PERFECT WAY. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
I can't upload example (some problems with Forum) All you need: Put TabControl, PictureBox 1, PictureBox 2 and call TabControl1.InsertItem 0, "Item 1", Picture1.hWnd, 0 as advantage 1. tab order will work for all frame. 2. it will be no problem with modal dialog.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
pcmaker
Groupie Joined: 05 May 2005 Location: Venezuela Status: Offline Points: 23 |
Post Options
Thanks(0)
|
OK. I TRY FOLOW YOUR EXPLAIN AND IT WORKS FINE WHEN I CALL OF MODAL
FORM, BUT ONLY IT WORKS FINE IF I USE BREAKPOINTS IN VB6, OTHERWISE MY
PROGRAM FREEZE AND THE UNIQUE WAY TO SHUTDOWN IS CTRL+ALT+DEL AND CLICK
IN VB6.EXE AND TERMINATE.
I UNLOAD AND REMOVEALL OF TABCONTROLS, ONLY I USE OTHER TABCONTROL WITH OTHER FORM BUT THEY WORK FINE BEFORE, BUT I UNLOAD THIS FORM AND THIS TAB. NOW, WHERE IS THE PROBLEM? BUT IF IT WORKS FINE, VERY FINE WITH BREAKPOINTS, WHY DONT IT WORKS NORMALY?. THANK FOR YOUR HELP AND PATIENT. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |