No announcements
Found 2109851 threads
-
1 Votes
Changing App Skin at Runtime
http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.resourcedictionary ResourceDictionary and StaticResource references ...Answered | 2 Replies | 2525 Views | Created by peterGro - Wednesday, July 18, 2012 7:34 AM | Last reply by Jesse Jiang - Thursday, July 19, 2012 8:18 AM -
0 Votes
Can I change C# win app in runtime ?
In the name of god I want to know, Can I change forms and other parts of an application like datagridView columns in runtime?Answered | 1 Replies | 3973 Views | Created by MS Csharp.Net - Friday, April 15, 2011 12:45 PM | Last reply by OmegaMan - Saturday, April 16, 2011 12:54 AM -
0 Votes
Skin like qq c/s
Hi experts, I have a requirement, please help me how to implement skin style like QQ. that means we can change Form's skin style in windows form ...Answered | 1 Replies | 1233 Views | Created by Jerry double - Wednesday, June 25, 2014 5:23 AM | Last reply by Risa- - Friday, July 4, 2014 3:30 AM -
3 Votes
wpf change application colors at runtime
When used more than once, the gradient failed to update at runtime.Answered | 4 Replies | 8184 Views | Created by joeAtBluebeam - Thursday, February 12, 2009 7:04 PM | Last reply by DutchMarcel - Monday, February 16, 2009 11:07 AM -
0 Votes
Changing App Skin at Runtime C#
private void BtnChangeSkin_Click(object sender, RoutedEventArgs e) { ResourceDictionary dict = new ResourceDictionary(); var rd = ...Answered | 3 Replies | 1244 Views | Created by 楚萧萧 - Thursday, November 21, 2013 8:57 AM | Last reply by 楚萧萧 - Friday, November 22, 2013 3:01 AM -
0 Votes
Applying Skins to Chart Programmatically
I have the need to create a Chart programmatically as in: Chart myChart = new Chart(); My problem is in applying a skin that I have created.Answered | 1 Replies | 4874 Views | Created by EJLindsay - Friday, January 23, 2009 2:09 PM | Last reply by Alex Gorev - Sunday, January 25, 2009 5:47 PM -
1 Votes
Changing a desktop icon while runtime in VS C#
Try the code in the post for changing the dektop icon How to change the icon for a shortcut on the desktop in C# 2.0?Answered | 4 Replies | 3022 Views | Created by Steve Koenig - Monday, July 16, 2012 10:13 AM | Last reply by Steve Koenig - Monday, July 16, 2012 1:12 PM -
2 Votes
change the skin of windows phone 7 emulator
On Thu, 22 Dec 2011 07:08:25 +0000, iyju wrote: hai, can anybody tell me to change the skin of windows phone 7 ...Answered | 2 Replies | 5148 Views | Created by iyju - Thursday, December 22, 2011 7:08 AM | Last reply by Jesse Jiang - Friday, December 23, 2011 8:49 AM -
1 Votes
Changing Python Runtime Version
I tried enabling python in my functions app and my C# applications stopped functioning.Answered | 2 Replies | 976 Views | Created by Shakeelsoogun - Sunday, July 24, 2016 12:10 PM | Last reply by bortixxx - Wednesday, August 24, 2016 9:58 PM -
3 Votes
c# - update xaml style at runtime in a metro app
I understood your question was how to change a style at runtime, in particular a font from a larger selection which the provided code, and example project does.Answered | 9 Replies | 8710 Views | Created by cybergabry - Friday, December 28, 2012 8:25 PM | Last reply by cybergabry - Wednesday, January 9, 2013 11:04 PM -
1 Votes
How to create skins for applications?
Also , search for Transparent drawing with C# in google, ..Answered | 4 Replies | 3145 Views | Created by Bottomless Wisdom - Saturday, January 10, 2009 2:15 AM | Last reply by Yam Sapkota - Saturday, January 10, 2009 4:43 PM -
0 Votes
How to Change a Connectstring in runtime?
Then, the OData address should be changed in the app to be able to point the processes in that direction.Answered | 9 Replies | 2465 Views | Created by RientsNL - Friday, May 25, 2012 2:55 PM | Last reply by Manuel Rivera - Thursday, June 7, 2012 1:29 PM -
0 Votes
How to change app theme in WP8.1 at runtime
Change them from StaticResources to ThemeResources.Answered | 1 Replies | 1295 Views | Created by MBRInfo - Tuesday, December 30, 2014 5:01 AM | Last reply by Rob Caplan [MSFT] - Tuesday, December 30, 2014 7:44 AM -
0 Votes
C runtime version
If both units are compiled using dynamic linking (/MD) does that mean they share the same heap and share the same c runtime library?Answered | 4 Replies | 1868 Views | Created by Lars1346 - Wednesday, January 16, 2013 11:39 AM | Last reply by Elegentin Xie - Thursday, January 24, 2013 10:07 AM -
2 Votes
Changing Application Language at Runtime
It is, but not recommended to have this in-app.Answered | 8 Replies | 5610 Views | Created by Programmer Sommer - Saturday, September 1, 2012 1:28 PM | Last reply by Bill Chung - Tuesday, October 21, 2014 1:23 PM -
0 Votes
[UWP][C#][C++/CX] C# app calling Windows Runtime Component written in C++
I did nothing special but just created a brand new solution with C# main app, added C++ WinRT component, added reference to this project in the app ...Answered | 6 Replies | 2555 Views | Created by ganeshskudva - Thursday, July 28, 2016 4:32 AM | Last reply by SeNS - Tuesday, August 2, 2016 7:24 PM -
1 Votes
Not able to debug (step into) into the function/method (C++) of windows phone runtime component from C# windows phone app code
This is understandable as C# app code is a managed code.Answered | 2 Replies | 2451 Views | Created by Prem C - Thursday, January 10, 2013 11:19 AM | Last reply by Prem C - Friday, January 11, 2013 5:20 AM -
0 Votes
[UWP][C++] UWP app + vS13 Windows Runtime components
Hi, Recently, i converted a store app into a UWP app.Answered | 1 Replies | 811 Views | Created by Minu7 - Monday, August 29, 2016 11:44 AM | Last reply by Andrew7Webb - Monday, August 29, 2016 8:06 PM -
2 Votes
MS Ribbon for WPF - How can I change the skin
Hi Vishal82Desai, You can use Style and Template to skin a control in WPF.Answered | 1 Replies | 4585 Views | Created by Vishal82Desai - Monday, October 11, 2010 6:10 AM | Last reply by Min Zhu - Wednesday, October 13, 2010 9:03 AM - Items 1 to 20 of 2109851 Next ›
No announcements