how to draw text on curve in c# windows store app - c#

I am working on windows store app project for windows 8.1 in visual studio 2013. I need to apply curve on textblock using slider value.Means when i move slider the text becomes curved. Can any one help me for this.
Is their any simple way to curve text in xaml or c# for windows store app.

Related

Visual Studio Windows Forms sizing is off

I am making a board game using C# in Visual Studio.
I am using pictureboxes as pieces and I change their location according to their dice roll.
The locations are really important to my game.
But for some reason, when I test the app, the sizing and locations are way different than in the design view while editing (see images, espacially the image differences are visible)
Is there any way to get around this and get better sizing/locations on my application?
The design view while editing
The app while testing (Started)

Windows form in smart device project

I have develop a small project for my Handheld device(Windows CE 7.0) using VS 2008 pro. I has a windows form with 2 text box in the project. I build the cab file and install the apps into the handheld device but the UI seem like weird. It has extra gray color area appear on top of the UI but not sure what is the gray area is. I attached the screen shot of the UI. Please help, how I can remove those area,
i think the color is the color of a panel docked on top remove the panel

Add images and Text to my quiz application (C# Desktop)

I have Quiz web application which the admin can add a question; this can be text and images . The options can also be text and images as seen below.
I have been asked to reproduce this in a redistributable desktop application using c#.
I am finding it difficult to do this sine there is no single control in windows forms that can display both text and image.
I have attached some graphical illustrations below.
If you need a control that contains an image and text, why not building a UserControl that takes both?
(If you are working with graphics, I would recommend WPF.)

Open the camera on a MS Surface Pro 3 from vs2010 .net 4.5 Winform?

So, I am developing a custom winforms program in vs2010. This program will be installed on MS Surface Pro 3's that we will ship out to our employee's in the field. One part of the application required them to snap a photo of what they are looking at. I would like to place a button in my winforms program that will open the surface Pro 3 camera. Does any one know how to accomplish this?

Windows Phone 8.1 Textbox Color Style

I need the colors of the following Themes Light, Dark and HighContrast for the Textbox of Windows Phone 8.1.
I found the color-definitions here, but I think they are mainly for Windows Store Apps, because Blend shows me some differences at the Textbox-Colors. But I only got some Colors at Blend and dont know how to get all of them for my Textbox.
Please help me to get the right colors!

Categories

Resources