Quantcast
Browsing all 12583 articles
Browse latest View live

How to edit grid view item in windows form application using C#?

Hi,I have created a windows form application. In my application i have a search button and if i search anything it shows into my grid view. I want to update every field from grid view means update into...

View Article


How do I draw a rotated bitmap (Windows Forms)?

I have car sprites in a game (2-D top down) where I have a single bitmap of the car (24x24 PNG with alpha). I track the location of the car by the midpoint of the sprite (11, 11) and the orientation...

View Article


Form Labels Moving Position At Runtime

I have a C# Windows Form with a bunch of label controls that have been positioned through the designer.  When the form has loaded, some of the labels have shifted position greatly ie. from point...

View Article

Image may be NSFW.
Clik here to view.

DataGridView Issue.

My Program Works the following Way:Enter text to encode in text box (txtBox1)Click Button to make bar code Barcode displays in picture box (picBarcode)The code to actually generate the barcode from...

View Article

Help needed with "Sorting ListView Items by Column" code i found on the...

Hi,I have found code on the internet that sorts the listview items by clicking on the column's header. The listview1_ColumnClick looks like this:private void listView1_ColumnClick( object sender,...

View Article


Image may be NSFW.
Clik here to view.

Change screen bounds in a multi-screen application.

My app is running a videos and it is working fine on extended monitors. I am providing admin section from where user can manually add the distance between the monitors. (this is the separation area...

View Article

Send data between mdichilds

Hi, I have a MainPanelForm which servs as a MDI Parent form. I have  scenario in c# When I am clicking the Orders it open the orders. On the Orders Form I have a OrderDetails button which opens the...

View Article

have one winform to build any ssrs form with dynamic number of parameters

Hi, I am trying to build a winform so that I can pass to it the parameters of any ssrs reports. At present, I have one form which accepts two parameters to generate one specific ssrs report. Can there...

View Article


Navigation in Windows Forms remotely

I am using Visual Studio 2010 and C#.Net for developing a windows application which have 2 parts, one part is used for accepting some data through one form namely Form1 and updating the data in the...

View Article


Version info in an About Box

I am a very new programmer....I have an About Box that I generated using a Windows Forms Template.  Our build system for the product updates the AssemblyFile Version attribute in the...

View Article

Deployment 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 Article

Restore Windows 7 From Windows 8

Iupgradedwin7 to win8proonline.I want to goback towin7Do you havean easysolution for me.I have not takenbackup.

View Article

How do I get the total amount in a text file without already knowing how many...

Visual C# 2010 WinformsThe topic title is pretty self explanatory.  I want to create a method that will count the total amount of money deposited and return the number of lines in a rich text box.  I...

View Article


conect to sql server with a cmdbutton

i want command and structure to connect to sql server whit command in visual studio plztanks,Salmanian

View Article

add a line separator between combobox items using C#.net

i wanna to add a line separator between combo box items using C#.net. how can i do...

View Article


How to open file in edit mode?

How can i open a file in edit mode?, for instance, HTML file if opened with:Process.Start(File) - opens in default web browser, i want it to open in default HTML editor. VB.NET to C#...

View Article

Image may be NSFW.
Clik here to view.

Mail Merge word 2010

attempting to open a word 2010 doc and start mail merge processhaving trouble with MailMerge.OpenDataSourcei need the users to select the criteria then run the merge from a windows formi have tried...

View Article


How do I determine which label the mouse down event fires on?

On a WinForm, I have 84 labels, and I want to determine which of the 84 labels incurred a MouseDown event. I know I can code a MouseDown event handler for each of the 84 labels, but that is a lot of...

View Article

Help 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 Article

Public event of another form

Hi,I am using VS 2005I have a toolbar in Main Mdi form with New and Edit Button and lot of formsI have created Public Sub NewButton and Public Sub EditButton event in almost all formsWhen I click on...

View Article
Browsing all 12583 articles
Browse latest View live