I need help with buttons

Light Poster
3Dec2007,07:28   #1
Demon4231's Avatar
I want to make a button appear in my forum. I have searched on google and found many ways but non of them seem to work and the only one that did work I had to have a button already created and it just moved it to the location I put it at and it changed the name.
Go4Expert Founder
3Dec2007,09:15   #2
shabbir's Avatar
What forum and which button you are talking about? Can you explain the context a bit more.
Light Poster
4Dec2007,02:37   #3
Demon4231's Avatar
Quote:
Originally Posted by shabbir
What forum and which button you are talking about? Can you explain the context a bit more.

The Form in C#, or Windows Application. I want to type in a password or something then make it create a button at a spot on the form.
Go4Expert Founder
4Dec2007,09:01   #4
shabbir's Avatar
Is it form or forum?
Light Poster
5Dec2007,03:53   #5
Demon4231's Avatar
form
Go4Expert Founder
5Dec2007,09:06   #6
shabbir's Avatar
Just put a button on the form using the design view and see the code generated and copy that code and that would do the job for you to create the button and place it on form dynamically.