Search the web
Sign In
New User? Sign Up
turbopascalprogramming2 · Pascal / Delphi Programming , Mugen ni
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 568 - 597 of 1332   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
568
if you'd like a reference book, try "TURBO PASCAL 7" i think you can get it from amazon.com if you want an online one, i'm not sure of the addy, but it's on my...
lithium381
Offline Send Email
May 2, 2001
1:36 am
569
sorry, i can't find the disks/cd, i saw it just about a month ago....i'll keep looking though, sorry for delay...
lithium381
Offline Send Email
May 2, 2001
1:47 am
570
you mean BMP displaying unit?<br>if yes, then I can send you one, but its can show<br>only 16 colour pics...<br><br>If you are interested, send an email ...
anonymusftc
Offline Send Email
May 2, 2001
10:16 am
571
Does anyone know how to dynamically add fields to a client dataset at runtime using code? I have always defined these in the design time IDE. But I'm sure it...
pm8477525
Offline Send Email
May 4, 2001
1:53 pm
572
Hey avdio,<br>I'm not the best person to be helping. I haven't used blockread/write as often as I should.<br>But I like helping so here goes nothing.<br>If...
thingy_ma_bob
Offline Send Email
May 4, 2001
10:42 pm
573
Er may I be excused for th &lt;li&gt; tag.<br>I thought it would work but it didn't.<br>Sorry<br>Craig<br>:-)...
thingy_ma_bob
Offline Send Email
May 4, 2001
10:44 pm
574
Hi does anybody know a good pascal reference book. For example if I wanted to know how to read and write to file I could just look the code up?...
bantamess
Offline Send Email
May 5, 2001
8:44 am
575
"Turbo Pascal 7: The complete reference"<br>really good book, helped me out alot, lots of code in there....
lithium381
Offline Send Email
May 5, 2001
5:01 pm
576
I am currently on schedual to finish a minor assignment, I have written a program to act like the lottery machines, on lucky dip, when enter is pressed it...
lordkane_3000
Offline Send Email
May 8, 2001
3:27 pm
577
You ever forget how to use a command? I've been using pointers for y graphic lib. for a while, but I forgot how to use them "normaly"<br>Like, say I have a ...
ozzy_1996
Online Now Send Email
May 8, 2001
11:06 pm
578
Hei, that club project is going to be completed or what????????<br>:(...
balaup
Offline Send Email
May 9, 2001
8:43 pm
579
Hey Ozzy<br>If it helps I know ABSOLUTLY NOTHING about pointers.<br>but we will have a go ne way<br><br>TYPE<br>any = RECORD<br>x:byte; {just for the hell of ...
thingy_ma_bob
Offline Send Email
May 11, 2001
9:13 pm
580
ass far as i know:<br><br>type panything=^anything;<br>type anything=record<br> truefalse:boolean;<br> end;<br><br>var mypointer:PAnything;<br><br>procedure ...
balaup
Offline Send Email
May 11, 2001
10:00 pm
581
hy<br>I heve a simple question: How I move the icon from an application from the taskbar to the trybar, using Delphi.<br><br>That's all.<br>See u<br>Peter....
balaup
Offline Send Email
May 11, 2001
10:04 pm
582
hello, <br><br>i would like to assign a bmp or any other picture file in pascal. <br><br>Does anyone has a simple procedure, or unit on how i can show bmp,...
her_majesty13
Offline Send Email
May 12, 2001
2:03 pm
583
Hey All,<br>Why can't I read the previous three messages?<br>This is actually more of a test because my last post was no. 579 and I wanna see where this...
thingy_ma_bob
Offline Send Email
May 12, 2001
9:40 pm
584
Hey Peter<br>at Coder's Knowledge Base at <a href=http://www.netalive.org/ckb/ target=new>http://www.netalive.org/ckb/</a><br>got to ckb/delphi/window...
thingy_ma_bob
Offline Send Email
May 12, 2001
10:36 pm
585
No....
thingy_ma_bob
Offline Send Email
May 12, 2001
10:38 pm
586
Cheers Mate, most appreciated.<br><br>Avdio...
avdio
Offline Send Email
May 15, 2001
1:01 pm
587
I have Turbo Pascal for windows, which has never run very well on either my Win98 or Win2000 machines, The main thing that i havent been able to get to work is...
freaky187_2000
Offline Send Email
May 15, 2001
10:06 pm
588
I have programmed in Pascal for about 3 years before starting (practically) all at once with VB, C++ and assembly. I want to learn Delphi also - I heard ...
moebius2day
Offline Send Email
May 17, 2001
5:05 pm
589
Hey Moebius2day<br>Since I have nothing better to do and you are also south african I'll tell you what I know.<br>It will be a short post.<br><br>As far as I...
thingy_ma_bob
Offline Send Email
May 18, 2001
8:31 pm
590
sheesh, delphi and VB are exactly the same form wise...just the internal coding is different - pascal and VB. i just started delphi about a month...
lithium381
Offline Send Email
May 27, 2001
9:42 pm
591
Hi all,<br><br>I am looking for a way to pass the address of a member of a record type to a function. I have an array of char in a record and I would like to ...
pddel
Offline Send Email
May 31, 2001
1:37 pm
592
Make sure that your array starts with 0.<br><br>For example:<br><br>MyRec = Record<br> MyArrayOfChar: Array[0..20] Of Char<br> End;<br><br>If your array is...
c12h22o11_31415
Offline Send Email
May 31, 2001
7:33 pm
593
I didn't know that one, I'll try it. BTW, I have found another function that returns the address of its parameter. As an example, Addr( MyRecord.MyMember) will...
pddel
Offline Send Email
Jun 1, 2001
11:34 am
594
It's only been just short of 6 months, but better late than never. It's about time I made another apperance :-)<br><br>TC...
turbocharlie9999
turbocharlie...
Offline Send Email
Jun 1, 2001
6:42 pm
595
Hi All,<br>I was looking at Delphi today.<br>I had a Timage box and I was loading images from a file.<br>Now either I did something wrong or it doesn't load ...
thingy_ma_bob
Offline Send Email
Jun 2, 2001
8:24 pm
596
Craig, you need to manually add the jpeg component into Delphi and to the uses field. Borland supplied this component but did not install it.<br><br>Allen....
vcode_server
Offline Send Email
Jun 4, 2001
4:51 pm
597
hy.<br>How do I make the buttons from a form to be flat?...
balaup
Offline Send Email
Jun 5, 2001
7:50 pm
Messages 568 - 597 of 1332   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help