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
486 views
1 answer
    I have C# winforms application that needs to start an external exe from time to time, but I do not wish to start ... } else { foo.Start(); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
571 views
1 answer
    I am reading up about SuspendLayout() and ResumeLayout(). What I can't figure out is, why should I do/use ... does these methods take care for? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
531 views
1 answer
    I currently have an application with a GUI. Would it be possible to use this same application from the ... ) for the commandline tool? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
525 views
1 answer
    I need a way to center the current window. So for example, if a user pushes a button, I want the window to ... I center the form on the screen? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
653 views
1 answer
    I am working on making my application that reads data from the serial port and updates a gauge on the UI more ... I can't figure it out. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
655 views
1 answer
    I would like to know how to pass a value from form1 to another form's public sub. The problem is that it says ... 'get the value to here End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
619 views
1 answer
    I'm drawing up a day schedule and representing timeslots with panels, and appointments are yet more panels on top. ... t be covered if possible. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
679 views
1 answer
    I'm trying to make something similar to paint. I'm trying to figure out how make different brush styles. Like in ... not what I'm looking for. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
821 views
1 answer
    I am using the AutoComplete properties on a textbox (actually a ToolStripTextBox). This is working fine except it ... that might be a solution See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
680 views
1 answer
    For one of my implementations I am working on a tool that is supposed to send/retrieve commands/results to/from ... that might be happening ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
504 views
1 answer
    How do i programmatically check if a printer is installed or not (and if there is one, how do i check if ... Studio 2008? Thanks in advance, See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
600 views
1 answer
    How can I read data from DataGridView in C#? I want to read the data appear in Table. How do I navigate through lines? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
646 views
1 answer
    I have to insert "Select" at top after combobox is bound from dataset.i tried this but it isn't working. ... .RegistrationType).Cast<object>()); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
665 views
1 answer
    I need to create a dropdown menu, or combobox, for a Windows Forms application which contains a small image ... be greatly appreciated. Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
698 views
1 answer
    I have a form that the user can double click on with the mouse and it will do something. Now I want to be ... user is holding the Ctrl key down? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
548 views
1 answer
    I have a winforms application i have been working on that runs multiple tests on consumer accounts. The tests ... cookie.Domain.ToString(); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
847 views
1 answer
    I have a datagridview that i bind from an sql table, in that dv i have those attributes: Id, Name and Price. ... job when the form will load. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
587 views
1 answer
    I want to attach a form to another window (of another process). I try to do this by using [DllImport("user32. ... form, needs to be solved too. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
495 views
1 answer
    I have created an application (C#, Windows Forms) on Visual Studio 2008, and now I want to make installer of this ... Edition How can I do it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
777 views
1 answer
    I have two forms. One is a parent form with a button and a text box. On click of the button, a dialog ... form. What am I doing wrong here? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
577 views
1 answer
    Is there a method to verify that a file is open? The only thing I can think of is the Try/Catch to ... will be appreciated! Thank you!! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
517 views
1 answer
    I have a winform application which populate some data after I click on $button_UpdateTS, how do I add the data ... $Form.Load; Get-results }) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
706 views
1 answer
    Is it possible to enable a second monitor programatically and extend the Windows Desktop onto it in C#? It ... checkbox in the image below. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
601 views
1 answer
    I need to control other application by simulating mouse movement and keyboard input. How do I accomplish this in C#? Is it even possible? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
638 views
1 answer
    I have tried the following: private void Form1_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e) { if (( ... What am I doing wrong? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    I'm trying to create an application which communicates with hardware via serial port and reports the results to the ... the help, Best regards See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
894 views
1 answer
    Is it possible to display a label vertically in a Windows Forms? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
580 views
1 answer
    I have a Panel In my C# form and I have a button. When I click on the Button the invisible Panel Shows. Instead ... that. How can I do that ? 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

...