Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for ebi1

Hi all., I want to make a small and simple game for kids, where they need to compare between different shapes of polygons. So in this game, there will be a button, loading different Polygons, with transparent background. i REALLY preffer it will be with the Animated GIF of RxLib, …

Member Avatar for ebi1
0
205
Member Avatar for m610
Member Avatar for ebi1

hi all how can i read\load MSG files of Outlook into a specific folder of outlook? i don't need to view them. just to load them in. example: i have the file and path : "c:\ebi\TempZ\66.msg" and i want to put it in the folder "ebi\ZZZ" which is inside the …

0
55
Member Avatar for emmann

hi you just need to download the page to your "CurrentDirectory" (or the program's directory), and do some text manipulations on it. the way i see the text, you just need to look for the spaces(" "). once you do that, you'll get lines of text build of 3 numbers …

Member Avatar for ebi1
0
247
Member Avatar for dodol

Hi dodl here is a very simple and working code that i always use(except of course in programs that i want to run more then once). you just need to place it in the DPR file of your project, and it's 100% working. Notice something important: The "UniqueAppName" is what …

Member Avatar for LizR
0
182
Member Avatar for richardscooke

Hi Richard Maybe there is something preventing it to close, because something else is still opened. Does it get to the "Application.Terminate" line? Do you even see the MessageBox? Use BreakPoints. sometimes it's a great way to know what happens AFTER the exception. Besides that, i usually use : If …

Member Avatar for ebi1
0
107
Member Avatar for corum10

try to add : ShowMessage('-'+U+'-'); Exit; After the "U := GetCurrentUserName;" line. i use that way to debug sometimes. Using a BreakPoint (F5) wont show you if you have a Space or a CRLF. if you do have that, then maybe you can try : UserPath := 'C:\Documents and Settings' …

Member Avatar for ebi1
0
101
Member Avatar for afro007

Hi afro007., Duoas is right about using the FloatFormat, but here is an example: Var TempSum : Real; TempSum:=105.6; Label1.Caption:=FormatFloat('###,###.##', TempSum); however there are other ways to convert Real to String : FloatToStr. Label1.Caption:=FloatToStr(TempSum); (which can show you 105.6343254) and FloatToStrF, and FloatToText. sorry for my english, i hope i …

Member Avatar for ebi1
0
2K

The End.