what are the dirty states of a datagridview cell?
hi friends, could any one explain details, what does it mean by a dirty state of a datagridview cell? how many dirty states are there for a cell?thanksI use Visual studio 2012 Ultimate and SQL server...
View ArticleEffect Slider in windows form buttons
hello maybe someone knows how to make an effect on c # windows forms button transition then appears one by one ... I want to do something like this:http://www.youtube.com/watch?v=KdDZlYl9R6I
View ArticleDataGridView checkbox click calls DatagridView.CommitEdt() three times, why?
hi friends, please refer to my you tube video to see a video capture of what im talking about : ) I have a simple app with a datagridview with a checkbox column. I want to check the check/uncheck...
View ArticleGradients
Is there a way to create gradients in C# visual studio to a forms backcolor and to all controls on the form if so would someone please be able to explain how and if there is please give me some good...
View ArticleUrgent help:Save and retrieve a picture as varchar datatype in sql server...
HI everybody I will be appreciated if anyone can explain me how can i add and save and retrieve a photo or image in sql server express as varchar() datatype ,i mean how can i add a photo on a form in...
View ArticleCreate component for drag and drop listbox
hi,I explain my issue.I have a ocntact that can have one or more category.I'd like a listbox with all categories and an other listbox to drag the selected categories.So i need a component i can reuse...
View Article.Net doesn't paint
Why doesn't Visual Studio always repaint over mouse pointer trails? The top image below is my application after having clicked the X squares and the bottom image is Visual Studio after I have moved the...
View ArticleHow can i load values from text file?
how to load these two values into textboxeshere is my text file content E:\Text.txtInformation related to the text file aaaaa 10 aaaaa bbbbb 100 bbbbbwhen i press button load 10 & 100 should come...
View ArticleGradient in visual studio 2008 winforms
How can I make the background color of a control to be a gradient not a single fill color?Debra has a question
View ArticleHow do i track the old value in a datagridview cell?
hi friends, I have a datgridview and I want to do editing of the values of cell on that datagridview. But when I edit a cell value the old value goes away... so is there a way to track or fetch the old...
View ArticleBluetooth does't work.
I recently updated to Windows 8.1, and now my bluetooth doesn't work. Help Please!!!!!!
View ArticleC# checkedlist box items removal when a button is clicked
Hi,The below is a snap from c# windows form application.now, my concern is when I enter text in textbox and click add, it should check the following conditions:1. check if the entered text contains a...
View ArticleGet the state of the spacebar, globally.
Hi. I'm writing a VB.net program, and I need to be able to access the state of the spacebar without the actual process being selected. For example, when the spacebar is held down with my window...
View ArticleHow to test win application on multile windows OS
i develop my win apps with VS2010 on win7 OS but i want to test it on all the major windows OS like XP,Vista,win7&8 and win2008/2012 server etc. so i can install all the OS in multiple PC and test...
View ArticleInitialize values at program start, before the form is displayed
I have a simple Windows Forms program in Visual Basic. I would like to initialize some values both on the displayed form and in a Folder Browser dialog, before the main form is displayed. How do I do...
View ArticleHow to make programmatically created radiobutton enable by a button click.
public Form1() { InitializeComponent(); var drvs = System.IO.DriveInfo.GetDrives(); int hdcount = 0; List<string> drivenames = new List<string>(); foreach (var drv in drvs) { if...
View ArticleAligning text to the right C# (I am a noob)
Can someone make me a string builder to align text to the right. :) thank you to whoever responds!
View Articlethe value property of content of a datagridview cell?
hi friends, a datagridview cell can have the following controls1. DataGridviewTextBox2. DataGridViewButton3.DataGridViewCheckbox4. DataGridViewLink5. DataGridViewComboBox6. DataGridViewImageThe Value...
View ArticleArt mp3 with c # is cut into form load
I play mp3 with: wimdowsmediaplayer wimdowsmediaplayer wmp = new (); wmp.url = "" wmp.controls.star ();in my windows form load is cut just my mp3, that may be it ..
View ArticleGenerate Real Time Charts in Windows Forms (.NET 2.0)
Hi All, I have this strange requirement where I need to draw graphs in Real time. By Real time, I mean I have an instrument which takes readings from patients breath and generate XML. now, I need to...
View Article