vb.net - Visual Basic .Net GUI -


so made full project vb.net , contains form , lot of buttons ..... etc

now wanna make gui selecting option problem , don't wanna go each single button , change , , go every single form , change background color , stuff

is there anyway change whole gui simple method ? example > change button black button , , form background color black ?

or shall them manually 1 one ?

open form designer. drag select (i.e. start top left corner, mouse down, drag) controls you'd change. once they're selected, set properties you'd to.

your other option open form's designer code file , find , replace on 'backcolor'.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -