{"id":211,"date":"2007-08-31T16:14:00","date_gmt":"2007-08-31T16:14:00","guid":{"rendered":"http:\/\/www.webmundi.com\/?p=211"},"modified":"2020-08-18T16:15:31","modified_gmt":"2020-08-18T19:15:31","slug":"chamando-programas-especificos-do-painel-de-controle","status":"publish","type":"post","link":"http:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/","title":{"rendered":"Chamando Programas espec\u00edficos do Painel de Controle"},"content":{"rendered":"

Chamando Programas espec\u00edficos do Painel de Controle<\/p>\n

Para chamar programas do Painel de Controle n\u00e3o se usa necessariamente\u00a0uma API, para isto, executa-se o programa rundll32.exe. De acordo com os par\u00e2metros de cada programa chamado.<\/p>\n

Veja as chamadas das principais telas:
\n– Para chamar a tela do Painel de Controle<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL”, vbNormalFocus)<\/p>\n

* Adicionar \/ Remover Programas<\/p>\n

– Instalar\/Desinstalar<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1”,
\nvbNormalFocus)<\/p>\n

– Instala\u00e7\u00e3o do Windows<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2”,
\nvbNormalFocus)<\/p>\n

– Disco de Inicializa\u00e7\u00e3o<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3”,
\nvbNormalFocus)<\/p>\n

* V\u00eddeo<\/p>\n

– Segundo Plano<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0”,
\nvbNormalFocus)<\/p>\n

– Prote\u00e7\u00e3o de Tela<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1”,
\nvbNormalFocus)<\/p>\n

– Apar\u00eancia<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2”,
\nvbNormalFocus)<\/p>\n

– Configura\u00e7\u00e3o<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3”,
\nvbNormalFocus)<\/p>\n

* Configura\u00e7\u00f5es Regionais<\/p>\n

– Configura\u00e7\u00f5es Regionais<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0”,
\nvbNormalFocus)<\/p>\n

– N\u00famero<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,1”,
\nvbNormalFocus)<\/p>\n

– Moeda<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,2”,
\nvbNormalFocus)<\/p>\n

– Hora<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,3”,
\nvbNormalFocus)<\/p>\n

– Data<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,4”,
\nvbNormalFocus)<\/p>\n

– Joystick<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL joy.cpl”, vbNormalFocus)<\/p>\n

– Mouse<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL main.cpl @0”,
\nvbNormalFocus)<\/p>\n

– Teclado<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL main.cpl @1”,
\nvbNormalFocus)<\/p>\n

– Impressoras<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL main.cpl @2”,
\nvbNormalFocus)<\/p>\n

– Fontes<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL main.cpl @3”,
\nvbNormalFocus)<\/p>\n

– Mail e Fax<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl”,
\nvbNormalFocus)<\/p>\n

* Multim\u00eddia<\/p>\n

– Audio<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0”,
\nvbNormalFocus)<\/p>\n

– V\u00eddeo<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1”,
\nvbNormalFocus)<\/p>\n

– MIDI<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2”,
\nvbNormalFocus)<\/p>\n

– CD<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3”,
\nvbNormalFocus)<\/p>\n

– Avan\u00e7ado<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4”,
\nvbNormalFocus)<\/p>\n

– Som<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1”,
\nvbNormalFocus)<\/p>\n

– Modem<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL modem.cpl”, vbNormalFocus)<\/p>\n

– Rede<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl”, vbNormalFocus)<\/p>\n

– Senha<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL password.cpl”,
\nvbNormalFocus)<\/p>\n

* Sistema<\/p>\n

– Geral<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0”,
\nvbNormalFocus)<\/p>\n

– Gerenciador de Dispositivos<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1”,
\nvbNormalFocus)<\/p>\n

– Perfis de Hardware<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2”,
\nvbNormalFocus)<\/p>\n

– Performance<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3”,
\nvbNormalFocus)<\/p>\n

– Op\u00e7\u00f5es de Acessibilidade<\/p>\n

– Teclado<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1”,
\nvbNormalFocus)<\/p>\n

– Som<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2”,
\nvbNormalFocus)<\/p>\n

