how do i make the form like a ipod were like ever things in there place where an ipod would be ? an make it were u can change pages thnks for help guys an girls
@metalen666, No offense, that is NOTHING like Iphone/Ipad , it's nothing but a border less Ipad most likely from a PSD pack with dotnetbar components dropped inside of it, it does not look or feel like a idevice.
@pushdis15
One way would be to make your own controls and transitions.
@Hassan & I were working on some a while back, not as hard as it sounds.
You will also need some kinetic scrolling.
Another way (the faux way) would be (if you are looking for pages like in Iphone ) to use tabs control, just remove the tabs and use them for different pages (like on a iphone)
Simply have (let's say) 5 tabs, fill each tab with the content, remove tabs from contol and on button click for that page do
Someone (a while back) made a flick scrolling component for winforms, just google "Flick Scrolling Winforms" , Should find it. There is also a sample on how to use the class in your own project.
If your interested in furthering your development, you can also look into Mono-Touch.
MonoTouch allows developers to create C# and .NET
based applications that run on Apple's iPhone, iPad,
and iPod Touch devices, while taking advantage of
the iPhone APIs and reusing both code and libraries
that have been built for .NET, as well as existing skill
Mono Touch has it's own set of .net components.
If you are a asp.net / vb.net developer or if you would like to develop asp.net applications that look native to a Iphone and can run as a hybrid or web app, then you can search for ComponentOnes Iphone components for asp.net (You can make asp.net applications using vb.net)
So , really it depends on where you want to go with it.
Here is an example:
he wants the background. which is simple, just set the transparencykey to 'Control' and make the BackgroundImage an iPad.
Yeah, seen that in the title just now, oh well.
Still, I suggest taking advantage of everything else, what;s the point of making a IPOD or IPAD form without keeping the theme, if you do , it ends up looking like worst then a standard windows form.
Make custom controls not that hard at all
Originally Posted by NextGen1
Yeah, seen that in the title just now, oh well.
Still, I suggest taking advantage of everything else, what;s the point of making a IPOD or IPAD form without keeping the theme, if you do , it ends up looking like worst then a standard windows form.
naw thats wat i wanted u explained it all i just got to look at that an find out how to do it thanks