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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.