C# windows forms
Hi All,I need to create four checkboxes dynamically.I'm new to C#. Any help will be appreciated. If someone can provide me with the code or explain to me how I can do it,this will be of great...
View ArticleChanging picture through combo box - crashing
So here is my dilema... Form1 user sorts through textboxes and combos ending up selecting a car of choice,,,,car of choice is then display in a Form2 with info and a picture in the picture box. User...
View ArticleEnable any thing in application that has name in the table from sql server...
Hi ...I have table that contain names of some Controls in c# when i login in my my application i want to just show the controls that has name in the table I am use c# thank u for any help
View ArticleDataset not committing to database.
HelloI'm trying to create my first database. You can find my initial post...
View ArticleTableLayoutPanel resize column width at runtime, ColumnStyles collection...
Hello everyone,Visual Studio 2008 / .NET Framework 3.5:Can someone tell me if this behaviour is normal:Add a TableLayoutPanel on a WinForm, and set it up for 3 columns and 1 row. Make it dock the full...
View Articlehow i show Imagelist in ListView
When i retrieve Data from Database to listview control the Imagelist are not working so i do this
View Articlelistbox problem in windows phone 8
I am developing a windows phone app where I am collecting images from media library and adding each item to listbox.Here is my code:privateObservableCollection<img> _pictures...
View ArticleQualität Verbessern
Wie Kann man Jeden Ort der Erde in guter Qualität Betrachten?.Ich meine DAMIT das. Mann ZB in der Sahara Wüste Nur Viertelpixelte Stellen SEHEN Kann oder Zu mindestens in Schlechtere Qualität. Ich...
View ArticleDatarepeater hide or set visible = false button
how do i loop inside a Data Repeater andfind a control button where the button has not text , the button is set dynamicallyi have for example 50 rows in data repeater i want to check each row and...
View ArticleProgramatically Add Recent Files Submenu to an Existing Menustrip
I have an existing menustrip with &Files->&Recent Files. An xml file contains up to 10 file names that I want to add to a Recent Files submenu. The submenu needs to be dynamically...
View ArticleHow to set width of a programatically added menu dropdownitems?
I am programmatically adding dropdown items to my menustripitem, but the width is about an inch wide when I need it to be wider. How can I set the width?internal ToolStripButton buttonRecents;...
View ArticleHow to filter rdlc report data using parameter
Hi, I am using simple rdlc report to display student information data. I added parameters successfully tried all of the blogs sites but can't figure out what problem i am having following is my code:...
View ArticleC# treeview scrollbar value
I need to get a handle to the C# treeview's scrollbar so that I can set the value programatically. I am attempting to sync two scrolling forms together with one scrollbar. I can get other...
View ArticleDesktop Composition Causes MFC Window To Freeze Or Not Being Painted
Hello,We have a Windows application, that is written mostly in MFC. It has a display issue starting from Windows vista/7. The appliction can launch multiple, standalone, MVC type of windows. Some...
View ArticleWhat is the correct way to draw Graphics from another control into a...
I'm drawing graphics on a picturebox by passing the Graphics parameter to the method in a custom control.Basically, I draw a line on my picturebox. Then I pass the Graphics reference to the method of a...
View ArticleHow to hide form from Alt-Tab dialog
Hi,I'm creating a borderless form by setting this.FormBorderStyle = FormBorderStyle.NoneWhen I show the form, if users press Alt-Tab to switch among applications, they can still see it. How can I...
View ArticleCheckedListBox selct all items...
Hi...How i can select all items in a CheckedListBox on selction of a first CheckedListBox item...?Items in CheckedListBox are as follows- 'Selct All'First ItemSecond ItemThird Item So on click of 1st...
View ArticleHow to reference a control on a parent form from a child form
In a parent form, I am trying to change the text on a statusbar panel from an event in a child form, but I don't know how to reference the statusbar control on the parent. I tried the following, but...
View ArticleVB listbox rapid keystroke item selection
I would like my user to be able to select listbox items with rapid keystrokes.So typing "pu" would select the first item beginning with pu - or "pur" would select the first item beginning with purVB6...
View Article