473,326 Members | 2,076 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Upgraded to .Net now missing controls

Hi everyone,
I just used the upgrade wizard to upgrade a project of mine. One of the main
forms I have has over 200 controls on the form, Uses some tab controls. Now,
I have a main tab control that contains 3 other tab controls. The inner tab
controls contains the controls. On one of these tab controls, no controls
display on the tab control, but the other tab controls are fine. If I use the
properties dialog I can see the missing controls in the dropdown list. If I
select one from the list, the tab control looks like it moves to the tab that
should contain the control, but of course its not displaying. Has anyone seen
this. It seems as if the controls are these but hiding somehow. I tried using
the bring to front/Send to the back options but still the same problem. Can
someone help on this one. Thanks
Michael
Nov 21 '05 #1
4 1129
Michael,

Probably can you find your answer on the best side for the tabcontrol from
Michael

http://dotnetrix.co.uk/tabcontrols.html

I hope this helps,

Cor
"Michael" <Mi*****@discussions.microsoft.com> schreef in bericht
news:DA**********************************@microsof t.com...
Hi everyone,
I just used the upgrade wizard to upgrade a project of mine. One of the
main
forms I have has over 200 controls on the form, Uses some tab controls.
Now,
I have a main tab control that contains 3 other tab controls. The inner
tab
controls contains the controls. On one of these tab controls, no controls
display on the tab control, but the other tab controls are fine. If I use
the
properties dialog I can see the missing controls in the dropdown list. If
I
select one from the list, the tab control looks like it moves to the tab
that
should contain the control, but of course its not displaying. Has anyone
seen
this. It seems as if the controls are these but hiding somehow. I tried
using
the bring to front/Send to the back options but still the same problem.
Can
someone help on this one. Thanks
Michael

Nov 21 '05 #2
Hi Again,
I looked at the site and it didn't have anything at first glance that
helped. Further investigations shows that the Tabpages for this tab has a
value of 0 for the Height property. And it won't let me change the value
either. Also, if I select one of the controls from the properties window, you
can see the hightlight for it, but the actual control still wond display.
Once I get the highlight I tried using the Bring to front but still the same.
Why would the Upgrade Wizard do this. Thanks for any info.
Michael
"Cor Ligthert [MVP]" wrote:
Michael,

Probably can you find your answer on the best side for the tabcontrol from
Michael

http://dotnetrix.co.uk/tabcontrols.html

I hope this helps,

Cor
"Michael" <Mi*****@discussions.microsoft.com> schreef in bericht
news:DA**********************************@microsof t.com...
Hi everyone,
I just used the upgrade wizard to upgrade a project of mine. One of the
main
forms I have has over 200 controls on the form, Uses some tab controls.
Now,
I have a main tab control that contains 3 other tab controls. The inner
tab
controls contains the controls. On one of these tab controls, no controls
display on the tab control, but the other tab controls are fine. If I use
the
properties dialog I can see the missing controls in the dropdown list. If
I
select one from the list, the tab control looks like it moves to the tab
that
should contain the control, but of course its not displaying. Has anyone
seen
this. It seems as if the controls are these but hiding somehow. I tried
using
the bring to front/Send to the back options but still the same problem.
Can
someone help on this one. Thanks
Michael


Nov 21 '05 #3
Michael,

In VBNet you can see every code, if you go to the designer part and click on
the plus than you see it.

Know that controls are showed in ZOrder (last added has the priority in
showing) in the way they are added to their parent.

Probably is there something not as you want it.

When you first do this, it looks difficult, however doing it you learn as
well how it is done.

(It can be because of that a control hides another).

I hope this helps a little bit.

Cor
"Michael" <Mi*****@discussions.microsoft.com> schreef in bericht
news:3A**********************************@microsof t.com...
Hi Again,
I looked at the site and it didn't have anything at first glance that
helped. Further investigations shows that the Tabpages for this tab has a
value of 0 for the Height property. And it won't let me change the value
either. Also, if I select one of the controls from the properties window,
you
can see the hightlight for it, but the actual control still wond display.
Once I get the highlight I tried using the Bring to front but still the
same.
Why would the Upgrade Wizard do this. Thanks for any info.
Michael
"Cor Ligthert [MVP]" wrote:
Michael,

Probably can you find your answer on the best side for the tabcontrol
from
Michael

http://dotnetrix.co.uk/tabcontrols.html

I hope this helps,

