Help please, I'm Newbie. About payment application on Visual Basic 2010
I want to build one project a simple payment information for my little shop.
Any body can help me? I'm still not understanding about Visual Basic开发者_Go百科 2010. I'm developed in Pascal 7.0 Ago..
The application simple using some textbox for Input and calculate in output textbox by pressing button.
Can anybody help me?
Thanks
Its not clear which part you having trouble with.
But you'll need to understand
Creating a project
Adding controls to a form
Event handling
Referring to controls on the form from your code
You might want to start with a quick tour of the IDE and then move on to this turtorial The new to development site may be helpful down the road.
You might also find the videos from this youtube user helpful.
精彩评论