<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'WINSOCK BLANK DATA' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'WINSOCK BLANK DATA' posted on the 'Basic' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 16:33:48 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 16:33:48 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>WINSOCK BLANK DATA</title>
      <link>http://www.programmersheaven.com/mb/basic/428844/428844/winsock-blank-data/</link>
      <description>Hi &lt;br /&gt;
&lt;br /&gt;
i'm using the control OCX winsock in VBA, but when i receive data from the sub DataArrival, i always receive a blank string. If i try to use VB6, everything works as it should. I have to use VBA because i'm programming with IFIX and i can't switch to VB6. Anybody could help me please to fix this problem, or at least proposing an alternative to Winsock?&lt;br /&gt;
&lt;br /&gt;
Davide&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/basic/428844/428844/winsock-blank-data/</guid>
      <pubDate>Mon, 18 Jun 2012 15:14:21 -0700</pubDate>
      <category>Basic</category>
    </item>
    <item>
      <title>Re: WINSOCK BLANK DATA</title>
      <link>http://www.programmersheaven.com/mb/basic/428844/428845/re-winsock-blank-data/#428845</link>
      <description>Don't know if the following can be useful to someone able to help me....&lt;br /&gt;
&lt;br /&gt;
I've just realized that the problem is not DataArrival, but the sub GetData. I receive 32 bytes from DataArrival, but after that GetData set the data to empty string, as it is referred in the MSDN online documentation, even if i can't figure out why.&lt;br /&gt;
&lt;br /&gt;
The GetData method syntax has these parts:&lt;br /&gt;
&lt;br /&gt;
Part	Description&lt;br /&gt;
object	An object expression that evaluates to an object in the Applies To list.&lt;br /&gt;
&lt;br /&gt;
data	        Where retrieved data will be stored after the method returns successfully. If there is not enough   &lt;br /&gt;
                data available for requested type, data will be set to Empty.&lt;br /&gt;
&lt;br /&gt;
type  	Optional. Type of data to be retrieved, as shown in Settings.&lt;br /&gt;
&lt;br /&gt;
maxLen	Optional. Specifies the desired size when receiving a byte array or a string. If this parameter is  &lt;br /&gt;
                missing for byte array or string, all available data will be retrieved. If provided for data types    &lt;br /&gt;
                other than byte array and string, this parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/basic/428844/428845/re-winsock-blank-data/#428845</guid>
      <pubDate>Tue, 19 Jun 2012 04:49:21 -0700</pubDate>
      <category>Basic</category>
    </item>
    <item>
      <title>Re: WINSOCK BLANK DATA</title>
      <link>http://www.programmersheaven.com/mb/basic/428844/428846/re-winsock-blank-data/#428846</link>
      <description>Don't know if the following can be useful to someone able to help me....&lt;br /&gt;
&lt;br /&gt;
I've just realized that the problem is not DataArrival, but the sub GetData. I receive 32 bytes from DataArrival, but after that GetData set the data to empty string, as it is referred in the MSDN online documentation, even if i can't figure out why.&lt;br /&gt;
&lt;br /&gt;
The GetData method syntax has these parts:&lt;br /&gt;
&lt;br /&gt;
Part	Description&lt;br /&gt;
object	An object expression that evaluates to an object in the Applies To list.&lt;br /&gt;
&lt;br /&gt;
data	        Where retrieved data will be stored after the method returns successfully. If there is not enough   &lt;br /&gt;
                data available for requested type, data will be set to Empty.&lt;br /&gt;
&lt;br /&gt;
type  	Optional. Type of data to be retrieved, as shown in Settings.&lt;br /&gt;
&lt;br /&gt;
maxLen	Optional. Specifies the desired size when receiving a byte array or a string. If this parameter is  &lt;br /&gt;
                missing for byte array or string, all available data will be retrieved. If provided for data types    &lt;br /&gt;
                other than byte array and string, this parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/basic/428844/428846/re-winsock-blank-data/#428846</guid>
      <pubDate>Tue, 19 Jun 2012 04:51:12 -0700</pubDate>
      <category>Basic</category>
    </item>
    <item>
      <title>Re: WINSOCK BLANK DATA</title>
      <link>http://www.programmersheaven.com/mb/basic/428844/428847/re-winsock-blank-data/#428847</link>
      <description>Don't know if the following can be useful to someone able to help me....&lt;br /&gt;
&lt;br /&gt;
I've just realized that the problem is not DataArrival, but the sub GetData. I receive 32 bytes from DataArrival, but after that GetData set the data to empty string, as it is referred in the MSDN online documentation, even if i can't figure out why.&lt;br /&gt;
&lt;br /&gt;
The GetData method syntax has these parts:&lt;br /&gt;
&lt;br /&gt;
Part	Description&lt;br /&gt;
object	An object expression that evaluates to an object in the Applies To list.&lt;br /&gt;
&lt;br /&gt;
data	        Where retrieved data will be stored after the method returns successfully. If there is not enough   &lt;br /&gt;
                data available for requested type, data will be set to Empty.&lt;br /&gt;
&lt;br /&gt;
type  	Optional. Type of data to be retrieved, as shown in Settings.&lt;br /&gt;
&lt;br /&gt;
maxLen	Optional. Specifies the desired size when receiving a byte array or a string. If this parameter is  &lt;br /&gt;
                missing for byte array or string, all available data will be retrieved. If provided for data types    &lt;br /&gt;
                other than byte array and string, this parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/basic/428844/428847/re-winsock-blank-data/#428847</guid>
      <pubDate>Tue, 19 Jun 2012 05:50:19 -0700</pubDate>
      <category>Basic</category>
    </item>
    <item>
      <title>Re: WINSOCK BLANK DATA</title>
      <link>http://www.programmersheaven.com/mb/basic/428844/428848/re-winsock-blank-data/#428848</link>
      <description>Don't know if the following can be useful to someone able to help me....&lt;br /&gt;
&lt;br /&gt;
I've just realized that the problem is not DataArrival, but the sub GetData. I receive 32 bytes from DataArrival, but after that GetData set the data to empty string, as it is referred in the MSDN online documentation, even if i can't figure out why.&lt;br /&gt;
&lt;br /&gt;
The GetData method syntax has these parts:&lt;br /&gt;
&lt;br /&gt;
Part	Description&lt;br /&gt;
object	An object expression that evaluates to an object in the Applies To list.&lt;br /&gt;
&lt;br /&gt;
data	        Where retrieved data will be stored after the method returns successfully. If there is not enough   &lt;br /&gt;
                data available for requested type, data will be set to Empty.&lt;br /&gt;
&lt;br /&gt;
type  	Optional. Type of data to be retrieved, as shown in Settings.&lt;br /&gt;
&lt;br /&gt;
maxLen	Optional. Specifies the desired size when receiving a byte array or a string. If this parameter is  &lt;br /&gt;
                missing for byte array or string, all available data will be retrieved. If provided for data types    &lt;br /&gt;
                other than byte array and string, this parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/basic/428844/428848/re-winsock-blank-data/#428848</guid>
      <pubDate>Tue, 19 Jun 2012 05:52:10 -0700</pubDate>
      <category>Basic</category>
    </item>
  </channel>
</rss>