<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=49865&amp;view=findpost&amp;p=327987</guid>
        <pubDate>Tue, 30 Mar 2004 17:21:24 +0000</pubDate>
        <title>Как в ListBox’e сделать горизонтальный S</title>
        <link>https://forum.sources.ru/index.php?showtopic=49865&amp;view=findpost&amp;p=327987</link>
        <description><![CDATA[Dufa: Private Declare Function SendMessageA Lib &quot;user32&quot; (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long<br><br>Private Const LB_SETHORIZONTALEXTENT = &amp;H194<br><br>Private Sub Form_Load()<br><br>   Call SendMessageA(List1.hwnd, LB_SETHORIZONTALEXTENT, ШИРИНА, 0)<br><br>End Sub]]></description>
        <author>Dufa</author>
        <category>Работа с основными контролами Visual Basic и текстом</category>
      </item>
	
      </channel>
      </rss>
	