<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Basic 6.0</title><link>https://www.dotnetzone.gr:443/cs/forums/25/ShowForum.aspx</link><description>Θέματα που αφορούν την VB6 και COM components</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Απ: Μπορώ να ξέρω αν ένα αντικείμενο υπάρχει ?</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/15292.aspx</link><pubDate>Sat, 29 Jul 2006 02:57:15 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:15292</guid><dc:creator>Xlomo_prosopo</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/15292.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=25&amp;PostID=15292</wfw:commentRss><description>O λόγος που έθεσα έτσι την ερώτηση ήταν για να δω αν η VB έχει κάποιον μηχανισμό για αυτό το σκοπό αλλά μάλον δεν έχει, ευχαριστώ για τις απαντήσεις papadi.</description></item><item><title>Απ: Μπορώ να ξέρω αν ένα αντικείμενο υπάρχει ?</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/15123.aspx</link><pubDate>Sun, 23 Jul 2006 19:30:54 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:15123</guid><dc:creator>Xlomo_prosopo</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/15123.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=25&amp;PostID=15123</wfw:commentRss><description>με την load ws_server(i) δεν ξέρω άλλο τρόπο.</description></item><item><title>Απ: Μπορώ να ξέρω αν ένα αντικείμενο υπάρχει ?</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/15115.aspx</link><pubDate>Sun, 23 Jul 2006 03:33:16 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:15115</guid><dc:creator>Dimitris Papadimitriou</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/15115.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=25&amp;PostID=15115</wfw:commentRss><description>πως φορτώνεις τα αντικείμενα;</description></item><item><title>Απ: Μπορώ να ξέρω αν ένα αντικείμενο υπάρχει ?</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/15113.aspx</link><pubDate>Sun, 23 Jul 2006 02:43:33 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:15113</guid><dc:creator>Xlomo_prosopo</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/15113.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=25&amp;PostID=15113</wfw:commentRss><description>Μετέτρεψα τον κώδικα που μου έδωσες :&lt;br /&gt;
&lt;br /&gt;
Public Function find_ws(index As Integer) As Boolean&lt;br /&gt;
&lt;br /&gt;
If ws_server.UBound &gt;= index Then&lt;br /&gt;
&lt;br /&gt;
    If Not ws_server(index) Is Nothing Then&lt;br /&gt;
&lt;br /&gt;
        find_ws = True&lt;br /&gt;
&lt;br /&gt;
    Else&lt;br /&gt;
&lt;br /&gt;
        find_ws = False&lt;br /&gt;
&lt;br /&gt;
    End If&lt;br /&gt;
&lt;br /&gt;
End If&lt;br /&gt;
&lt;br /&gt;
end function&lt;br /&gt;
&lt;br /&gt;
Αφού το  ubound(ws_server)&gt;=6 μου επέστρεφε Expected array.&lt;br /&gt;
&lt;br /&gt;
Αλλά αν έχουν γίνει load τα ws_server(1) ws_server(3) τότε μου βγάζει ότι και το ws_server(2) έχει γίνει load που δεν ισχύει. Χρησημοποίησα σωστά τον κώδικα ή έκανα κάπου λάθος ?</description></item><item><title>Απ: Μπορώ να ξέρω αν ένα αντικείμενο υπάρχει ?</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/15102.aspx</link><pubDate>Sat, 22 Jul 2006 23:02:52 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:15102</guid><dc:creator>Dimitris Papadimitriou</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/15102.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=25&amp;PostID=15102</wfw:commentRss><description>if ubound(myobject)&gt;=6 then&lt;br /&gt;
&lt;br /&gt;
   if not myobject(6) is nothing then&lt;br /&gt;
&lt;br /&gt;
   end if&lt;br /&gt;
&lt;br /&gt;
end if</description></item><item><title>Απ: Μπορώ να ξέρω αν ένα αντικείμενο υπάρχει ?</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/15101.aspx</link><pubDate>Sat, 22 Jul 2006 22:05:52 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:15101</guid><dc:creator>Xlomo_prosopo</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/15101.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=25&amp;PostID=15101</wfw:commentRss><description>Έχω ένα contol array ανικειμένων, μερικά απο αυτά έχουν γίνει load και άλλα όχι, θέλω λοιπον οταν του λέω π.χ.  if myobject(6) exists then . . .   χωρις να χτυπάει λάθος αν το &lt;br /&gt;
&lt;br /&gt;
myobject με index 6 δεν έχει γίνει load.&lt;br /&gt;
&lt;br /&gt;
Το if not myobject is nothing then ... δεν το κάνει αυτό !</description></item><item><title>Απ: Μπορώ να ξέρω αν ένα αντικείμενο υπάρχει ?</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/15100.aspx</link><pubDate>Sat, 22 Jul 2006 21:39:05 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:15100</guid><dc:creator>Dimitris Papadimitriou</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/15100.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=25&amp;PostID=15100</wfw:commentRss><description>τι εννοείς 'υπάρχει'; μάλλον εννοείς αυτό:&lt;br /&gt;
&lt;br /&gt;
if not myobject is nothing then....</description></item><item><title>Μπορώ να ξέρω αν ένα αντικείμενο υπάρχει ?</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/15098.aspx</link><pubDate>Sat, 22 Jul 2006 21:30:26 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:15098</guid><dc:creator>Xlomo_prosopo</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/15098.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=25&amp;PostID=15098</wfw:commentRss><description>Υπάρχει τρόπος να ξέρω αν ένα αντικείμενο υπάρχει σε μια φόρμα χωρις να&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt; χρησιμοποιήσω το On error ???&lt;br&gt;
 &lt;/span&gt;</description></item></channel></rss>