Click here to Skip to main content
15,880,608 members
Home / Discussions / C#
   

C#

 
AnswerRe: vehicle milage Pin
Manas Bhardwaj11-Sep-08 23:03
professionalManas Bhardwaj11-Sep-08 23:03 
AnswerRe: vehicle milage Pin
User 665811-Sep-08 23:39
User 665811-Sep-08 23:39 
AnswerRe: vehicle milage Pin
leppie11-Sep-08 23:49
leppie11-Sep-08 23:49 
AnswerRe: vehicle milage Pin
Ashfield12-Sep-08 1:46
Ashfield12-Sep-08 1:46 
Questionvehicle return failure charges Pin
Jassim Rahma11-Sep-08 22:26
Jassim Rahma11-Sep-08 22:26 
AnswerRe: vehicle return failure charges Pin
Manas Bhardwaj11-Sep-08 23:04
professionalManas Bhardwaj11-Sep-08 23:04 
AnswerRe: vehicle return failure charges Pin
leppie11-Sep-08 23:48
leppie11-Sep-08 23:48 
QuestionNeed help with Backspace button!! Pin
Lim Yuxuan11-Sep-08 22:24
Lim Yuxuan11-Sep-08 22:24 
Hi ! I am designing a simple calculator application and I am having trouble coding the backspace button. I store the data that the user had input in a string by the name of strInput with initial value strInput = "" .

I display the value that the user had clicked by coding :

lblDisplayPanel.Text+="value of button";

For example, lets take a look at my button 1

private void btn1_Click(object sender, EventArgs e)
{
lblDisplayPanel.Text += "1";
}

so when I click button 1 thrice, the display panel will show "111". However, I only know how to add values to the display panel label. I tried -= but it wont work .

The backspace button is supposed to remove the last value entered by the user but how do I do that ?
AnswerRe: Need help with Backspace button!! Pin
William Ten Broek11-Sep-08 22:41
William Ten Broek11-Sep-08 22:41 
GeneralRe: Need help with Backspace button!! Pin
Lim Yuxuan12-Sep-08 2:17
Lim Yuxuan12-Sep-08 2:17 
AnswerRe: Need help with Backspace button!! Pin
Manas Bhardwaj11-Sep-08 23:07
professionalManas Bhardwaj11-Sep-08 23:07 
GeneralRe: Need help with Backspace button!! Pin
Lim Yuxuan12-Sep-08 2:18
Lim Yuxuan12-Sep-08 2:18 
QuestionTabControl Problem Pin
Haim Nachum11-Sep-08 21:38
Haim Nachum11-Sep-08 21:38 
QuestionDatgridviewButtonCell Issue Pin
supriyaP11-Sep-08 21:35
supriyaP11-Sep-08 21:35 
AnswerRe: DatgridviewButtonCell Issue Pin
supriyaP11-Sep-08 22:07
supriyaP11-Sep-08 22:07 
QuestionCreating setup for my application Pin
Shweta Gulati11-Sep-08 20:23
Shweta Gulati11-Sep-08 20:23 
AnswerRe: Creating setup for my application Pin
g_amol11-Sep-08 20:50
g_amol11-Sep-08 20:50 
QuestionCreating setup for my application Pin
g_amol11-Sep-08 20:53
g_amol11-Sep-08 20:53 
AnswerRe: Creating setup for my application Pin
Eslam Afifi12-Sep-08 5:25
Eslam Afifi12-Sep-08 5:25 
Questiondatalist [modified] Pin
soujanya G11-Sep-08 19:51
soujanya G11-Sep-08 19:51 
AnswerRe: datalist Pin
Manas Bhardwaj11-Sep-08 23:10
professionalManas Bhardwaj11-Sep-08 23:10 
GeneralRe: datalist Pin
soujanya G12-Sep-08 1:00
soujanya G12-Sep-08 1:00 
QuestionHttp status 401Unauthorized error in java web service Pin
newbieNeeraj11-Sep-08 19:32
newbieNeeraj11-Sep-08 19:32 
AnswerRe: Http status 401Unauthorized error in java web service Pin
#realJSOP11-Sep-08 23:36
mve#realJSOP11-Sep-08 23:36 
GeneralRe: Http status 401Unauthorized error in java web service Pin
leppie11-Sep-08 23:50
leppie11-Sep-08 23:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.