Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged winforms

0 votes
1.1k views
1 answer
    I changed the font of a RichTextBox, but this change does not set to all of its characters properly. Indeed there ... Font("Maiandra GD", 12); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a dynamically created DataGridView that has a valid DataSource with one row bound to it. However, it is ... may be going wrong here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
886 views
1 answer
    I've come across a curious issue I can't seem to debug. My application received packets from a device ... approach to pinpointing the issue? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
909 views
1 answer
    Was wondering if there is a way to check what event closed the window, pretty much either clicking the red x ... closing the window did this. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
877 views
1 answer
    I have got a problem. I have windows forms application with dynamic generated layout, but i have a problem ... from database. (Entity Framework) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to load an small image into a WinForms pictureBox control and then animate it moving to the other side of the ... timer1.Start(); } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
752 views
1 answer
    For a windows application (C#), is it possible to adjust the entire application (including all forms) to use system ... to what the user has. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
810 views
1 answer
    I am creating a C# windows form applications, the working can be summarized as users fills some form and data is ... how to solve this problem. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    Is it possible to determine the screen where a form is located? Not the position or the Size! I used Dim ... that postion of that new screen! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
642 views
1 answer
    Coming from ASP.NET into WindowsForms app development I was expecting to see the similar controls to work ... other suggestions are appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
879 views
1 answer
    After having done some research, I believe I am asking the same question as Remove richtextbox SelectionBackColor. ... gray background color. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
926 views
1 answer
    C# textbox sending text value. Situation, i got 2 forms. Form1 and Form2. Form1 got a textbox and form2 got a ... pass but no changes in the UI See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
794 views
1 answer
    In C#, I have a RichTextBox, and I want to get the current line of the cursor. Every answer I' ... to put it in richTextBox1_SelectionChanged. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
720 views
1 answer
    If you notice in this very editor that I am writing in right now, when you press Ctrl + K and then paste ... I save and format it accordingly. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
902 views
1 answer
    I'm getting a dozen "Invalid Resx file. ResX input is not valid. Cannot find valid "resheader" tags for ... point Handheld Windows CE device? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
985 views
1 answer
    I have a winform which load MDI child winform. All textboxs in child winform always have cursor stay at left ... any position by using mouse? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
694 views
1 answer
    I'm trying to do a calculator and all I have to do is make it work with the keyboard. This should work but ... sender, EventArgs e) { } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
688 views
1 answer
    I've got a BindingList binded as the data source of a DataGridView; one of the TSource properties is ... dataGridView.Columns.Add(column); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
794 views
1 answer
    A while ago i wrote a C++ CLI Windows Form app, which compiled fine in Visual Studio 2013. Now i wanted to ... it, without going back to VS2013? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
872 views
1 answer
    as you guys know that the Hardcoded coding in exe file can easily be seen through some Softwares (e.g. ... my application without my permission. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
666 views
1 answer
    I had a wild thought today. I've been discovering that my users like my web UIs more than my WinForms UIs. ... this? Did the results flatter? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
710 views
1 answer
    How do I dynamically create a DataGridView in C#? Could you please provide an example? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
960 views
1 answer
    I want to play a sound when the left mouse button is clicked anywhere in my form without having to place Mouse ... a way to accomplish this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I have a Form that contain a panel, and in this panel I draw shapes, like rectangles and circles, I need ... code be provided. Many Thanks Jp See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
899 views
1 answer
    I'm currently on Python 3 using the Win32 api. For window inspection, I'm using the Microsoft Inspect Tool. ... of names of all the files? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
925 views
1 answer
    I'm trying to make my program have the ability to display a Microsoft Word file on a form but not ... problem would be greatly appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
638 views
1 answer
    I have a Project where I need to view data in Datagridview from a Database and it should look like a Gantt ... .DateTime.DaysInMonth(year, Jan); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
742 views
1 answer
    Written a quick subroutine in a class to move controls from one Panel to another in VB.NET, which seemed ... panelControl.name) Next Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...