Jump to content
Tuts 4 You

C#/- May I have a way to modify inside the source code with programmi


hakouabs

Recommended Posts

HI.


For example: I have a program for the source code like so.....


 


if ( str == " Hello World")


{


MessageBox.Show (" Welcome ") ;


 


}


 


To


 


if ( str == " Hello World")


{


 


MessageBox.Show (" Merci ") ;


 


}


 


How do I modify it with programming...


 


Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...