WPF Articles
-
wpf maximum string length quota 8192 has been exceeded
Pooran Prasad Rajanna |
09 September 2020 |
1856
If you get ‘The maximum string content length quota (8192) has been exceeded while reading XML data' error from WCF service, it is because the output has restrictions in web.config of client application. … CONTINUE READING
-
avoid uac on wpf application deployed on vista or windows 7
Pooran Prasad Rajanna |
09 September 2020 |
1863
avoid uac on wpf application deployed on vista or windows 7 … CONTINUE READING
-
wpf when application is closed notify icon in system tray remains
Pooran Prasad Rajanna |
09 September 2020 |
1966
when the application is closed, the notify icon in the system tray remains … CONTINUE READING
-
wpf equivalent of doevents
Pooran Prasad Rajanna |
09 September 2020 |
1895
wpf equivalent of doevents() … CONTINUE READING
-
wpf download clickonce update manually after app has started
Pooran Prasad Rajanna |
09 September 2020 |
1972
download ClickOnce update manually after app has started … CONTINUE READING
-
wpf how to call a function of the main window from another window
Pooran Prasad Rajanna |
09 September 2020 |
3802
in a WPF application how to call a function of the main window from another window … CONTINUE READING
-
wpf dynamically set the row column height in wpf grid
Pooran Prasad Rajanna |
09 September 2020 |
1849
dynamically set the row/column height in WPF grid … CONTINUE READING
-
wpf function to check if internet connection is available
Pooran Prasad Rajanna |
08 September 2020 |
2059
how to check if an internet connection is available in a WPF application … CONTINUE READING
-
wpf download file from website from wpf application
Pooran Prasad Rajanna |
08 September 2020 |
2074
download file from website from wpf application. simple function downloads the file from the website reads the content assuming it is a text file and returns the content. … CONTINUE READING
-
clickonce wpf app application path
Pooran Prasad Rajanna |
08 September 2020 |
1945
ClickOnce WPF app application path. Many times we need the application path of the ClickOnce installed application. From the APIs we can get the data directory, usually is … CONTINUE READING