– Exibir<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3”,
\nvbNormalFocus)<\/p>\n

– Mouse<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4”,
\nvbNormalFocus)<\/p>\n

– Geral<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5”,
\nvbNormalFocus)<\/p>\n

– Assistente (Adicionar novo Hardware)<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1”,
\nvbNormalFocus)<\/p>\n

– Data e Hora<\/p>\n

Call Shell(“rundll32.exe shell32.dll,Control_RunDLL timedate.cpl”,
\nvbNormalFocus)<\/p>\n

– DiskCopy<\/p>\n

Call Shell(“rundll32 diskcopy.dll,DiskCopyRunDll”, vbNormalFocus)<\/p>\n","protected":false},"excerpt":{"rendered":"

Chamando Programas espec\u00edficos do Painel de Controle Para chamar programas do Painel de Controle n\u00e3o se usa necessariamente\u00a0uma API, para…<\/p>\n","protected":false},"author":2,"featured_media":29238,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[13,10],"tags":[28,14,31],"class_list":["post-211","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-desenvolvimento-de-sistemas","category-visual-basic","tag-desenvolvimento-de-sistemas","tag-programacao","tag-visual-basic"],"yoast_head":"\nChamando Programas espec\u00edficos do Painel de Controle<\/title>\n<meta name=\"description\" content=\"Chamando Programas espec\u00edficos do Painel de Controle via Visual Basic\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Chamando Programas espec\u00edficos do Painel de Controle\" \/>\n<meta property=\"og:description\" content=\"Chamando Programas espec\u00edficos do Painel de Controle via Visual Basic\" \/>\n<meta property=\"og:url\" content=\"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/\" \/>\n<meta property=\"og:site_name\" content=\"WebMundi.com\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/webmundi.net\" \/>\n<meta property=\"article:author\" content=\"http:\/\/www.facebook.com\/webmundi.net\" \/>\n<meta property=\"article:published_time\" content=\"2007-08-31T16:14:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-18T19:15:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg\" \/>\n<meta name=\"author\" content=\"Renato Sanches\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@http:\/\/twitter.com\/webmundi_com\" \/>\n<meta name=\"twitter:site\" content=\"@webmundi_com\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Renato Sanches\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t \"@context\": \"https:\/\/schema.org\",\n\t \"@graph\": [\n\t {\n\t \"@type\": \"Article\",\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#article\",\n\t \"isPartOf\": {\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/\"\n\t },\n\t \"author\": {\n\t \"name\": \"Renato Sanches\",\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/#\/schema\/person\/2deb7f80cdeae68e2602c4702be722a0\"\n\t },\n\t \"headline\": \"Chamando Programas espec\u00edficos do Painel de Controle\",\n\t \"datePublished\": \"2007-08-31T16:14:00+00:00\",\n\t \"dateModified\": \"2020-08-18T19:15:31+00:00\",\n\t \"mainEntityOfPage\": {\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/\"\n\t },\n\t \"wordCount\": 619,\n\t \"commentCount\": 0,\n\t \"publisher\": {\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/#organization\"\n\t },\n\t \"image\": {\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#primaryimage\"\n\t },\n\t \"thumbnailUrl\": \"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg\",\n\t \"keywords\": [\n\t \"Desenvolvimento de sistemas\",\n\t \"Programa\u00e7\u00e3o\",\n\t \"Visual Basic\"\n\t ],\n\t \"articleSection\": [\n\t \"Desenvolvimento de Software\",\n\t \"Visual Basic\"\n\t ],\n\t \"inLanguage\": \"pt-BR\",\n\t \"potentialAction\": [\n\t {\n\t \"@type\": \"CommentAction\",\n\t \"name\": \"Comment\",\n\t \"target\": [\n\t \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#respond\"\n\t ]\n\t }\n\t ]\n\t },\n\t {\n\t \"@type\": \"WebPage\",\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/\",\n\t \"url\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/\",\n\t \"name\": \"Chamando Programas espec\u00edficos do Painel de Controle\",\n\t \"isPartOf\": {\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/#website\"\n\t },\n\t \"primaryImageOfPage\": {\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#primaryimage\"\n\t },\n\t \"image\": {\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#primaryimage\"\n\t },\n\t \"thumbnailUrl\": \"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg\",\n\t \"datePublished\": \"2007-08-31T16:14:00+00:00\",\n\t \"dateModified\": \"2020-08-18T19:15:31+00:00\",\n\t \"description\": \"Chamando Programas espec\u00edficos do Painel de Controle via Visual Basic\",\n\t \"breadcrumb\": {\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#breadcrumb\"\n\t },\n\t \"inLanguage\": \"pt-BR\",\n\t \"potentialAction\": [\n\t {\n\t \"@type\": \"ReadAction\",\n\t \"target\": [\n\t \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/\"\n\t ]\n\t }\n\t ]\n\t },\n\t {\n\t \"@type\": \"ImageObject\",\n\t \"inLanguage\": \"pt-BR\",\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#primaryimage\",\n\t \"url\": \"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg\",\n\t \"contentUrl\": \"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg\",\n\t \"caption\": \"Chamando Programas espec\u00edficos do Painel de Controle\"\n\t },\n\t {\n\t \"@type\": \"BreadcrumbList\",\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#breadcrumb\",\n\t \"itemListElement\": [\n\t {\n\t \"@type\": \"ListItem\",\n\t \"position\": 1,\n\t \"name\": \"Home\",\n\t \"item\": \"http:\/\/localhost\/cmswebmundicom\/\"\n\t },\n\t {\n\t \"@type\": \"ListItem\",\n\t \"position\": 2,\n\t \"name\": \"Desenvolvimento de Software\",\n\t \"item\": \"https:\/\/localhost\/cmswebmundicom\/categorias\/desenvolvimento-de-sistemas\/\"\n\t },\n\t {\n\t \"@type\": \"ListItem\",\n\t \"position\": 3,\n\t \"name\": \"Chamando Programas espec\u00edficos do Painel de Controle\"\n\t }\n\t ]\n\t },\n\t {\n\t \"@type\": \"WebSite\",\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/#website\",\n\t \"url\": \"https:\/\/localhost\/cmswebmundicom\/\",\n\t \"name\": \"WebMundi.com\",\n\t \"description\": \"Site e Canal YouTube com Dicas e Tutoriais sobre Tecnologia\",\n\t \"publisher\": {\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/#organization\"\n\t },\n\t \"potentialAction\": [\n\t {\n\t \"@type\": \"SearchAction\",\n\t \"target\": {\n\t \"@type\": \"EntryPoint\",\n\t \"urlTemplate\": \"https:\/\/localhost\/cmswebmundicom\/?s={search_term_string}\"\n\t },\n\t \"query-input\": {\n\t \"@type\": \"PropertyValueSpecification\",\n\t \"valueRequired\": true,\n\t \"valueName\": \"search_term_string\"\n\t }\n\t }\n\t ],\n\t \"inLanguage\": \"pt-BR\"\n\t },\n\t {\n\t \"@type\": \"Organization\",\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/#organization\",\n\t \"name\": \"Web Mundi : Tecnologia\",\n\t \"url\": \"https:\/\/localhost\/cmswebmundicom\/\",\n\t \"logo\": {\n\t \"@type\": \"ImageObject\",\n\t \"inLanguage\": \"pt-BR\",\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/#\/schema\/logo\/image\/\",\n\t \"url\": \"https:\/\/localhost\/cmswebmundicom\/wp-content\/uploads\/logo-web-mundi-com-preto-fundo-transparente.jpg\",\n\t \"contentUrl\": \"https:\/\/localhost\/cmswebmundicom\/wp-content\/uploads\/logo-web-mundi-com-preto-fundo-transparente.jpg\",\n\t \"width\": 295,\n\t \"height\": 73,\n\t \"caption\": \"Web Mundi : Tecnologia\"\n\t },\n\t \"image\": {\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/#\/schema\/logo\/image\/\"\n\t },\n\t \"sameAs\": [\n\t \"http:\/\/www.facebook.com\/webmundi.net\",\n\t \"https:\/\/x.com\/webmundi_com\",\n\t \"https:\/\/www.instagram.com\/webmundi\/\",\n\t \"http:\/\/www.pinterest.com\/webmundi\",\n\t \"https:\/\/www.youtube.com\/channel\/UCqqJsllgIjDZjLE74Bba9og\"\n\t ]\n\t },\n\t {\n\t \"@type\": \"Person\",\n\t \"@id\": \"https:\/\/localhost\/cmswebmundicom\/#\/schema\/person\/2deb7f80cdeae68e2602c4702be722a0\",\n\t \"name\": \"Renato Sanches\",\n\t \"description\": \"Executivo Tecnologia da Informa\u00e7\u00e3o | Gerente | Projetos | Infraestrutura | Sistemas | Desenvolvimento | Banco de Dados | Fundador Web Mundi | Propriet\u00e1rio XP IT Tecnologia\",\n\t \"sameAs\": [\n\t \"http:\/\/www.webmundi.com\/\",\n\t \"http:\/\/www.facebook.com\/webmundi.net\",\n\t \"https:\/\/www.instagram.com\/webmundi\/\",\n\t \"https:\/\/www.linkedin.com\/company\/webmundi\/\",\n\t \"http:\/\/www.pinterest.com\/webmundi\",\n\t \"https:\/\/x.com\/http:\/\/twitter.com\/webmundi_com\",\n\t \"https:\/\/www.youtube.com\/channel\/UCqqJsllgIjDZjLE74Bba9og\",\n\t \"http:\/\/webmundi.tumblr.com\/\"\n\t ]\n\t }\n\t ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Chamando Programas espec\u00edficos do Painel de Controle","description":"Chamando Programas espec\u00edficos do Painel de Controle via Visual Basic","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/","og_locale":"pt_BR","og_type":"article","og_title":"Chamando Programas espec\u00edficos do Painel de Controle","og_description":"Chamando Programas espec\u00edficos do Painel de Controle via Visual Basic","og_url":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/","og_site_name":"WebMundi.com","article_publisher":"http:\/\/www.facebook.com\/webmundi.net","article_author":"http:\/\/www.facebook.com\/webmundi.net","article_published_time":"2007-08-31T16:14:00+00:00","article_modified_time":"2020-08-18T19:15:31+00:00","og_image":[{"url":"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg","type":"","width":"","height":""}],"author":"Renato Sanches","twitter_card":"summary_large_image","twitter_image":"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg","twitter_creator":"@http:\/\/twitter.com\/webmundi_com","twitter_site":"@webmundi_com","twitter_misc":{"Escrito por":"Renato Sanches","Est. tempo de leitura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#article","isPartOf":{"@id":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/"},"author":{"name":"Renato Sanches","@id":"https:\/\/localhost\/cmswebmundicom\/#\/schema\/person\/2deb7f80cdeae68e2602c4702be722a0"},"headline":"Chamando Programas espec\u00edficos do Painel de Controle","datePublished":"2007-08-31T16:14:00+00:00","dateModified":"2020-08-18T19:15:31+00:00","mainEntityOfPage":{"@id":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/"},"wordCount":619,"commentCount":0,"publisher":{"@id":"https:\/\/localhost\/cmswebmundicom\/#organization"},"image":{"@id":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#primaryimage"},"thumbnailUrl":"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg","keywords":["Desenvolvimento de sistemas","Programa\u00e7\u00e3o","Visual Basic"],"articleSection":["Desenvolvimento de Software","Visual Basic"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/","url":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/","name":"Chamando Programas espec\u00edficos do Painel de Controle","isPartOf":{"@id":"https:\/\/localhost\/cmswebmundicom\/#website"},"primaryImageOfPage":{"@id":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#primaryimage"},"image":{"@id":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#primaryimage"},"thumbnailUrl":"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg","datePublished":"2007-08-31T16:14:00+00:00","dateModified":"2020-08-18T19:15:31+00:00","description":"Chamando Programas espec\u00edficos do Painel de Controle via Visual Basic","breadcrumb":{"@id":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#primaryimage","url":"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg","contentUrl":"https:\/\/www.webmundi.com\/wp-content\/uploads\/398e2d54ba6b5d1ab363a81c5693d6641.jpg","caption":"Chamando Programas espec\u00edficos do Painel de Controle"},{"@type":"BreadcrumbList","@id":"https:\/\/localhost\/cmswebmundicom\/desenvolvimento-de-sistemas\/chamando-programas-especificos-do-painel-de-controle\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/localhost\/cmswebmundicom\/"},{"@type":"ListItem","position":2,"name":"Desenvolvimento de Software","item":"https:\/\/localhost\/cmswebmundicom\/categorias\/desenvolvimento-de-sistemas\/"},{"@type":"ListItem","position":3,"name":"Chamando Programas espec\u00edficos do Painel de Controle"}]},{"@type":"WebSite","@id":"https:\/\/localhost\/cmswebmundicom\/#website","url":"https:\/\/localhost\/cmswebmundicom\/","name":"WebMundi.com","description":"Site e Canal YouTube com Dicas e Tutoriais sobre Tecnologia","publisher":{"@id":"https:\/\/localhost\/cmswebmundicom\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/localhost\/cmswebmundicom\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/localhost\/cmswebmundicom\/#organization","name":"Web Mundi : Tecnologia","url":"https:\/\/localhost\/cmswebmundicom\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/localhost\/cmswebmundicom\/#\/schema\/logo\/image\/","url":"https:\/\/localhost\/cmswebmundicom\/wp-content\/uploads\/logo-web-mundi-com-preto-fundo-transparente.jpg","contentUrl":"https:\/\/localhost\/cmswebmundicom\/wp-content\/uploads\/logo-web-mundi-com-preto-fundo-transparente.jpg","width":295,"height":73,"caption":"Web Mundi : Tecnologia"},"image":{"@id":"https:\/\/localhost\/cmswebmundicom\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/webmundi.net","https:\/\/x.com\/webmundi_com","https:\/\/www.instagram.com\/webmundi\/","http:\/\/www.pinterest.com\/webmundi","https:\/\/www.youtube.com\/channel\/UCqqJsllgIjDZjLE74Bba9og"]},{"@type":"Person","@id":"https:\/\/localhost\/cmswebmundicom\/#\/schema\/person\/2deb7f80cdeae68e2602c4702be722a0","name":"Renato Sanches","description":"Executivo Tecnologia da Informa\u00e7\u00e3o | Gerente | Projetos | Infraestrutura | Sistemas | Desenvolvimento | Banco de Dados | Fundador Web Mundi | Propriet\u00e1rio XP IT Tecnologia","sameAs":["http:\/\/www.webmundi.com\/","http:\/\/www.facebook.com\/webmundi.net","https:\/\/www.instagram.com\/webmundi\/","https:\/\/www.linkedin.com\/company\/webmundi\/","http:\/\/www.pinterest.com\/webmundi","https:\/\/x.com\/http:\/\/twitter.com\/webmundi_com","https:\/\/www.youtube.com\/channel\/UCqqJsllgIjDZjLE74Bba9og","http:\/\/webmundi.tumblr.com\/"]}]}},"_links":{"self":[{"href":"http:\/\/localhost\/cmswebmundicom\/wp-json\/wp\/v2\/posts\/211","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/localhost\/cmswebmundicom\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/localhost\/cmswebmundicom\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/localhost\/cmswebmundicom\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/localhost\/cmswebmundicom\/wp-json\/wp\/v2\/comments?post=211"}],"version-history":[{"count":0,"href":"http:\/\/localhost\/cmswebmundicom\/wp-json\/wp\/v2\/posts\/211\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/localhost\/cmswebmundicom\/wp-json\/wp\/v2\/media\/29238"}],"wp:attachment":[{"href":"http:\/\/localhost\/cmswebmundicom\/wp-json\/wp\/v2\/media?parent=211"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/localhost\/cmswebmundicom\/wp-json\/wp\/v2\/categories?post=211"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/localhost\/cmswebmundicom\/wp-json\/wp\/v2\/tags?post=211"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}