Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: voydangel
  • Content: Threads
  • Order by date
  1. voydangel

    Beginning programmer seeks cleaner code...

    I was hoping someone could explain to me how to make this code more simple, clean and/or streamlined. It works perfectly as written, but it seems to me there must be a shorter or faster way to do this (i.e.: less lines of code) Any advice is appreciated. Thanks in advance. PS: how do I make...
  2. voydangel

    referencing an Array of forms Index property during build time

    To simplify.....lets say i have a chat program....A wierd one. This chat program has multiple clients, and 1 host. the clisnt side is good and easy to program. but the host is mean and evil. The host is an MDI and each time a client logs on a new instance of a chat form pops up. So if there are...
  3. voydangel

    Synchronize Client-Server Data w/ Winsock App

    I have an App that is using Winsock to send data back and forth between the host and client. The Host and client Apps are identical. The computer knows "who is who" by the user(s) clicking on a button marked "Run as Host" or "connect to remote Host". Now is where I start to get confused. I want...
  4. voydangel

    How can I allow multiple client connections to a host? (Newbie)

    I have seen chat programs all over the place that allow 1 to 1 connections....I want more. Long story short.... I am making an app and I want it to do this: Up to 8 users (clients) connect to a host (server), when they connect, they are greeted with a login prompt. The login prompt checks for a...
  5. voydangel

    Public user defined types defined in public object modules ... Help!

    Public nTemp2 as Integer Public market(3) As Markets Type Markets nItemSellRate(11) As Currency nItemBuyRate(15) As Currency isItemSellable(11) As Boolean isItemBuyable(15) As Boolean End Type For nTemp2 = 0 To 3 market(nTemp2) = MakeMarket(nTemp2) Next nTemp2 By the Way...
  6. voydangel

    using "With/End With". (VB6 is fighting back)

    Apparently my brain stopped....why isnt this working? (I have removed code so as to make this post not hundreds od lines long. to the best of my knowledge, the removed code shouldn't affect the outcome) dim conceal as integer <frmStart Code> Private Sub Option1_Click(Index As Integer) Select...

Part and Inventory Search

Back
Top