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
834 views
1 answer
    I doubt this is even possible. So your app is running and user decides to End Process via Task Manager. ... two cents is greatly appreciated! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
670 views
1 answer
    I've seen the following code to enable double buffering on a winform: // Activates double buffering this. ... Form.DoubleBuffering = true? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
708 views
1 answer
    I am implementing a system using C# ( Windows Forms ) with Entity Frame work and Linq. The DataGridView works ... .DataSource = query.ToList(); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
850 views
1 answer
    I want to open a link in IE browser from the web browser control in my winform ... the webbrowser control ... in the internet explorer browser. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
610 views
1 answer
    Sorry for long title, I don't know even the way on how to express the question I'm using a library ... a delegate as a function pointer See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
955 views
1 answer
    I am new to C# user interface. I have created a window as shown in the first image. But if the user ... be greatly appreciated Image1: Image 2: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
471 views
1 answer
    I want to add custom jump list entries to my application in Windows 7. The menus I am referring to are ... adding these to my application. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
417 views
1 answer
    Iam working on POS software using winforms. Iam trying to programmatically writing XML file (which contain some ... . Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    I have a richtextbox and I would like to make it work like WordPad. My problem is that, for example, if I ... font. Is there a solution? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
581 views
1 answer
    I know the DataReceived event is fired on a background thread. How do I tell the GUI thread to show the data in the event handler? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
517 views
1 answer
    I am developing a Winforms app using C# and VS 2010. This app will use a SQLite database that will be deployed ... I can't overwrite this file. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
523 views
1 answer
    We currently have an application (Windows service) that connects to another of our applications and grabs ... RTF conversion alternatives. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
678 views
1 answer
    I am using TextBoxes's AutoComplete Suggest mode property to make it AutoComplete, What I want to achieve with it ... I am using C# - WinForms See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
554 views
1 answer
    Is there a way to use MaskedTextBox without displaying the PromptChar? I would like to specify a mask to validate ... to just roll my own? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
448 views
1 answer
    This may be a question that is difficult to answer. I wrote a Script that checks the responding property of a process ... $true)) { #do stuff } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
651 views
1 answer
    How to catch keyboard events of the WinForm main form, where other controls are. So I want to catch one ... Only .NET managed internal power. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
691 views
1 answer
    I am trying to make a minesweeper type game in visual c# and I want to have different things happen when I right ... .Show("Right"); } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
861 views
1 answer
    Does anyone know what this means. Getting this in C# winforms applications: Not a legal OleAut date See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
420 views
1 answer
    I want to make a tool that can measure angles between two user defined spots on a form. I have no code ... label I have made called anglesize. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
910 views
1 answer
    I couldn't really find posts that answered this specific scenario. Plus maybe I am just really tired. Anyway, I am working ... (); } } } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
863 views
1 answer
    I want to run an exe file on my winform .net application within the panel using c# code I'm able ... (IntPtr hWndChild, IntPtr hWndNewParent); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
611 views
1 answer
    Could someone explain the reason why the code below does not work? using System; using System.Collections.Generic; ... nothing happens at all. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    I want to implement intellisense-like feature for my multiline textbox. The intellisense control is placed in standard ... "Show()" method. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
802 views
1 answer
    I have a listview control, to this control I am adding rows which contain image data, filename, position (its taken ... winforms app, c#, 3.5. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
514 views
1 answer
    my issue is the following: I have a windows form in which I've placed a LayoutPanel, when the forms Loads, ... myself clear, thank you all. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
728 views
1 answer
    Up until this point, I have been learning IoC/DI with Castle.Windsor using ASP.NET MVC, but I have a side ... resolve from, what can I do? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
598 views
1 answer
    i am using this to get the program names, but i need the exe names. How do i find them? string SoftwareKey = ... .exe"); to run the program. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
398 views
1 answer
    I'm a newbie to Windows Forms. I'm designing an Windows Application in .Net Framework 2.0 in which, I need to ... I'm Using .Net Framework 2.0 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

2.1m questions

2.1m answers

60 comments

56.7k users

...