{"id":49,"date":"2015-02-10T18:23:41","date_gmt":"2015-02-10T09:23:41","guid":{"rendered":"http:\/\/blog.homirun.pw\/?p=49"},"modified":"2015-02-10T18:23:41","modified_gmt":"2015-02-10T09:23:41","slug":"with%e6%96%87%e3%81%ae%e9%ad%85%e5%8a%9b","status":"publish","type":"post","link":"https:\/\/blog.homi.run\/?p=49","title":{"rendered":"VB\u306eWith\u6587\u306e\u9b45\u529b"},"content":{"rendered":"<p>VisualBasic\u7279\u6709\u306eWith\u6587\u306e\u9b45\u529b\u306b\u3064\u3044\u3066\u66f8\u3044\u3066\u3044\u304d\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>\u3088\u304f\u540c\u3058\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u4f55\u5ea6\u3082\u8a18\u8ff0\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u306a\u3044\u6642\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<p>\u305f\u3068\u3048\u3070\u3001<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">\nPublic Class Form1\n\u00a0\u00a0 Private Sub Form1_Load(sender As Object, e As _\n EventArgs)Handles MyBase.Load\n\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 TextBox1.Text = a\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 TextBox1.BackColor = Color.Black\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 TextBox1.BorderStyle = BorderStyle.Fixed3D\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 TextBox1.WordWrap = False\n\n\u00a0\u00a0\u00a0 End Sub\nEnd Class\n<\/pre>\n<p>\u3053\u3046\u3044\u3046\u3001\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u3057\u307e\u3059\u3002<\/p>\n<p>\u3053\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306f\u300cTextBox1.\u300d\u3068\u3044\u3046\u306e\u304c\uff14\u3064\u3082\u3042\u308a\u3001\u3068\u3066\u3082\u898b\u3065\u3089\u3044\u3067\u3059\u3002<\/p>\n<p>\u3067\u3059\u304c\u3001VB\u306eWith\u6587\u3092\u4f7f\u3048\u3070\u3001<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">\nPublic Class Form1\n\u00a0\u00a0 Private Sub Form1_Load(sender As Object, e As _\n\u00a0EventArgs)Handles MyBase.Load\n\n\u00a0\u00a0\u00a0 With TextBox1\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 .Text = a\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 .BackColor = Color.Black\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 .BorderStyle = BorderStyle.Fixed3D\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 .WordWrap = False\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 End With\n\u00a0\u00a0\u00a0 End Sub\nEnd Class\n<\/pre>\n<p>\u3053\u306e\u3088\u3046\u306b\u300cTextBox1.\u300d\u304c\u6700\u521d\u306e\u300cWith TextBox1\u300d\u3067\u7701\u7565\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<p>\u307e\u305f\u3001With\u6587\u306e\u7d42\u4e86\u3092End With\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\uff08\u3066\u3044\u3046\u304b\u3057\u306a\u3051\u308c\u3070\u30c7\u30d0\u30c3\u30af\u30a8\u30e9\u30fc\u5410\u304d\u307e\u3059\u3002\uff09<\/p>\n<p>\u3053\u306eWith\u6587\u306f\u50d5\u304cVB\u3092\u3084\u3081\u308c\u306a\u3044\u539f\u56e0\u306e\u4e00\u3064\u3067\u3082\u3042\u308b\u306e\u3067\u3059\u3002\uff57<\/p>\n<p><strong>\u3048\u3063\uff01\uff1f\u59cb\u3081\u308b\u306e\u304c\u6016\u3044\uff01\uff1f<\/strong><\/p>\n<p><strong>\u3070\u3063\u304b\u304a\u524d\u30fb\u30fb\u30fb\u4ffa\u304c\u3064\u3044\u3066\u308b\u3060\u308d<\/strong><\/p>\n<p><strong>\u4ffa\u3068\u4e00\u7dd2\u306bVB\uff01<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>VisualBasic\u7279\u6709\u306eWith\u6587\u306e\u9b45\u529b\u306b\u3064\u3044\u3066\u66f8\u3044\u3066\u3044\u304d\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002 \u3088\u304f\u540c\u3058\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u4f55\u5ea6\u3082\u8a18\u8ff0\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u306a\u3044\u6642\u304c\u3042\u308a\u307e\u3059\u3002 \u305f\u3068\u3048\u3070\u3001 Public Class Form1 \u00a0\u00a0 Private S &hellip; <a href=\"https:\/\/blog.homi.run\/?p=49\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;VB\u306eWith\u6587\u306e\u9b45\u529b&#8221;\u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-49","post","type-post","status-publish","format-standard","hentry","category-1"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"homirun\"\/>\n\t<meta name=\"google-site-verification\" content=\"UA-127760360-1\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/blog.homi.run\/?p=49\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"homirun&#039;s Blog |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"VB\u306eWith\u6587\u306e\u9b45\u529b | homirun&#039;s Blog\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/blog.homi.run\/?p=49\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2015-02-10T09:23:41+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2015-02-10T09:23:41+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"VB\u306eWith\u6587\u306e\u9b45\u529b | homirun&#039;s Blog\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?p=49#article\",\"name\":\"VB\\u306eWith\\u6587\\u306e\\u9b45\\u529b | homirun's Blog\",\"headline\":\"VB\\u306eWith\\u6587\\u306e\\u9b45\\u529b\",\"author\":{\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/blog.homi.run\\\/#organization\"},\"datePublished\":\"2015-02-10T18:23:41+09:00\",\"dateModified\":\"2015-02-10T18:23:41+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?p=49#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?p=49#webpage\"},\"articleSection\":\"\\u672a\\u5206\\u985e\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?p=49#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.homi.run#listItem\",\"position\":1,\"name\":\"\\u30db\\u30fc\\u30e0\",\"item\":\"https:\\\/\\\/blog.homi.run\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?cat=1#listItem\",\"name\":\"\\u672a\\u5206\\u985e\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?cat=1#listItem\",\"position\":2,\"name\":\"\\u672a\\u5206\\u985e\",\"item\":\"https:\\\/\\\/blog.homi.run\\\/?cat=1\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?p=49#listItem\",\"name\":\"VB\\u306eWith\\u6587\\u306e\\u9b45\\u529b\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.homi.run#listItem\",\"name\":\"\\u30db\\u30fc\\u30e0\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?p=49#listItem\",\"position\":3,\"name\":\"VB\\u306eWith\\u6587\\u306e\\u9b45\\u529b\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?cat=1#listItem\",\"name\":\"\\u672a\\u5206\\u985e\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/#organization\",\"name\":\"homirun's Blog\",\"url\":\"https:\\\/\\\/blog.homi.run\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?author=1#author\",\"url\":\"https:\\\/\\\/blog.homi.run\\\/?author=1\",\"name\":\"homirun\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?p=49#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/58c7541009a568cb0f30d16609774e1b7097d0b244bbb06d4ada96d1bc8f916c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"homirun\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?p=49#webpage\",\"url\":\"https:\\\/\\\/blog.homi.run\\\/?p=49\",\"name\":\"VB\\u306eWith\\u6587\\u306e\\u9b45\\u529b | homirun's Blog\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.homi.run\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?p=49#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/blog.homi.run\\\/?author=1#author\"},\"datePublished\":\"2015-02-10T18:23:41+09:00\",\"dateModified\":\"2015-02-10T18:23:41+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.homi.run\\\/#website\",\"url\":\"https:\\\/\\\/blog.homi.run\\\/\",\"name\":\"homirun's Blog\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.homi.run\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"VB\u306eWith\u6587\u306e\u9b45\u529b | homirun's Blog","description":"","canonical_url":"https:\/\/blog.homi.run\/?p=49","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"UA-127760360-1","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.homi.run\/?p=49#article","name":"VB\u306eWith\u6587\u306e\u9b45\u529b | homirun's Blog","headline":"VB\u306eWith\u6587\u306e\u9b45\u529b","author":{"@id":"https:\/\/blog.homi.run\/?author=1#author"},"publisher":{"@id":"https:\/\/blog.homi.run\/#organization"},"datePublished":"2015-02-10T18:23:41+09:00","dateModified":"2015-02-10T18:23:41+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/blog.homi.run\/?p=49#webpage"},"isPartOf":{"@id":"https:\/\/blog.homi.run\/?p=49#webpage"},"articleSection":"\u672a\u5206\u985e"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.homi.run\/?p=49#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/blog.homi.run#listItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/blog.homi.run","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.homi.run\/?cat=1#listItem","name":"\u672a\u5206\u985e"}},{"@type":"ListItem","@id":"https:\/\/blog.homi.run\/?cat=1#listItem","position":2,"name":"\u672a\u5206\u985e","item":"https:\/\/blog.homi.run\/?cat=1","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.homi.run\/?p=49#listItem","name":"VB\u306eWith\u6587\u306e\u9b45\u529b"},"previousItem":{"@type":"ListItem","@id":"https:\/\/blog.homi.run#listItem","name":"\u30db\u30fc\u30e0"}},{"@type":"ListItem","@id":"https:\/\/blog.homi.run\/?p=49#listItem","position":3,"name":"VB\u306eWith\u6587\u306e\u9b45\u529b","previousItem":{"@type":"ListItem","@id":"https:\/\/blog.homi.run\/?cat=1#listItem","name":"\u672a\u5206\u985e"}}]},{"@type":"Organization","@id":"https:\/\/blog.homi.run\/#organization","name":"homirun's Blog","url":"https:\/\/blog.homi.run\/"},{"@type":"Person","@id":"https:\/\/blog.homi.run\/?author=1#author","url":"https:\/\/blog.homi.run\/?author=1","name":"homirun","image":{"@type":"ImageObject","@id":"https:\/\/blog.homi.run\/?p=49#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/58c7541009a568cb0f30d16609774e1b7097d0b244bbb06d4ada96d1bc8f916c?s=96&d=mm&r=g","width":96,"height":96,"caption":"homirun"}},{"@type":"WebPage","@id":"https:\/\/blog.homi.run\/?p=49#webpage","url":"https:\/\/blog.homi.run\/?p=49","name":"VB\u306eWith\u6587\u306e\u9b45\u529b | homirun's Blog","inLanguage":"ja","isPartOf":{"@id":"https:\/\/blog.homi.run\/#website"},"breadcrumb":{"@id":"https:\/\/blog.homi.run\/?p=49#breadcrumblist"},"author":{"@id":"https:\/\/blog.homi.run\/?author=1#author"},"creator":{"@id":"https:\/\/blog.homi.run\/?author=1#author"},"datePublished":"2015-02-10T18:23:41+09:00","dateModified":"2015-02-10T18:23:41+09:00"},{"@type":"WebSite","@id":"https:\/\/blog.homi.run\/#website","url":"https:\/\/blog.homi.run\/","name":"homirun's Blog","inLanguage":"ja","publisher":{"@id":"https:\/\/blog.homi.run\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"homirun's Blog |","og:type":"article","og:title":"VB\u306eWith\u6587\u306e\u9b45\u529b | homirun's Blog","og:url":"https:\/\/blog.homi.run\/?p=49","article:published_time":"2015-02-10T09:23:41+00:00","article:modified_time":"2015-02-10T09:23:41+00:00","twitter:card":"summary","twitter:title":"VB\u306eWith\u6587\u306e\u9b45\u529b | homirun's Blog"},"aioseo_meta_data":{"post_id":"49","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-01-01 19:02:00","updated":"2026-01-31 11:16:18","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/blog.homi.run\" title=\"\u30db\u30fc\u30e0\">\u30db\u30fc\u30e0<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/blog.homi.run\/?cat=1\" title=\"\u672a\u5206\u985e\">\u672a\u5206\u985e<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tVB\u306eWith\u6587\u306e\u9b45\u529b\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\u30db\u30fc\u30e0","link":"https:\/\/blog.homi.run"},{"label":"\u672a\u5206\u985e","link":"https:\/\/blog.homi.run\/?cat=1"},{"label":"VB\u306eWith\u6587\u306e\u9b45\u529b","link":"https:\/\/blog.homi.run\/?p=49"}],"_links":{"self":[{"href":"https:\/\/blog.homi.run\/index.php?rest_route=\/wp\/v2\/posts\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.homi.run\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.homi.run\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.homi.run\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.homi.run\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=49"}],"version-history":[{"count":0,"href":"https:\/\/blog.homi.run\/index.php?rest_route=\/wp\/v2\/posts\/49\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.homi.run\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=49"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.homi.run\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=49"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.homi.run\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}