C# Metro Framework – MetroButton Control
A metroButton is a control allowing users to initiate actions by click events. Buttons are found in almost all GUI frameworks since they are a core component of User Interface…
Continue readingA metroButton is a control allowing users to initiate actions by click events. Buttons are found in almost all GUI frameworks since they are a core component of User Interface…
Continue readingIn this tutorial we see how to populate a VB.NET combobox from a string array. Then we handle teh combobox’ selected index changed event and show the item in a…
Continue readingA ListBox is a windows form component that provides users with a selectable list of items. With a ListBox users can select one or more items. In a ListBox, if…
Continue readingwe see how to work with datagridview component and ContextMenu.We have data in our datagridview.When we right click,the row gets selected and a contextmenu with delete option is shown.When we…
Continue readingIn this simple vb.net example,we see how to get and show in message box or set date using the datetimepicker vb.net component. Public Class Form1 Dim d As String…
Continue readingIn this example we look at how to sort data in Xamarin Android using C# language.We sort data both ascending and descending on button click. Intro We sort data in…
Continue readingSo in this Xamarin.Android series, we look at a searchview exmple with a recyclerview. Our recyclerview will render a large list of cardviews. We want to give our users…
Continue readingRecyclerView are normally used to present large datasets. RecyclerViews are very customizable and very powerful. You can create custom itemviews and render them in a recyclerview. In this example we…
Continue readingHi guys.We discuss how to make and use a xamarin android dialogfragment with a simple listview.You click a button inside your mainactivity and this displays a dialog fragment.Inside the dialogfragment…
Continue readingThis is a tutorial about customzing a gridview with images and text. To achieve that we’ll need a custom adapter to help in inflation of our custom layouts and binding…
Continue reading