<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: xiaoyaocode163</title>
    <description>The latest articles on DEV Community by xiaoyaocode163 (@xiaoyaocode163).</description>
    <link>https://dev.to/xiaoyaocode163</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1108229%2F8fbdad38-5d25-40f1-a22f-e66e3d1f93ed.png</url>
      <title>DEV Community: xiaoyaocode163</title>
      <link>https://dev.to/xiaoyaocode163</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xiaoyaocode163"/>
    <language>en</language>
    <item>
      <title>VB6 LISTVIEW control grid line thickened, set the color?</title>
      <dc:creator>xiaoyaocode163</dc:creator>
      <pubDate>Mon, 26 Jun 2023 21:37:07 +0000</pubDate>
      <link>https://dev.to/xiaoyaocode163/vb6-listview-control-grid-line-thickened-set-the-color-3a25</link>
      <guid>https://dev.to/xiaoyaocode163/vb6-listview-control-grid-line-thickened-set-the-color-3a25</guid>
      <description>&lt;p&gt;&lt;a href="https://www.vbforums.com/showthread.php?900432-HOW-To-show-listview-Control-by-vb6-api&amp;amp;p=5609912&amp;amp;viewfull=1#post5609912"&gt;https://www.vbforums.com/showthread.php?900432-HOW-To-show-listview-Control-by-vb6-api&amp;amp;p=5609912&amp;amp;viewfull=1#post5609912&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;can you help he for listview control?&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;LVhWnd = CreateWindowEx(0, "SysListView32", vbNullString, dwStyle, 0, 0, 500, 600, Me.hWnd, 0, App.hInstance, ByVal 0)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;like this:&lt;br&gt;
ListControl control draws grid lines_lvs_ex_gridlines&lt;br&gt;
[url]&lt;a href="https://blog.csdn.net/qing666888/article/details/49928917%5B/url%5D"&gt;https://blog.csdn.net/qing666888/article/details/49928917[/url]&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2fQDDna1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0ix5l9cj15lsbku32imo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2fQDDna1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0ix5l9cj15lsbku32imo.png" alt="Image description" width="438" height="391"&gt;&lt;/a&gt;&lt;br&gt;
The default grid lines are too hard to see. I want to make the grid lines thicker. How to set them?&lt;br&gt;
or set the line color&lt;br&gt;
[IMG]&lt;a href="https://www.vbforums.com/attachment.php?attachmentid=187951&amp;amp;d=1687794599%5B/IMG%5D"&gt;https://www.vbforums.com/attachment.php?attachmentid=187951&amp;amp;d=1687794599[/IMG]&lt;/a&gt;&lt;br&gt;
how to set grid lines ?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Freebasic winfbe,ide like vb6</title>
      <dc:creator>xiaoyaocode163</dc:creator>
      <pubDate>Mon, 26 Jun 2023 07:17:29 +0000</pubDate>
      <link>https://dev.to/xiaoyaocode163/freebasic-winfbeide-like-vb6-2365</link>
      <guid>https://dev.to/xiaoyaocode163/freebasic-winfbeide-like-vb6-2365</guid>
      <description>&lt;p&gt;&lt;code&gt;form1.ShowDialog&lt;br&gt;
Function Form1_Click( ByRef sender As wfxForm, ByRef e As EventArgs ) As LRESULT&lt;br&gt;
   messagebox(0,"","Test",0)&lt;br&gt;
end function&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0Hf1Oekb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pv7cvxrqk6my4m8octlr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0Hf1Oekb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pv7cvxrqk6my4m8octlr.png" alt="Image description" width="800" height="542"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xur6djjG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fr7rwxg7jz5qpgaj2h1m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xur6djjG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fr7rwxg7jz5qpgaj2h1m.png" alt="Image description" width="800" height="492"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;download from here for test:&lt;br&gt;
WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023) - freebasic.net&lt;br&gt;
&lt;a href="https://www.freebasic.net/forum/viewtopic.php?t=25215"&gt;https://www.freebasic.net/forum/viewtopic.php?t=25215&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/PaulSquires/WinFBE/releases"&gt;https://github.com/PaulSquires/WinFBE/releases&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>New 64-bit IDE for VB6 developers,Twinbasic VisualFreebasic</title>
      <dc:creator>xiaoyaocode163</dc:creator>
      <pubDate>Mon, 26 Jun 2023 01:30:36 +0000</pubDate>
      <link>https://dev.to/xiaoyaocode163/vb6-3hj4</link>
      <guid>https://dev.to/xiaoyaocode163/vb6-3hj4</guid>
      <description>&lt;p&gt;New 64-bit IDE for VB6 developers,Twinbasic VisualFreebasic&lt;/p&gt;

&lt;p&gt;From about 1998, after more than 20 years, someone finally imitated the VB6 design pattern, the simplest code, visual form design. The generated software is basically an EXE without lazy, compile-generated speed of a few milliseconds to a few seconds time.&lt;br&gt;
VisualFreebasic&lt;/p&gt;

&lt;p&gt;VisualFreebasic&lt;br&gt;
&lt;a href="https://www.freebasic.net/forum/viewtopic.php?t=28522"&gt;https://www.freebasic.net/forum/viewtopic.php?t=28522&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;twinbasic:&lt;br&gt;
&lt;a href="https://github.com/twinbasic/"&gt;https://github.com/twinbasic/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.vbforums.com/showthread.php?900178-twinBASIC-programming-Beta-releases"&gt;https://www.vbforums.com/showthread.php?900178-twinBASIC-programming-Beta-releases&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twinbasic.com/preview.html"&gt;https://twinbasic.com/preview.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vb6</category>
      <category>x64</category>
      <category>vba</category>
    </item>
    <item>
      <title>vb6 Pass structure data without copying,DataType by Pointer</title>
      <dc:creator>xiaoyaocode163</dc:creator>
      <pubDate>Mon, 26 Jun 2023 01:02:17 +0000</pubDate>
      <link>https://dev.to/xiaoyaocode163/vb6-pass-structure-data-without-copyingdatatype-by-pointer-3f0l</link>
      <guid>https://dev.to/xiaoyaocode163/vb6-pass-structure-data-without-copyingdatatype-by-pointer-3f0l</guid>
      <description>&lt;p&gt;This is taught to me by a Chinese tech expert named *ABC, he is my master&lt;/p&gt;

&lt;p&gt;`Dim PP As UserInfoPtr, U1 As UserInfo&lt;br&gt;
    U1.ID = 135&lt;br&gt;
    U1.v = 1&lt;br&gt;
    U1.UserName = "TOM"&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Dim ClassA As New Class1
ClassA.SubInClass1 VarPtr(U1)

MsgBox "Data changeed?UserInfo.V=" &amp;amp; U1.v &amp;amp; "," &amp;amp; U1.UserName`
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;FROM :&lt;a href="https://www.vbforums.com/showthread.php?900445-vb6-Pass-structure-data-without-copying-DataType-by-Pointer"&gt;https://www.vbforums.com/showthread.php?900445-vb6-Pass-structure-data-without-copying-DataType-by-Pointer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Dynamic UDT TypeLibs&lt;br&gt;
[url]&lt;a href="https://www.vbforums.com/showthread.php?899136-Dynamic-UDT-TypeLibs%5B/url%5D"&gt;https://www.vbforums.com/showthread.php?899136-Dynamic-UDT-TypeLibs[/url]&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
