No announcements
Found 1828616 threads
-
1 Votes
Windows forms dynamic binding at runtime
Is there an interface that I can implement to make this kind of dynamic binding work with something other then datatable?Answered | 11 Replies | 3273 Views | Created by Idan Mor - Sunday, July 8, 2012 9:35 AM | Last reply by Bob Wu-MT - Monday, July 16, 2012 3:11 AM -
0 Votes
Bind form region controls at runtime
The form region is represented by the user control where you can drag and drop Windows forms controls.Answered | 3 Replies | 636 Views | Created by Stanley.Raj - Wednesday, March 4, 2015 6:07 PM | Last reply by Eugene Astafiev - Thursday, March 5, 2015 5:10 PM -
0 Votes
Change ContactSearchResultList Binding at runtime
Use it to bind to a different search input box at runtime.Answered | 1 Replies | 1928 Views | Created by Moritz O - Monday, February 4, 2013 11:17 AM | Last reply by John M. Austin - Monday, March 4, 2013 8:28 PM -
2 Votes
add controls at runtime to form
See the below code Dim newForm as Form 'Add a button to the form Dim btnOk As New Button btnOk.Text = "Ok" btnOk.Left = 50 btnOk.Top ...Answered | 2 Replies | 1546 Views | Created by amit_kumar - Thursday, March 29, 2012 5:32 AM | Last reply by Adavesh - Thursday, March 29, 2012 8:17 AM -
8 Votes
Data Binding in WPF compare to Windows Forms
Hi, I think the main advantage of WPF over Windows Forms is not data binding, but data templating: the type of the data can determine the UI that is ...Answered | 6 Replies | 9411 Views | Created by Niketrk - Friday, May 14, 2010 4:41 AM | Last reply by Aland Li - Tuesday, May 25, 2010 2:11 PM -
0 Votes
create dynamic Entity in runtime
Is it possible dynamically extend entities now?Answered | 15 Replies | 10867 Views | Created by vahidbakhtiary - Saturday, December 24, 2011 2:49 PM | Last reply by Vasily Dev - Monday, September 7, 2015 11:52 AM -
3 Votes
Changing forms at runtime in a windows forms application.
your answer is great and it works with my c# form,but actually my problem is in c++ forms app.Sorry it was my mistake that i didn't mention c++.Answered | 8 Replies | 2102 Views | Created by Hasnain2663 - Wednesday, May 9, 2012 8:02 PM | Last reply by Hasnain2663 - Sunday, May 13, 2012 6:43 AM -
29 Votes
Dynamic Casting in C# at runtime
It would dynamic if you can type name as string at runtime and function will return the corresponding object.Answered | 39 Replies | 357707 Views | Created by Kamran Shahid - Tuesday, May 2, 2006 11:51 AM | Last reply by pavanarya - Tuesday, July 17, 2012 9:47 AM -
0 Votes
Binding at runtime
Test Lead, Windows Communication FoundationAnswered | 3 Replies | 3997 Views | Created by pateramj - Thursday, December 18, 2008 2:37 PM | Last reply by pateramj - Tuesday, December 23, 2008 11:05 PM -
0 Votes
how to save a windows form during runtime?
i'm diaplaying the chart during runtime... how to save the form?Answered | 9 Replies | 4017 Views | Created by Mithila.S - Wednesday, May 25, 2011 5:27 AM | Last reply by Mithila.S - Tuesday, July 19, 2011 5:43 AM -
0 Votes
Tooltip text not visible at runtime when the control is added at design time to the form, It is visible if the control is added dynamically to the form at runtime.
Regards, Elegentin Xie MSDN Community Support | Feedback to us Develop and promote your apps in Windows ...Answered | 6 Replies | 2547 Views | Created by Theresa Hunt - Monday, February 11, 2013 4:31 PM | Last reply by Christian HL - MSFT - Friday, February 22, 2013 7:47 AM -
0 Votes
Binding of labels and textboxes in runtime
: public partial class Form1 : Form { public Form1() { InitializeComponent(); //set datasource comboBox1.DataSource = new ...Answered | 5 Replies | 1558 Views | Created by Omprakash Ojha - Wednesday, October 2, 2013 10:32 AM | Last reply by Magnus (MM8) - Friday, October 4, 2013 12:53 PM -
0 Votes
INotifyPropertyChanged in Windows Runtime Component
ObservableCollection was my first choice, but it's not available to Windows Runtime Component.Answered | 8 Replies | 2067 Views | Created by Chunmiao - Tuesday, June 25, 2013 5:21 AM | Last reply by Sachin S - Wednesday, June 26, 2013 11:43 PM -
0 Votes
Two Binding Navigator in a Form
There are more WinForm experts in the Windows Forms Data Controls and Databinding forum.Answered | 4 Replies | 4149 Views | Created by ghiey - Friday, April 17, 2009 7:27 AM | Last reply by Wesley Yao - Monday, April 20, 2009 7:36 AM -
0 Votes
Load a UserControl dynamically in a Windows Forms Application - Reg,
Use new to create an instance for it and this.Controls.Add() to make it visible in your form.Answered | 5 Replies | 3435 Views | Created by theblackhat - Wednesday, June 4, 2008 1:04 PM | Last reply by theblackhat - Wednesday, June 4, 2008 2:59 PM -
0 Votes
Dynamic ListenActivity with EventDrivenActivities known at runtime
I know loading the memory and the processor is always a bad idea, but the "outside" application is much bigger (both windows and web clients etc) and likely to become even ...Answered | 10 Replies | 4411 Views | Created by dotnet_coder - Monday, July 27, 2009 9:03 AM | Last reply by dotnet_coder - Thursday, August 13, 2009 10:27 AM -
1 Votes
DataGridTextColumn header binding dynamically
If you expose the dictionary through a property of the DataContext, you could bind to it using a converter: public partial class MainWindow : Window { ...Answered | 4 Replies | 5579 Views | Created by Kelums - Tuesday, September 10, 2013 3:02 PM | Last reply by Magnus (MM8) - Tuesday, September 17, 2013 8:49 AM -
0 Votes
Binding TextBlock dynamically
I think you can do almost the same like this to binding.Answered | 4 Replies | 495 Views | Created by Sam9918 - Monday, December 28, 2015 5:54 AM | Last reply by Barry Wang - Tuesday, December 29, 2015 5:46 AM -
2 Votes
Dynamically add RibbonGroup and controls at runtime
"; rbTemp.Label = "I was created dynamically...Answered | 9 Replies | 8614 Views | Created by Vishal Trivedi - Friday, May 20, 2011 4:48 AM | Last reply by Vishal Trivedi - Friday, June 3, 2011 2:57 PM -
0 Votes
Dynamically Building Storyboards at RunTime
I'm sure that's something to do with the visual tree being modified dynamically, and possibly the reason I can't get it to work with the content template as I can't find ...Answered | 4 Replies | 817 Views | Created by Firkinfedup - Saturday, April 5, 2014 3:56 PM | Last reply by Firkinfedup - Thursday, April 17, 2014 10:01 AM - Items 1 to 20 of 1828616 Next ›
No announcements