Hello,
I am trying to add a listBox and checkBox to different columns on a DataGridView control.
1.The DataGridView control is bount to a dataset which is filled from a SQL table
2....
Hi, I am reading data from serial port (GPS) in a windows application. I have a main form and other child forms. When I am using only one form I can read data from GPS easily. But when using ...
Hi
How do i get a list with all active window handles and can i get the window handles by a name i give to match the window caption of all the active windows?
And then
If im intressted in a...
I am developing a web application using C# & VS2005 (ASP.NET 2.0). I have to show reports in my application, so I used Crystal Reports Viewer to view my crystal reports (10.0). it is workig fi...
I am getting an error related to my encryption class. The error is "Padding is invalid and cannot be removed". See the code below
using System;
using System.Collections.Generic;
using Sys...
Convert string value into decimal.
string strNewRefundAmt = "$54";
decimal curNewRefundAmt = 0;
if I do
curNewRefundAmt = Convert.ToDecimal(strNewRefundAmt))
i get an exception s...
I am instantiating a child form e.g
1.EnterColor colorform=new EnterColor();
2.colorform.Parent = this; //this is the current
3.colorform.Show();
It gives me error at line 2 \
{"Cannot ...
Using C# (VS2008), I want to create a program that has a textbox on form1. The user enters a number in the textbox and presses a button, and form2 is displayed with the number of textboxs th...
I want to write a simple conversion program. It's used to convert a character into its decimal number in ascii table!
For example
When user types 'a', the program will return its decimal num...
Hi,
I need a balloon tooltip with a CLOSE (X) button. In .NET Framework 2.0, balloon tooltip is there but there is no close button. Can anybody help me... I program in C#
Thanks!
Dhanraj
Can anyone recomend a C# Win Form graph component?
I don't want to spend any money as it's just a hobby project.
Hi,
I have windows form application c# 2.0, and i want to add new buttons that have images and i want the button to be displayed as transparent so the images will be only displayed for the...
Hi,
I have Windows forms(UI Component) which has a lable and the message for the label from my bussiness component. I'm trying to do this by raising a Event with Data which will be captu...
I have developed an console application (Visual Studio 2005 c#), that gets the rssfeeds urls from database, downloads the Rss and Extracts the information and save to database. This applicati...
hi,
I have a working solution, VS 2005 using C# where i save data through DataAdapters to MS SQL Server 2005 Full blown version. I needed to move my C# project into another machine with C# Ex...
I have a strange requrement twist on the Login RememberMe function. When a user selects RememberMe on the Login Control, I have to default in the User Name and check the RememberMe box. Upon...
I had some code that would use a character as a delimiter.
I found that there was a possibiliyt the character would be in the list so I have to split on a more complicated string.
When I t...
How do I delete a read-only directory (other than executing attrib)? Is there a way to change the attributes on directories, like there is for files?
Thanks
How to hide / show taskbar using C# ?
I need to parse CSV file in C#.
In the CSV file, all string values are enclosed in double-quotes, like this:
26-4-2007,"Val1","Jrnl",2000 Nos,315.75,631496.38,
19-6-2007,"Val2","Jrnl",5...
Hi guys and thanks for looking,
I have a new project where fixed text can be accessed by either AJAX or a .NET page. I decided to place the text in an XML file to avoid duplication.
In...
This is the error i am recieving
Could not find default endpoint element that references contract 'ServiceReference.DataPostSoap' in the ServiceModel client configuration section. This migh...
c#
I have a string that includes \" I want to replace it so I just have a " how do I do that
I want to rotate an image in a picturebox control by x degrees. I kn ow of the standard FlipRotate in die framework but they wont do as they only rotate image by 90 180 270 degrees. I need som...
Dear Team
i am using ASP.NET2.0 C# AJAX., JavaScript
inside update panel i have a grid view this grid view contains a menu control in the templete feild, when i click on any item in the ...