Custom Control - TabControl

A

Andreas Schulz

Hi,

can someone help me by providing code snippets or links for creating a
custom tabcontrol?

I wanna have a tabcontrol for a pocket pc where the tabpages are always
at top and not at bottom.

Thanks

Andreas
 
J

Justin Swan [MSFT]

Hello Andreas,
I've found a few pages on creating custom controls that should be of use
to you.

Creating Custom Controls
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnroad/html
/road11272002.asp

Creating Custom Controls for the .NET Compact Framework -
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/h
tml/customctrlscompactfx.asp

Developing Custom Controls in C# with Smart Device Extensions -
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncenet/htm
l/customctrlssde.asp

Design-time Functionality for Custom Controls in Compact Framework and SDE
- http://www.intelprog.com/articles/index.html


I believe the first link should be most helpful as it covers "mutant
controls" which are already existing controls, in your case tabcontrol,
which are modified to suit a developers specific needs. Let me know if
this helps.

Justin


This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Andreas Schulz

Hi Justin,

thanks for providing the links. The first one seems to be the most
interesting for me as you suggested. But since I am not familar with
vb.net it's hard for me to turn the code to c#. I tried to but when
compiling i get some errors. could you please help?

Andreas
 
J

Justin Swan [MSFT]

Sorry about the delay in response, could you please post the code you are
having troubles with?


This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top