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
883 views
1 answer
    Is there a session for Windows based applications for C# in order to record the details of log in in and log out ... not the same as a session. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
575 views
1 answer
    I have experience in WPF and Windows Forms, however have only used the Windows Forms DataGridView and not the WPF ... suited to Windows Forms.. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am trying to display an image via powershell. I made a script based on this forum post. If I use ShowDialog ... non-modal, and not freeze. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
748 views
1 answer
    I'm using a ListBox and adding objects to it. The object contains 2 variables, let's say username and userid ... username of that object? Thnx! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
469 views
1 answer
    I need to write a help file for a WinForms app in Visual Studio 2010. Ideally, I'd like to use a tool that ... , but I need something for 2010. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
660 views
1 answer
    A form with a label and a button 'Options'. By clicking the button a new form opens with 2 radio buttons 'Font1 ... e) { lblName = lblBarName; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
570 views
1 answer
    What is the most efficient way to set/re-order the TabIndex properties of many form controls in Visual Studio ... in the properties window. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
571 views
1 answer
    I currently trying to write a component where some parts of it should run on the UI thread (explanation would be ... ... any ideas, thx Martin See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
389 views
1 answer
    I am fairly new to .NET and C#, but I have a DataGridView that I would like to print. What would be the best way to go about doing so? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
629 views
1 answer
    I'm using a BindingList<T> in my Windows Forms that contains a list of "IComparable<Contact>" Contact-objects ... LINQ query to the collection. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
562 views
1 answer
    I have the following class public class Car { public Name {get; set;} } and I want to bind this ... to grasp coming from web-development. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
473 views
1 answer
    I have almost 0 experience with C# and programming overall, so you might find my question stupid. However, Im trying to ... , EventArgs e) { } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
557 views
1 answer
    I'm looking for something similar with 'Form.Deactivate' event but per application. If I use Form. ... my application was deactivated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
997 views
1 answer
    We use Windows Forms and custom user controls, and I would like to be able to rotate the panel hosting ... similar effects using Windows Forms. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
582 views
1 answer
    I know this question has been asked before, but I feel it wasn't asked correctly. I have an intensive operation ... that value back to the UI? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
617 views
1 answer
    Background: I have a Forms.ComboBox with a DropDownStyle = DropDown. I don't use AutoComplete, but I implemented ... ? (did not help me) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
776 views
1 answer
    I have a datagridview on a form with some data. The 1st column contains button for deleting the row. How can ... so the row cannot be deleted? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
685 views
1 answer
    I want show text in textbox in 2 colors, for example 1 line red 2 blue, if I use name.ForeColor = Color. ... that will change only 1 line color. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
582 views
1 answer
    I need help on how to add curve to each corner. this is my code.. using (Graphics btnG = pevent.Graphics) ... for my TCPSocket Application.. :) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have an event that gets called when my app uses the internet. The event changes an animated gif composed ... = Properties.Resources.blip; } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
573 views
1 answer
    I have a WinForm that I create that shows a prompt with a button. This is a custom WinForm view, as a message ... be able to detect a closure? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
438 views
1 answer
    It is not well known, that if you draw an image, e.g.: graphics.DrawImage(image, top, left ... Improve Performance by Avoiding Automatic Scaling See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
755 views
1 answer
    Is there a function in C# that can return the Name of the Focused element and display it in a text-box or something? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
362 views
1 answer
    I am trying to restrict where a form can be moved to on the desktop. Basically I don't want them to be ... and aren't serving my purpose. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
601 views
1 answer
    I am making a C# Windows Form Application in Visual Studio 2012. I want add a textbox with spell checking ... me the process for it ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
909 views
1 answer
    I would like to change window form border color (the border with the form title). The example I found in ... any help me on something simpler? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
476 views
1 answer
    In my Windows Forms application I would like one special button to run a test everytime I press it. There are ... it will fire off my event? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
577 views
1 answer
    What is definitively the best way of performing an action based on the user's input of the Enter key ( ... custom processing that should occur. See Question&Answers more detail:os...
asked Oct 17, 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

...