Cor
"Michael" <Mi*****@discussions.microsoft.com> schreef in bericht
news:DA**********************************@microsof t.com...
> Hi everyone,
> I just used the upgrade wizard to upgrade a project of mine. One of the
> main
> forms I have has over 200 controls on the form, Uses some tab controls.
> Now,
> I have a main tab control that contains 3 other tab controls. The inner
> tab
> controls contains the controls. On one of these tab controls, no
> controls
> display on the tab control, but the other tab controls are fine. If I
> use
> the
> properties dialog I can see the missing controls in the dropdown list.
> If
> I
> select one from the list, the tab control looks like it moves to the
> tab
> that
> should contain the control, but of course its not displaying. Has
> anyone
> seen
> this. It seems as if the controls are these but hiding somehow. I tried
> using
> the bring to front/Send to the back options but still the same problem.
> Can
> someone help on this one. Thanks
> Michael


Nov 21 '05 #4
Hi Cor,
I have the problem. The upgrade wizard must have set the Apperance property
of the Tab control to Button. When I set it to normal, all the control
appeared and the Tabpage sizes are normal now. Thanks again for all the help.
Michael

"Cor Ligthert [MVP]" wrote:
Michael,

In VBNet you can see every code, if you go to the designer part and click on
the plus than you see it.

Know that controls are showed in ZOrder (last added has the priority in
showing) in the way they are added to their parent.

Probably is there something not as you want it.

When you first do this, it looks difficult, however doing it you learn as
well how it is done.

(It can be because of that a control hides another).

I hope this helps a little bit.

Cor
"Michael" <Mi*****@discussions.microsoft.com> schreef in bericht
news:3A**********************************@microsof t.com...
Hi Again,
I looked at the site and it didn't have anything at first glance that
helped. Further investigations shows that the Tabpages for this tab has a
value of 0 for the Height property. And it won't let me change the value
either. Also, if I select one of the controls from the properties window,
you
can see the hightlight for it, but the actual control still wond display.
Once I get the highlight I tried using the Bring to front but still the
same.
Why would the Upgrade Wizard do this. Thanks for any info.
Michael
"Cor Ligthert [MVP]" wrote:
Michael,

Probably can you find your answer on the best side for the tabcontrol
from
Michael

http://dotnetrix.co.uk/tabcontrols.html

I hope this helps,

Cor
"Michael" <Mi*****@discussions.microsoft.com> schreef in bericht
news:DA**********************************@microsof t.com...
> Hi everyone,
> I just used the upgrade wizard to upgrade a project of mine. One of the
> main
> forms I have has over 200 controls on the form, Uses some tab controls.
> Now,
> I have a main tab control that contains 3 other tab controls. The inner
> tab
> controls contains the controls. On one of these tab controls, no
> controls
> display on the tab control, but the other tab controls are fine. If I
> use
> the
> properties dialog I can see the missing controls in the dropdown list.
> If
> I
> select one from the list, the tab control looks like it moves to the
> tab
> that
> should contain the control, but of course its not displaying. Has
> anyone
> seen
> this. It seems as if the controls are these but hiding somehow. I tried
> using
> the bring to front/Send to the back options but still the same problem.
> Can
> someone help on this one. Thanks
> Michael


Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: steve | last post by:
Hi, I just upgraded my php but ran into a problem. Never seen this before. Somehow it seems I lost php file association. When I do a http://localhost/something.php I get a prompt for dowload...
3
by: Doug Bratton | last post by:
I have a C# ASP.Net project using Web Form controls. The development system is VS 2002 on WXP Pro and all works fine. When I copy the project to a W2k system with dotNet 1.0 and view the .aspx...
0
by: John | last post by:
Hello, We upgraded from vs.net 2002 to vs.net 2003 but we don't seem to have the new 9.2 merge modules does anyone know where I can get them? Thanks in advance. John
2
by: Simon Verona | last post by:
I don't know if this is the correct group to ask the question, but I'll ask it here anyways! I have a solution, written in vb.net 2003 (using Visual Studio 2003 Professional) which has multiple...
4
by: WebBuilder451 | last post by:
Is there a good way to add master page functionality to an upgraded site. 1.1 vs32003 to 2.0 vs2005. So far i get some unusual errors when i try to apply to existing pages. and im getting some...
9
by: JJ | last post by:
Just wondered if you have found some distinct improvements that are worth mentioning. I have found that I have spent a lit of time recently coding things that I wonder may be improved in VS 2005...
1
by: Dave Harry | last post by:
I've had trouble with VB 2003 not doing things quite right, help won't compile, etc, things are being a general pain the the bum. I've downloaded the VB Express 2005 and trying my code there...
4
by: =?Utf-8?B?QWxleA==?= | last post by:
I upgraded a web application into a VS 2005/.NET 2.0 Web Application Project (as opposed to a Website project), but did not set the pages to be partial classes. Looking at the code behind, you...
0
by: dotnet2005 | last post by:
Hi Toall , I want to explain you clearly , I am having some panels having some controls CheckBox,ComboBox,Datagridview,Hyperlink,label,Listbox,Picturebox,RadioButt­ on ,Textbox)...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.