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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -