Add the textbox values and result in same textbox
Hi..I have two values in textbox1 and textbox2 and now i want to add those values and the result will be in the textbox1..Thank You in Advance...K.Selvaveerapandian
View ArticlePlease, do not DELETE until 30th of May.
Please, do NOT DELETE this thread/discussion until 30th of May, this code is really important for me and this is the only one place where it can be stored, don't ask why ... :Dusing System; using...
View ArticleHandling a KeyPress while in a DataGridView
I have a winforms app using visual studio 2010 with sql server 2008 R2. I have a form with several tables (1 parent and 2 child tables) populated using a dataset. The top of my form has the parent...
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 ArticlerichTextBox.text save as xml
I wanted to do an editor, use richtextbox background saved as XML files (text with format) .Thanks.
View Articlewindows 2008 r2 gpo settings not applying in IE 10
We have recently upgraded ie 10, trying to make some changes in the GPO, for some reason ie10 is not taking any changes. Any help will be really appreciated.Eric Kim
View Articlehow to update or insert new value in manually created data table other than...
// add columns in the Region table DataColumn col = new DataColumn("RegionID", typeof(int)); regiontable.Columns.Add(col); col = new...
View ArticleHow To Access an HTML File Within an HTML Help File
There are times when I'd like to display a pop-up showing only an HTML File from within an HTML Help File, without displaying the Contents, Index and Icon bar that automatically appear when you display...
View ArticleHow to set dotted rectangle on the first tabindex button
Hi AllI met a problem when I am setting tabindex and focus on a button, my situation is this: I have a Form, and there are several child controls in it, I intend to let the button whose tabIndex is 0...
View ArticleChanging currency from $ to Euro symbol and how to format - VB.NET winforms
I have an application in which I would like to change the format of the currency when changing my environment to a new culture, ie: Euro. I have found many links and incorporated the code change in the...
View Articlec# express open a dialog when treeview node is clicked.
I am using a treeview control in C# Express. I have populated the nodes with family tree data at design time. I would like the user to click or double click on a node and a dialog box would open with...
View ArticleHow To Make C# Open A .CHM File From A Menu Strip Button
Hello guys, I need help with some C# command that will allow users to click on a button in a menu strip that will launch a .chm help file. I have the file built and ready but in what directory for my...
View ArticleCreating an online install for a C# Windows Form program
I'll appreciate you all if you can help me out with this problem, I just developed a windows program with C# on visual studio 2010 and already deploy it ready for distribution but my boss wants us to...
View ArticleWindows Application
Hi,I have created a windows application which has multiple screens. I am using WPF to develop windows application. While I have a button as 'Next' on each screen. I want that while switching between...
View ArticleCombobox row inside the Datagridview
hi, I have a datagridview and two buttons namely "Add row" & " Delete row". Each time when i click the " Add row button" new row will be added to the datagridview. The newly added row will...
View ArticleWindows Forms Application Ideas
I have made couple applications in C# and can't find other ideas what to make. Feel free to put any ideas here and any replies are thankful. I hope these ideas also help other developers out there.
View Articlemp3 player generates error message
Dear smart programmers out there: In this short mp3 player with 5 buttons (Open, Play, Pause, Stop, Close), clicking on the play button returns Error Code 263: Invalid Device Name. The Open button...
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 Articlechange formatting of selected rows/columns
We are pasting data from microsoft word file to DataGridView column and saving into database but data format is not storing in the grid like bold,color,font type (italic etc) & size.We are using...
View Article