How to organize my Form to look tidy?
The question is: What can I do to make my Form tidy, organized and clean?I always have the same problem when I put a lots of controls in my Form: they are always overlapped (as in this image). For...
View Articlechanging the color of all the buttons in my Form
Ok im trying to change the color of all the buttons in my form in C# with the click of a menu item. i can do it with making each line of code but its way to much, i can find the answer for visual basic...
View ArticleVery Uneven Spacing in a TableLayoutPanel
I have a very simple TableLayoutPanel which, however, looks very strange: I create textboxes which contain a short string, usually only one character, all the same width and height. I put the...
View ArticleHow to read data from XML file to List ?
Hello all!I am student of programming and I don't have huge expirience in C#...I am trying to make application for converting foregin currency into my home one (Serbian Dinar). Its my faculty project...
View ArticleMerging multiple child menus with MDI MenuStrip
I have an MDI form with a Menustrip and the menus I want on all the child forms.One of my child forms has 4 tabs and there is a different set of menus for each tab.In VS 2003 I was able to create 4...
View ArticleDataGridViewImageColumn - dynamically set images per grid row
Hi - I've got a DataGridView with an unbound DataGridViewImageColumn (I'm using VS 2005 beta 2/C#). Based on a stored db value, I want to display 1 of 4 images in the image column. I found the...
View ArticleUnable to remove checkbox in front of parent node - treeView
I'm trying to hide the checkbox infront of all my parent nodes in my treeview, but I can't get it to work. I also tried to modify the color of the text and background but that does not work either. I...
View Articlehow to make google like search box in current list
Hi, I want to make a google like search box in my current list that whenever I type a letter,the items in my listbox will also change according to what letter or text I inputed in my search box or...
View ArticleDeviceIoControl() function is working differently in Windows 7 and Windows 8
I am trying to get the Hard Disk Serial using DeviceIoControl function. And calling it with same parameters it gives different value in output buffer in case of win7 and win8. I am caliing it as if (...
View ArticleVisual studio 2012 localized winforms glitch
Hi everyone. I have a strange problem working on visual studio 2012. I am developing a win form application and it should by localized to the Arabic language however when I change the form language to...
View Articlehow to show custom message on empty datagridview
in my window form, i showing details of category to users using datagridview but i also want to show a custom message when in my table there is no record found , then i want to show a custom message...
View ArticleSaving image into SQL DB via vb.net. Programmatically work but not store...
I have some problem with my program, just figure it out by this question tittle. I have some code. No error. And it also work properly. But it's not storing anything in database. While I change into...
View ArticleUsing DatePicker with MaskedEdit toolbox
I am using masked edit and date picker control in C# where I am passing Date like 10/01/2014 and into masked edit time like 08:20. When I am running then displaying message "string was not recognized...
View ArticleWebBrowser Control has memory problem.
Hi Everyone,I am using WebBrowser control in my c# window application, I am loading Multiple web pages one after one.After some time webpage not loaded and document is null. I have check there is too...
View ArticleWeb Browser Control in windows forms not rendering the web page correctly...
In the web page we have a dropdown which is getting loaded properly web browsers but the same is behaving differently when rendered in windows forms web browser control.The issues we found are :1. On...
View ArticleTreeView HideSelection=False Not Working
I have a treeView control with the background set to the "Control" colorand the HideSelection property set to False. When the control losesfocus -I can't see which item is selected...With the...
View Articlecan you help simple richtext box question in c#
Hi everyone, Hope you can help. I am brand new to Visual Studio C# express.I have a series of buttons on my form, and I have a richtext box. I want each button to have an entry in the richtext box, so...
View ArticleHow to save image from binary form to bmp format file?
Hi,I 'm attempt to read image (in Binary form) from my DB and write that to an file. but when writing file I see this Exception, that don't know how to resolve this Exception.I 'm thanks every One...
View Articlepicturebox control for visual basic 2005
Hi!. I'm using visual basic 2005, and I wanted to apply a code written for visual basic 2008 wich I know it works. The code is the...
View ArticleReversing characters in each word in a sentence in c#
I am trying to achieve this:This is a sentence ---> sihT si a ecnetnes
View Article