How to re-associate events functions
Hi, How to re-associate events functions like Form1_Load, button1_Click etc?I created a simple win-form Form1, add label, text, and button button1. Then I copied Form1_Load, button1_Click from...
View ArticleWhy no text property for DropDownList style ComboBox?
I'm using Visual Studio 2010, writing C++ code. I have a ComboBox that I want to be readonly, but I also want to be able to display the text string when no item is selected e.g., "Choose an Item"....
View ArticleHiding control in Windows form application without white sapce
Hi,I am designing a windows based application, in that i want to hide a textbox and groupbox based on the value of a combobox. I used Visibility to hide the controls.The controls got hide but the white...
View Articlehow to refresh only one row in datagridview
hii have this data in my datagridview:id | name | age ------------------- 1 | A | 20 2 | B | 30 3 | C | 40 4 | D | 50i was update this row: 3 | C | 40 -...
View ArticleWhy does my background thread raise deadth of my UI?
Pop-UP dialog is my other common Form.public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender,...
View ArticleDeployment of C# Windows Forms Project
Hi,I have developed an application using Visual Studio 2008, .Net Framework 3.5 in my Windows 7 machine. I have not used any ClickOnce installation application. In the application I retrieve and save...
View Articleimage editing
hi,i have an omr file and it is a scanned image how to mark a dark point on image at center top or at left corner by giving x and y coordinate value thanks in advance
View ArticleHow to jump to a particular line in DataGridView
hii have DataGridView with many rows.How to jump to a particular line in DataGridView and mark this row ?C# WinFormthanks in advance
View ArticleEfficient method to move the backup files between Windows Servers
Hi,I am about to move a huge SQL Server backup file around 400 Gigs between windows servers as a part of a Migration Project.Due to frequent network drops the moving process between these 2 windows...
View ArticleDeployment of C# Windows Forms Project with WebService
Hi,I have developed a Windows Forms Application in C#. I have also created a webservice because I need to access the files even when I am not in my Office. So the Windows form would be interacting with...
View ArticleC # Auction with Windows Form
Hey guys,I am in the midst of laying the foundations of building my auction site that consists of 2 different sections. One for laptops and one for books, each containing 5 items in each category.I am...
View ArticlePopup form
Dear SirI am having scenarioThere is employee master screen.There is employee name text box.If i press function f3 in employee name "textbox" ,a new pop up form comes and it will have list of names.if...
View ArticleHelp me fix and make a progressbar recieve in client recieve file.
Hi all, I have project about send a recieve file in LAN network between 2 PC, code of progressbar in server run good and code of progressbar recieve file in client program I have write, when debug it...
View ArticleUnable to start SQL Server service using VB.NET winforms - 'Cannot open...
In my application events class startup, I check to see if the SQLSERVER service is running, if not then I would like to start the service. I have found some code that checks that status and then starts...
View ArticleHow to clip the shapes in PrinterDocument
Hi,Attached are two pictures, the one which name is "Origin" shows the real coordinates of the two rectangles, now I want to print them on a printer document, the red rectangle should be clipped by the...
View ArticleBlink a marquee label and the elapsed timer
I'm making a running text software where there is some text that runs alternately in the marqueelabel control. I wanted at every turn of the text, the background of marqueelabel will be blinking. I...
View ArticleXbox/zune music
My xbox/zune music wont play on my Andriod Smartphone. Is there ANYWAY that I can listen to my xbox music on my Andriod Smartphone? Please tell me that there is a way!
View ArticleStandard Button rounded corner border color
Hi,I've a button in my application and it's FlatStyleMode=Standard. Standard button comes with rounded corners.I've created below custom button control to show border around button. Border is creating...
View ArticleOverride Windows authentication to Form authentication
Hi,Windows Form Application by default will run using the windows authentication. I need to implement Form Authentication(user name & password will be stored in DB). I'm able to create login screen...
View ArticleDatagridview row not adding automatically when data fetched from other...
Hi, Can you please help me to solve out thisi have a datagridview in Form1 with columns Sl.No , Book no,Book name ,issue date, due date. when i Enter a book no in Book No column, then all the...
View Article