Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Beginning VB 6
|
Beginning VB 6 For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 5th, 2006, 05:44 PM
Registered User
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Making Server program Need Help

Hello im very new to VB6. So far i was able to create a working half a** webbrowser.

What im wanting to do now is create a server search tool along with join option.

I have some codes that are used to search for your requests, but i dont think they are VB safe.
Code:
unit FilterServerlist;  function DoFilter: boolean;  
begin  
result:=false; 
      if ping<100 then result:=true

 end;
end. 
Another code:

Code:
unit FilterServerlist;
  function DoFilter: boolean;
  begin
    // --- your code goes here [start] ---

    if (pos('server name',hostname)=0) then result:=true else result:=false; 

    // --- your code goes here [end] ---
  end;
end.
Here is a picture of what it looks like so you VB GODS know what im talking about.
http://img158.imageshack.us/img158/1345/jointoolke3.jpg

Im willing to give you half credit of program for your total dediacation to helping me.

I would like to have this program up and running by the 18th. So please if you are willing to help me, I know nothing about coding, it would be greatly apprecated.

Slick~






Similar Threads
Thread Thread Starter Forum Replies Last Post
Making array of server control atulit ASP.NET 2.0 Basics 0 September 26th, 2007 01:46 AM
making a setup program matshediso VB How-To 0 January 27th, 2005 04:23 AM
moving program to development server Bhavin Crystal Reports 0 October 6th, 2004 10:13 AM
Making changes to DB on hosting server w/ VS.NET ltdanp21 SQL Server 2000 5 June 18th, 2004 01:28 PM
Making changes to DB on hosting server w/ VS.NET ltdanp21 VS.NET 2002/2003 1 June 15th, 2004 03:55 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.