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
956 views
1 answer
    If I run the following code, the Event Action is executed: $Job = Start-Job {'abc'} Register-ObjectEvent - ... Action*' }) $Form1.ShowDialog() See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
739 views
1 answer
    I'm writing a WindowsForms application in MS Visual C#, and I need two forms to be able to reference each other. As ... .Visible = true; } } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I create a new form and call from the parent form as follows: loginForm = new SubLogin(); loginForm.Show(); I ... 't help. Any inputs on this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Is there any way to retrieve a control's position in a form, when the control may be inside other controls (like ... ). Can I get this location? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
944 views
1 answer
    I don't develop too many desktop / Windows Forms applications, but it had occurred to me that there may be some ... have any tips on the design? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Can anybody please suggest how to handle Cut,Copy and Paste events on a Text Box in WinForms using C#? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
968 views
1 answer
    For example, I have a DataGridView control with a Blue BackgroundColor property etc.., is there a way which I can ... is not working Thanks... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I am new to C#, and I tried to look at the earlier posts but did not find a good answer. In a C# ... Under which scenarios should we prefer one over the other? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
944 views
1 answer
    I have a string "test1" and my comboBox contains test1, test2, and test3. How do I set the selected item ... doesn't work. comboBox1.SelectedText = "test1"; Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
800 views
1 answer
    Closed. This question needs details or clarity. It is not currently accepting answers. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
903 views
1 answer
    How can I capture multiple key downs in C# when working in a Windows Forms form? I just can't seem to get both the up arrow and right arrow at the same time. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
824 views
1 answer
    I realize there are other questions on SO regarding animations and progressbars, but they seem to revolve around getting rid of ... = 100; pb.Value = 100; })); Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am developing a Windows Form Application with several pages. I am using a TabControl to implement this. Instead of ... a text box and clicked the next button. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
765 views
1 answer
    I have a .NET winform application that requires to register a native dll during installation. My question is how ... a dll as part of un-installation process? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
934 views
1 answer
    In a winforms app, in a form's Load event, add the following line: throw new Exception(); and run the ... project of winforms, with the code mentioned above. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
996 views
1 answer
    I've searched on SO and found answers about Quartz.net. But it seems to be too big for my project. I ... email. This approach fits my requirements well :) Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
959 views
1 answer
    In a C# WindoeFormsApplication, is it possible to select, hence to move or delete a plotted shape with mouse ... Any suggestion will be appreciated, thank you! Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
832 views
1 answer
    I am using the thread.Abort method to kill the thread, but it not working. Is there any other way of ... the Alive status, Receiver is my global thread. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I have a form showing progress messages as a fairly long process runs. It's a call to a web service so I can ... like Windows copy process). How do you do this? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    MVVM is most commonly used with WPF because it is perfectly suited for it. But what about Windows Forms? Is ... describes this well? Maybe MVP or MVC based? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
851 views
1 answer
    I am trying to add an autocomplete feature to a textbox, the results are coming from a database. They come ... 0} being the placeholder for the searched string. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
937 views
1 answer
    For example, Assume that I'm in form 1 then I want: Open form 2( from a button in form 1) Close form 1 Focus on form 2 Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
975 views
1 answer
    To add items to column 1 in my listView control (Winform) I'm using listView1.Items.Add, this works fine but how do I add items to columns 2 and 3 etc? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a SafeInvoke Control extension method similar to the one Greg D discusses here (minus the IsHandleCreated check) ... whole model and how to work with it? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Is this a bug in Winforms? (tested on both VS2008 and VS2010) private void Form1_Load(object sender, EventArgs e) ... string t = s.ToCharArray().TakeWhile... Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
795 views
1 answer
    This question already has answers here: Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have a published application in C#. The problem here is whenever I close the main form by clicking on the ... that affect how my application is behaving now? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
817 views
1 answer
    I am new in Creating Wizards for Windows Forms Application in C# .Net. So i don't have any idea in ... some ideas about creating Multiple wizard. Regards, ravi Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...