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
683 views
1 answer
    I've written a simple FTP based file synchronization program. The settings of which can be stored in an XML file. I ... does not end with .exe? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
750 views
1 answer
    I want to run an app inside a panel or something within my applicaiton. It's an emulator front end. You browse ... as my app is full screen. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
466 views
1 answer
    I made a little Windows Forms program to do some auto backup of some files on my disk. Right now I need to push ... help me out. :-) Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
524 views
1 answer
    What is the best way in c# to determine whether the programmer is running the program via IDE or its user? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    For a System.Windows.Forms.TextBox with Multiline=True, I'd like to only show the scrollbars when the ... cardinal rule for UI intuitiveness. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
545 views
1 answer
    I've been trying to figure out how to retrieve the text selected by the user in my webbrowser control ... or resources regarding this. Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
548 views
1 answer
    I need to write a program in c# that would just start, kill one processexe that it is supposed to kill and end ... I know the path to the exe. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
402 views
1 answer
    I am implementing a Fuzzy Date control in C# for a winforms application. The Fuzzy Date should be able to ... for developing such a control See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
648 views
1 answer
    I'm trying to open multiple files at once with the OpenFileDialog, using FileNames instead of FileName. But I ... Has anybody done this before? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
350 views
1 answer
    Assume that, a win form has certain input fields and user enters/re-enters some data. How to retain data ... best way to accomplish it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
863 views
1 answer
    I have some elements in a ComboBox (WinForms with C#). I want their content to be static so that a user ... adding new values to the ComboBox See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
593 views
1 answer
    I have a situation where it would be beneficial to me to allow my windows form to be resized by the user ... particular subject. Is it possible? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
561 views
1 answer
    I have a .Net WinForms application developed on .Net 4.0. (windows installer package). The application is dependent ... What am i doing wrong? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
491 views
1 answer
    I want something like this develop using C# .net for Windows Forms. (ListView Details View). Putting a Image is the ... me ..!! Thank You Yohan See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
459 views
1 answer
    I have tried this to pass the information: Form1 frm1 = new Form1(); textBox1.Text = ((TextBox)frm1.Controls ... Form1's text and displaying it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
399 views
1 answer
    I have a WinForms application that is calling a business class method that performs some heavy duty action taking about ... ); return true; } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
622 views
1 answer
    I want to make an image viewer in C# Visual Studio 2010 which displays images one by one after seconds: i = 0; ... me the first and last image. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
683 views
1 answer
    Does anyone knows how to change text on button in OpenFileDialog in Windows.Forms in C#.NET? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
432 views
1 answer
    I have a combobox at the top of a form that loads editable data into fields below. If the user has made ... Any advice on how to accomplish? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    The Location property in the form is set to 0,0 (Properties Window). However, the form doesn't open at ... location. Am I missing something? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
437 views
1 answer
    UPDATE: I took a break from messing with the transparency stuff for a few days. I started messing with it again ... I'm trying to achieve. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
396 views
1 answer
    I'm attempting to make border-less forms that pop out of a tool bar. I want the user to be able to grab at ... I'm trying to do? Much thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
552 views
1 answer
    I would like to take a column header text for tow columns. How would you do this? Like this | FULL NAME | | ... show First & last in one column See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    The RichEditBox control in C# (I use VS 2005) has bad performance. I load an RTF file of 2,5 MB with 45.000 ... reason, and how can I fix it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
501 views
1 answer
    Is there an official way to distribute (deploy) a specific font with a .NET application? We have a (public domain) " ... .NET 2.0 app. Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
477 views
1 answer
    I can't get the Mouse Wheel event in the main form. As a demo I came up with a simple example: public ... not Form1 any ideas? Cheers, James See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
564 views
1 answer
    I am using this code to make a rounded rectangle. But it only draws upper left and right corners of rectanlge , ... } } } return NewBitmap; } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
547 views
1 answer
    So, I did search google and SO prior to asking this question. Basically I have a DLL that has a form compiled ... so I'm stuck with polling. 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

...