Vertical Scroll bar to a pannel is not working
I am having a usercontrol C# component. On top i have a button and the below i kept panel and the rect is usercontol width and height minus button height. Whenever the usercontrol size increase then...
View ArticleHow to Detect Pressing F5 in a ProcessKeyPreview Override Method
I am trying to detect pressing F5 in an override of ProccessKeyPreview in which you get a "Message" object. I know you can cast the Message object to "Keys" and compare it with Keys.F5, but this does...
View Articlecreating a skip button for System.IO.IOException was unhandled
hi i was wondering im creating my own game launcher for one of my games and i have everything just about ready to go but i am wanting to no if there is any code for a button i can use for when the...
View ArticleVS2010 WinForms C# Chart - How to Dynamically Update a Chart in a Single...
Problem: How do you dynamically update a chart / graph in a single iteration loop in Visual Studio 2010 WinForms C# application? Scenario: I'm doing simulation-based computations where I have an array...
View ArticleWindow 7 Home Basic OA India Lenovo
I Vipul from IndiaI bought Lenovo IDEAPAD U310 with Window 7 Home Basic OABut after I lost my window now I want to reinstall it, still I have key sticker in my laptopGuide me how can I get back my window
View ArticleDifference between Thread, ThreadPool & BackgroundWorker c#
i many time call method with the help of thread like static void Main( string[] args ) { Thread t = new Thread( MyFunction ); t.Start(); } static void MyFunction() { //code goes here } and...
View Articleprogress bar with size of file being downloaded or what file is being...
hi everyone im looking to put a progress bar on my already made for it downloads files from my website all fine and to its destination folder to but what im wanting is a progress bar showing the files...
View ArticleHow to create a control that shows a list of tags in textbox
I have made a winform app in that my requirement is there to add name which comes display. Can you please tell me how to achieve this in winformsHari Prasad
View ArticleUnusable UI caused by the Windows Forms Anchor property and window size...
Hello. There seems to be a problem with Windows Forms that is caused by the interaction of auto-scaling, anchoring, and the rule that limits the form to not be larger than the screen. I documented...
View ArticleApplying new formatting on a specific line like ms word
I have a richtextbox and what i am trying is that whenever user is at any line and before just starting to write, he selects formatting styles as font theme, size, bold, italics or whatever so when he...
View ArticleTabControl.SuspendLayout
I have a TabControl which is placed on the form using the designer. But everything else is done at run time. So before the code touches the TabControl I do a SuspendLayout. But none-the-less the...
View ArticleHow to Access Custom Section from App.config
My app.config is,<sectionGroup name="CategorySettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" ><section...
View Articleprocess activity window turnoff outiside application.
I have created a small window application. I have published this application and it works fine at my local intranet. Problem occurred, when system is shutting down or logged off i am unable to update...
View ArticleA custom textbox/richtextbox have control inline with the text?
I want to create a custom textbox which can have controls in-line with the text. I would like to put my own custom control into the textbox, and the textbox treat it as a character.I've searched for a...
View ArticleWindows Forms Application Icon not refreshing
Hi,I am trying to change the application icon for a Forms application in Visual Studio 2010 on Windows 7. Whatever I change it to it keeps displaying the original icon. I've tried deleting the icon...
View Articleparameters and combobox
hi all,I have problem. I try connect combobox who is data bound items where data table source is this:code:SELECT Vozac.ID_vozaca, Vozac.Ime, Vozac.Prezime, Vozac.Adresa, Vozac.Broj_mobitela,...
View Articlehow to display the forms look like same as every pc
i want to display the windows forms look like same my pc as in every pc
View ArticleMinecraft-like cursor hiding
Hello,My application has a map and all our customers have trackballs. I'm looking to improve our user experience when the client is panning the map. They currently have to click-drag, click-drag,...
View ArticleGeneric Backgrouend Worker
hi I am creating a windows application. The application have one MDI form and others are child / dialogue forms. When i click menu item i open child form. I added one statusstrip to mdi so that my...
View ArticleDrag Drop pictures, index and file name VB
HiI want to create a window form that allows the user after an open file dialog has been used to populate a window form with the picture index, picture (can be as a small tile) and file name (no...
View Article