WPF vs. WinForms
In the previous chapter, we talked about what WPF is and a little bit about WinForms. In this chapter, I will try to compare the two, because while they do…
In the previous chapter, we talked about what WPF is and a little bit about WinForms. In this chapter, I will try to compare the two, because while they do…
Get the application root directory of your installation by using the following line: string directory = AppDomain.CurrentDomain.BaseDirectory;
How to Reset User Applications Settings on Windows Form - for windows form application development testing purposes. Winforms App Properties.Settings.Default.Reset(); // will reset personal application default settings Resources: http://stackoverflow.com/questions/2903610/visual-studio-reset-user-settings-when-debugging
Google "windows form c# refresh with same scroll position" Working as of : Last check on 1-26-17 int topItemIndex = 0; try { topItemIndex = listView1.TopItem.Index; } catch (Exception ex)…
Type in to the Command prompt "ipconfig /flushdns" (no quotes)