can you help me to find an example problem with codes and layout?? please help me... im a computer science student and i need an example in visual basic..

Reverend Jim commented: Lazy -3

Recommended Answers

All 2 Replies

I don't even know what you mean? You need to be much more specific. Layouts for what? There are probably a billion layouts that are dependant upon requirements. What are your requirements?

Start a VB project, standard exe. You will see a form. create a button on the form. Click the button. In the code window, you will see
Private Sub Command1_click()
'enter the following code
Beep
end sub

That's it. Start the project, press the command button and listen to the beep.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.