ToolStripDropDown odd form paint behavior / bug
Hi there, I've got a problem while trying to build a custom popup using ToolStripDropDown and ToolStripControlHost. For some reason, when the dropdown is displayed, it is repainting the background of...
View ArticleWant to select part of text of datagridview textbox column text by mouse c#
I have DataGridView with three column and all three columns are DataGridViewTextBoxColumn and now I want to select cell text by mouse. I tried the following: dgView.ReadOnly = false; private void...
View Articlewindowsclient.net
can someone in Microsoft restore this popular site http://windowsclient.net/learn/videos.aspx please because it is a useful site for developers
View ArticleAlternative to application.dowork()
I have read and watched 1000 threads on how to do work (update progress) after a Widows form has triggered a long task. Unfortunatly the one that seems easy enough to implement (application.dowork)...
View ArticleWindows Application like Matured Application
Hi,Thanks AdvanceI have build One Windows application..for this application i am maintaining Two Project. 1.MainProject(Forms) 2.code project(DLL).Why i am doing like in future may i can use Web...
View ArticleBind combobox with Select as a first option.
I have combobox and i am binding it with a list so i want to show the first option like -Select- but i am unable to how can i do this?? comboBox1.Items.Insert(0, "-Select Genre-");...
View Articlecrystal report line graph
Display line for 5 or more series using Primary axis & one for secondary axis(y2)?in crystal 8 ver we get half for primary and half for secondary.but i need 5 for primary(y1) axis and 1 for...
View ArticleWindows8
You say our win8 and IE 10 are very nice but in Iran the all of people are Dissatisfied!Your Windows 8 and IE10 are very terrible!
View ArticleHow To Send Free SMS Using Way2sms.com
Hello FriendsI am developing a Progam in which i want to send free SMS Through Way2sms.Help Me Thanks in advance
View Articleoverrided processcmdkey
HI everyone,I have a datagridview and i filled some of the rows in it. If i press F2 key in a previous row i want to check the value of first cell if it is empty or not .If it is empty, i want to...
View Articlebackground worker - many thread - for loop
Hi,I want to create a thread inside background worker method. And This thread count will vary, depending on certain other variables.Ina for loop, I execute my portion of code along with thread...
View ArticleSelecting a Nested grid Item in a the propertyGrid
So I am using a property grid that has many nested grid items.My issue arises that I want to programmatically force a particular item to be selected. I am trying to force this using a recursive...
View ArticleMemory Leaks in windows media player ActiveX control?
There is a memory leak bug in my winform application. In order to find out the cause, I maked a simple test application to build the bug. The application has only one Form, the Form has a Button and a...
View ArticlePopulate multi column combo box from Database
Hi guys! i am on stuck populating multi column combo box from SQL server using ADO.NET. I want to load 4 columns in the combo box. I have no idea how to proceed the same.. i am very new to C# and still...
View ArticleHow can I make the dock panel filled
I have made two dock panel.I want one panel fill the space if the other panel's size is being smaller.How can I solve this.Thanks in advance
View ArticleNeed guidance for chat conversion UI area designing (win form c#)
people often develop chat apps and they display chat conversion between two people in simple text box or rich text box. i want to develop a chat apps where i want to design chat conversion UI area look...
View ArticleCard Game - Assign Cards to Player
So I have made a simple Windows Form that creates a deck of cards and has a button that shuffles cards and displays them in to 52 text boxes. I am trying to figure out how to assign these cards to a...
View ArticleHow do I show PROGRESS for the following code while downloading files?
string[] files = GetFileList();foreach (string file in files){Download(file);}public string[] GetFileList(){string[] downloadFiles;StringBuilder result = new StringBuilder();WebResponse response =...
View ArticleAnchor, Dock & screen resize..
Quite new to winform dev.I have a tabcontainer with serveral tabpages. On this particular one, I have a row of buttons at the top and a richtextbox taking up the res of the page below them. I want...
View Articlehow to give full-control (to everyone) to folder in C#
hihow to give full-control (to everyone) to any folder in C#for example: i need to give full-control read,write for everyone in folder c:\Program Files\MyFolderis it possible ?thanks,
View Article