Top "Winapp" questions

C# Sql Connection String

I'm a 17 year old software engineering student and am having trouble with linking my sql database to my C# Win …

c# sql sql-server database winapp
How may I store a file path in my program's app.config file?

I have written a C# program for saving and reading PDF files. The program saves the output files to the …

c# app-config filepath winapp
How to skip the dialog of printing in printDocument.print() and print page directly?

When I use MyPrintDocument.print() in a Windows application written in C#, a dialog is shown for the Windows processing …

c# .net winapp
text on progressbar in c#

I am using the following code. Why does it not run properly ? private void Form1_Shown(object sender, EventArgs e) { …

c# progress-bar winapp
Format of the initialization string does not conform to specification starting at index 128

Mine is C# windows application. When i run this application in my local machine it gives following error:- "Format …

c# excel winapp
high DPI problems

I have a problem with the display of our .NET Windows application under high dpi settings. All forms are set …

.net dpi winapp