I'm looking to design a simple protocol for sending data from a client to a server. As this is to be used in a network game I'm trying to keep the size as...
Seems pretty reasonable to me. It is reminiscent of the protocols I used to use when sending commands to machinery and instrumentation. Your AABBCCXXXX ...
JonJacobs
JonJacobs@...
Feb 14, 2006 10:55 pm
7452
Actually, MSN uses that same method. The following isn't exactly how MSN works, it's just a rough idea of how it handles transmissions. Note that the commands...
For example, i have ten labels i want to rename. In visual basic i would copy and past the same control on the form 9 more times. That way i have labels named...
... for i := 0 to componentcount -1 do begin if components[i] is TLabel do begin TLabel(Components[i]).Caption = 'Label'+IntToStr(i); end; end; -- Rusydan...
Hello Hajile, ... If I remember correctly, Delphi will create label1, label2, etc. If you want to use them in an array you have to declare such array and ...
Is anyone in this group familiar with Truevision3D engine ? I am using it with Delphi but am a bit lost with creating some simple gui controls with it (an edit...
Thanks for your replies. They were very insightful. So the common way is to manually assign each control to an array. Ok, i can work with that, just a few more...
Hi Ian, If you download the full install there are about 13 delphi tutorials included. If you follow the links on their websites the other websites provide a...
I have not found any specific Delphi controls for doing what you ask, but there are essentially two high-quality routes to choose from that I know of: #1 -...
There is a lot out there to pick from, you just have to know how to find it. Unfortunately, I believe it will be very difficult if impossible to find any ...
That looks like a really good option. I notice also that they support DWG up to release 2006, which is exceptional. I agree that this would be a good place...
Thanks for all your help. I have tried out a few libraries and have got an idea of what is available. The project that required this functionality is only in...
Hello "Ian Munro" ... Would love to, but to far away from me. (Live in NC USA) And do not have the extra funds for the trip. Hopefully those that will attend...
Ok, I had no problem when using windows 2000. Switched to Xp ages ago, dxtimer framerate is going bonkers, as is all threaded timers. Something VERY weird...
- Best .NET Programming Links - You can download the best of our free products - You can download the best Programming Books - You can download ActiveX & DLLs ...
We keep getting these advertisements. I wonder why Perfect Site for VB programmers is being sent repeatedly to DELPHI games. Jon ... From:...
JonJacobs
JonJacobs@...
Jul 3, 2006 1:22 am
7473
He has been removed from the group and banned. -- Sly ... This message and its attachments may contain legally privileged or confidential information. This...
Dear friends I have changed date & time format of windows into arabic(Saudi Arabia). but the point is , although the date format in system tray changes , but ...
The now and date functions don't have a format per se. To display the date in a format, you can use this: function FormatDateTime(const Format: string;...
JonJacobs
JonJacobs@...
Sep 17, 2006 2:49 am
7476
beats me.... _________________________________________________________________ Be the first to hear what's new at MSN - sign up to our free newsletters! ...
What version of Delphi are you using, and what function are you using to display it? I *think* that DateTimeToStr(MyDateTimeVar) correctly returns the date and...
Hi , my friend I'm using delphi6 and I've used datetimetostr function already ; but it returned the date based on christian calender. as I told you before...
Hi my friend Actully I've chenged the regional settings into the arabic (saudi arabi) and I didn't mean that kind of format you have mentioned. as I told you...