c# tag

485 questions


1 answers
39 views
0
I want to be able to set up a home page in Webbrowser.

I'd like to be able to specify a home page on the Webbrowser.If you set the URL to be the home page in TextBox and press Enter, the home page will be displayed Will the URL I specified come out?Please...

c#
2 years ago

2 answers
78 views
0
Decimal registration in numeric type of SQL server results in 0

The c# program used double variables and registered them in the column of type numeric(12,3) of SQL server, and it turned out to be 0.The actual formula is 99999999.999-9999999.998The answer is 0.001....

2 years ago

1 answers
110 views
0
Differences in Drawing by Version of .NET Framework

The .NET Framework 4.0 and 4.5 and 4.6 seem to have different drawing processes.I'm not sure what the difference is.Don't you know what the differences are?

2 years ago

2 answers
132 views
0
We're trying to get people to watch YouTube too much.

I'm a super beginner Is it possible to create a tool that automatically drops when you open YouTube for a certain period of time?Also, if possible, would it be possible to implement it in python?I wou...

2 years ago

1 answers
117 views
0
I want to open the web page by dragging and dropping the web link into UWP's WebView.

I'd like to drag and drop the web link into UWP's WebView to display the web page.I implemented it with the following code, but the first time I succeeded, but after the web page appears, I will no lo...

2 years ago

2 answers
156 views
0
Update DataGrid View After Adding New Records Using MVVM Patterns

DataGrid's ItemsSource is highlighted to ICollectionView type properties, and record additions pass the child window parameters to the model's method to add them.I can add it to the database without a...

2 years ago

1 answers
55 views
0
Is there a way to read configuration files from multiple applications in the IIS worker process with relative path specification?

I would like to read the configuration file in the relative path from the current folder on several web programs at asp.net in C#.For example folder configuration below, I would like to be able to see...

2 years ago

1 answers
137 views
0
How to open a sub-window (not a dialog) in the Prism (MVVM pattern)

I was making a two-screen application with WPF.I'm trying to rewrite this to an MVVM pattern using Prism.Simplified Example: The WPF window now has the MainWindow, SubWindow class.When you click the b...

2 years ago

1 answers
165 views
0
How to manage customized source code for each customer

Help us manage our sources and versions.We are developing our own package at C#, but the package is only a name.After all, it's often customized for each user, and to manage the source managementI'm h...


1 answers
43 views
0
Understanding the Initial Location of C# Autoscroll

I am currently using C# to create a Windows application, but if I set autoscroll=true on the form, it will appear scrolling down when I load the form.Is this behavior a specification?Also, I don't wan...

c#
2 years ago
« - 39 - »

© 2024 OneMinuteCode. All rights reserved.