c# Programming Glossary: toolkit
What is currently the best, free time picker for WPF? http://stackoverflow.com/questions/1833357/what-is-currently-the-best-free-time-picker-for-wpf seems to have one http jesseliberty.com 2009 03 28 toolkit control E2 80 93 timepicker but it's not for WPF . The WPF Toolkit..
How to loop over the rows of a WPF toolkit Datagrid http://stackoverflow.com/questions/1934529/how-to-loop-over-the-rows-of-a-wpf-toolkit-datagrid to loop over the rows of a WPF toolkit Datagrid I have the next code where I defined a WPF toolkit.. Datagrid I have the next code where I defined a WPF toolkit datagrid control called dgQuery I filled this one with information.. an example please. Thanks c# wpf datagrid wpfdatagrid wpftoolkit share improve this question this will return a 'row' in..
Best place to store configuration files and log files on Windows for my program? http://stackoverflow.com/questions/269893/best-place-to-store-configuration-files-and-log-files-on-windows-for-my-program and user settings you should be. The configuration toolkit in the .NET Framework is remarkably well thought out and the..
hook on default “Paste” event of WinForms TextBox control http://stackoverflow.com/questions/3446233/hook-on-default-paste-event-of-winforms-textbox-control tb Application.Run form Ultimately the WinForms toolkit is not very good. It is a thin ish wrapper around Win32 and..
how to get swipe in windows phone 7 http://stackoverflow.com/questions/4342326/how-to-get-swipe-in-windows-phone-7 the following piece of code after you have referenced the toolkit's DLL in your WP7 project toolkit GestureService.GestureListener.. you have referenced the toolkit's DLL in your WP7 project toolkit GestureService.GestureListener toolkit GestureListener Flick.. in your WP7 project toolkit GestureService.GestureListener toolkit GestureListener Flick OnFlick toolkit GestureService.GestureListener..
Interprocess communication for Windows in C# (.NET 2.0) http://stackoverflow.com/questions/50153/interprocess-communication-for-windows-in-c-sharp-net-2-0 a tcp channel Resources GenuineChannels sell a remoting toolkit that includes a Shared Memory Channel. http www.genuinechannels.com..
How to access a specific item in a Listbox with DataTemplate? http://stackoverflow.com/questions/5181063/how-to-access-a-specific-item-in-a-listbox-with-datatemplate StackPanel Orientation Horizontal Margin 0 0 0 0 toolkit ContextMenuService.ContextMenu toolkit ContextMenu toolkit.. Margin 0 0 0 0 toolkit ContextMenuService.ContextMenu toolkit ContextMenu toolkit MenuItem Header Edit Contact Click ContactMenuItem_Click.. ContextMenuService.ContextMenu toolkit ContextMenu toolkit MenuItem Header Edit Contact Click ContactMenuItem_Click toolkit..
Custom Installer in .Net showing Form behind installer http://stackoverflow.com/questions/6213498/custom-installer-in-net-showing-form-behind-installer necessary to implement that. Consider using an installer toolkit like WiX or Inno Setup instead. Concerning the first part of..
How do I skin my Winform application? http://stackoverflow.com/questions/6329632/how-do-i-skin-my-winform-application share improve this question You can use Free Krypton toolkit The toolkit comes with themes that match Office 2007 Office.. this question You can use Free Krypton toolkit The toolkit comes with themes that match Office 2007 Office 2010 and many..
How good/bad is sharepoint programming? [closed] http://stackoverflow.com/questions/832465/how-good-bad-is-sharepoint-programming web parts that live in SharePoint that utilize the AJAX toolkit and so have co workers of mine. One co worker is very active..
How to find a list of wireless networks (SSID's) in Java, C#, and/or C? http://stackoverflow.com/questions/917910/how-to-find-a-list-of-wireless-networks-ssids-in-java-c-and-or-c wireless networks SSID's in Java C# and or C Is there a toolkit package that is available that I could use to find a list of..
How to autoscroll on WPF datagrid http://stackoverflow.com/questions/1027051/how-to-autoscroll-on-wpf-datagrid to work for me. I am using WPF with .NET 3.5 and the WPF Toolkit DataGrid. My grid gets updated when my observable collection..
Developing Silverlight in Visual Studio Express? http://stackoverflow.com/questions/1365258/developing-silverlight-in-visual-studio-express Expression Blend. There is a trial version. 4 Silverlight Toolkit optional The Silverlight Toolkit contains extra controls and.. version. 4 Silverlight Toolkit optional The Silverlight Toolkit contains extra controls and utilities. It is updated more frequently.. of extra controls and utilities like the Silverlight Toolkit. It is maintained by the community not by Microsoft and is meant..
C#/WPF: Toolkit DataGrid - Transpose rows and columns http://stackoverflow.com/questions/1470454/c-wpf-toolkit-datagrid-transpose-rows-and-columns WPF Toolkit DataGrid Transpose rows and columns I've a List DetailObject..
MVVM Light & WPF - Binding Multiple instances of a Window to a ViewModel http://stackoverflow.com/questions/16993433/mvvm-light-wpf-binding-multiple-instances-of-a-window-to-a-viewmodel project in MVVM and I've chosen to use the MVVM Light Toolkit. I have a GameViewModel that handles business on the main screen..
WPF Toolkit DatePicker Month/Year Only http://stackoverflow.com/questions/1798513/wpf-toolkit-datepicker-month-year-only Toolkit DatePicker Month Year Only I'm using the Toolkit's Datepicker.. Toolkit DatePicker Month Year Only I'm using the Toolkit's Datepicker as above but I'd like to restrict it to month and..
What is currently the best, free time picker for WPF? http://stackoverflow.com/questions/1833357/what-is-currently-the-best-free-time-picker-for-wpf control E2 80 93 timepicker but it's not for WPF . The WPF Toolkit has a DatePicker but not a TimePicker by itself. Or is there.. a way to allow the user to enter time and date in the WPFToolkit DatePicker It returns a DateTime in SelectedDate but I don't..
WPF Toolkit DataGrid SelectionChanged Getting Cell Value http://stackoverflow.com/questions/2148978/wpf-toolkit-datagrid-selectionchanged-getting-cell-value Toolkit DataGrid SelectionChanged Getting Cell Value Please help me..
MVVM- How can I select text in a textbox? http://stackoverflow.com/questions/2596757/mvvm-how-can-i-select-text-in-a-textbox framework that I am using is Laurent Bugnion's MVVM Light Toolkit. c# wpf mvvm textbox mvvm light share improve this question..
MVVM Light Toolkit samples [closed] http://stackoverflow.com/questions/2687172/mvvm-light-toolkit-samples Light Toolkit samples closed Does anyone know opensource WPF applications.. know opensource WPF applications created using MVVM Light Toolkit Or any samples c# wpf mvvm toolkit mvvm light share improve..
Handling the window closing event with WPF / MVVM Light Toolkit http://stackoverflow.com/questions/3683450/handling-the-window-closing-event-with-wpf-mvvm-light-toolkit the window closing event with WPF MVVM Light Toolkit I'd like to handle the Closing event when a user clicks the..
how to get swipe in windows phone 7 http://stackoverflow.com/questions/4342326/how-to-get-swipe-in-windows-phone-7 You can use the GestureService in the Silverlight Control Toolkit for Windows Phone 7 . In your UI element add the following piece..
WPF DataGrid - Event for New Rows? http://stackoverflow.com/questions/4617810/wpf-datagrid-event-for-new-rows I'm using the WPF DataGrid .Net 3.5 SP 1 version from the Toolkit What event can I subscribe to to detect when a new row is added..
How to zoom in and zoom out Images in WP7? http://stackoverflow.com/questions/4678268/how-to-zoom-in-and-zoom-out-images-in-wp7 would be to include the Silverlight for Windows Phone Toolkit . This contains a GestureService that will help with pinch and..
WPF chart controls [closed] http://stackoverflow.com/questions/577278/wpf-chart-controls 30 2009. Free tools without built in pan zoom support WPF Toolkit . Supports most important 2D charts you'll have to implement.. 2D charts you'll have to implement pan zoom yourself. WPF Toolkit Development Release . Supports stacked charts equivalent to..
What is an .axd file? http://stackoverflow.com/questions/5879824/what-is-an-axd-file files serve I know that it is used in the ASP.Net AJAX Toolkit and its controls. I'd like to know more about it. I tried Googling..
Why does WPF databinding swallow exceptions? http://stackoverflow.com/questions/978887/why-does-wpf-databinding-swallow-exceptions a lot of time trying to debug a WPF datagrid from the WPF Toolkit . I had a column bound to a linq query with a property that..
|