Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
C#
{
    MessageBox.Show("Please Select item to add stocks...", "caption", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
    return;
    string strStocksIn=null;
    strStocksIn=interface.InputBox("Enter number of items : ", "Stocks In");
}
Posted
Updated 11-Apr-14 3:08am
v2
Comments
Maciej Los 11-Apr-14 5:25am    
What's the question?
Richard MacCutchan 11-Apr-14 9:07am    
Your code makes little sense; why do you have a return statement immediately after MessageBox.Show? And what is the point of getting some data in a variable that is immediately going out of scope?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900