Click here to Skip to main content
15,901,283 members
Home / Discussions / C#
   

C#

 
AnswerRe: which datatype will be appropriate for Ratio calculation in C# Pin
User 665814-Jun-06 5:20
User 665814-Jun-06 5:20 
AnswerRe: which datatype will be appropriate for Ratio calculation in C# Pin
albCode14-Jun-06 5:21
albCode14-Jun-06 5:21 
GeneralRe: which datatype will be appropriate for Ratio calculation in C# Pin
MCSD-Gandalf14-Jun-06 5:50
MCSD-Gandalf14-Jun-06 5:50 
QuestionC++ -> C# VirtualAllocEx! Pin
suguimoto14-Jun-06 3:59
suguimoto14-Jun-06 3:59 
AnswerRe: C++ -> C# VirtualAllocEx! Pin
Josh Smith14-Jun-06 4:21
Josh Smith14-Jun-06 4:21 
GeneralRe: C++ -> C# VirtualAllocEx! Pin
suguimoto14-Jun-06 4:34
suguimoto14-Jun-06 4:34 
JokeTabStrip Control Downside Pin
Sravan Krishna14-Jun-06 3:30
Sravan Krishna14-Jun-06 3:30 
JokeRe: TabStrip Control Downside Pin
Mairaaj Khan14-Jun-06 3:39
professionalMairaaj Khan14-Jun-06 3:39 
GeneralRe: TabStrip Control Downside Pin
Sravan Krishna14-Jun-06 4:23
Sravan Krishna14-Jun-06 4:23 
QuestionMulticolumn Drop Down in DataGridView Pin
i_islamian14-Jun-06 3:28
i_islamian14-Jun-06 3:28 
QuestionAdding a TracBar to a ToolStripMemuItem Pin
smcneese14-Jun-06 3:07
smcneese14-Jun-06 3:07 
Questionthe Value of the Last ID ... Pin
mostafa_h14-Jun-06 3:01
mostafa_h14-Jun-06 3:01 
AnswerRe: the Value of the Last ID ... Pin
Tamimi - Code14-Jun-06 3:17
Tamimi - Code14-Jun-06 3:17 
AnswerRe: the Value of the Last ID ... Pin
HawkeyeLonewolf14-Jun-06 6:09
HawkeyeLonewolf14-Jun-06 6:09 
AnswerRe: the Value of the Last ID ... Pin
Guffa14-Jun-06 8:07
Guffa14-Jun-06 8:07 
GeneralRe: the Value of the Last ID ... Pin
mostafa_h14-Jun-06 8:29
mostafa_h14-Jun-06 8:29 
AnswerRe: the Value of the Last ID ... Pin
Guffa14-Jun-06 10:40
Guffa14-Jun-06 10:40 
QuestionInheritance from a form. Pin
HZ_7914-Jun-06 2:53
HZ_7914-Jun-06 2:53 
Questionxml wrapped tags or attributes Pin
fady_sayegh14-Jun-06 2:12
fady_sayegh14-Jun-06 2:12 
Questionxml wrapped tags or attributes Pin
fady_sayegh14-Jun-06 2:09
fady_sayegh14-Jun-06 2:09 
QuestionRotating a UserControl Pin
DragonFox14-Jun-06 1:32
DragonFox14-Jun-06 1:32 
AnswerRe: Rotating a UserControl Pin
Josh Smith14-Jun-06 3:49
Josh Smith14-Jun-06 3:49 
Sounds like you're working on a fun app! Unfortunately there is no support in WinForms (or Win32 for that matter) for rotating controls. The best you could do is display images instead of the Button (user control). Since bitmaps can be rotated, you could probably, with lots of effort, make it look and feel pretty cool using images.

If you have the option, I'd say develop this app using WPF. WPF has huge support for transforms, animations, and all types of visually exciting effects. I've been studying it now for about a month and am more and more amazed by it every day!!

Josh
QuestionExecute a program inside a C# program Pin
heljo13414-Jun-06 1:15
heljo13414-Jun-06 1:15 
AnswerRe: Execute a program inside a C# program Pin
HZ_7914-Jun-06 2:49
HZ_7914-Jun-06 2:49 
AnswerRe: Execute a program inside a C# program Pin
Mr. VB.NET14-Jun-06 5:17
Mr. VB.NET14-Jun-06 5:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.