1,899 Topics

Member Avatar for
Member Avatar for anandkrishnantc

Hello, I want to invoke oulook mail from my code in Delphi. It should be like if user select a menu option "Send Mail" , the new mail message window should appear . If outlook is not running aleady, it should start Outlook also. MS oulook 2003 and 2007 only. …

Member Avatar for mediastar
0
213
Member Avatar for manutd4life

hello every1 i made a factorial program and the only thing i need to do is to validate: Whether it is empty or it contains letters Here's the code: [code=pascal]program factorial; uses wincrt; var counter:integer; number:integer; total:longint; Begin write('Enter your number '); readln(number); total:=1; counter:=1; while (counter<=number) do Begin total:=(total*counter); …

Member Avatar for mediastar
0
184
Member Avatar for lewigi2012

Hello I'm making a program where the user will be able to organise their orders so they see which ones are complete and incomplete. I want to allow the user to be able to delete an entry from a file (*.txt) as this will be used in two ways: 1. …

Member Avatar for FlamingClaw
0
77
Member Avatar for BradenMurphy

Hey, I would like to know how to only allowing one instance of a program to run at once. Ie: You can't run the application multiple times creating multiple processes. I only want to allow one instance of that application to be running at any given time.

Member Avatar for mediastar
0
169
Member Avatar for Uday Branwal

I have licensed of Delphi 2006, but unable to register it. When i try to run it its getting me to the registration wizard, there i am putting serial # and autho. key. but still saying invalid licensee or user. Can someone please help me out of this issue. Appreciate …

Member Avatar for andre.vanzuydam
0
79
Member Avatar for Brent720

I am having an inordinate amount of difficulties locating an example of how to display Unicode using Lazarus and FPC. It's supposed to be fully UTF-8 capable now, yet all I get are question marks for text strings, or else little skinny boxes in place of the characters. Can someone …

Member Avatar for Brent720
0
998
Member Avatar for BradenMurphy

Hi, I'm using CodeGear RAD Studio for compiling a delphi.NET application. Is there anyway to check what .NET version is being used to compile the application and how would you set the .NET version for compiling?

0
66
Member Avatar for lewigi2012

Hello. I'm making a program for my friend who is running an RPG Adventure at his school. I'll explain the basis behind the program and then what the problem is. Basically, before any battle, each player is required to roll a d12 and add their Battle Initiative Value (BIV) to …

Member Avatar for lewigi2012
0
110
Member Avatar for CTBC

How do I create custom colors? I do not like the color for the clRed, nor the clMaroon. I want a red that is the same color as this hex value: #AA0000. This will help a lot to make the form look exactly how I planned it. Thanks,

Member Avatar for FlamingClaw
0
104
Member Avatar for killhha

so lets say i have a program and it keeps on outputting the letter 'A' constantly until the user presses enter or something. then it will exit the loop and continue with the rest of the program. how would i do this?

Member Avatar for killhha
0
545
Member Avatar for CTBC

I have a form where there are 2 buttons, one which randomly adds buttons onto the form, and one that resets the form to default. When the form is opened there are two buttons, but after clicking the random button, there are many buttons. For the reset button, I currently …

Member Avatar for sknake
0
164
Member Avatar for Chris1971

Hi All, this is my first post as a member of the forum so firstly nice to meet u all, secondly if this posted in the wrong place, many apologies Admin. My problem and query is this I have been asked to find out the most appropriate language for a …

Member Avatar for sknake
0
48
Member Avatar for rockinsteve

How do I get these 2 programs to work together (ie have one call the other.) Thought of using the first to call the external one but then thought it better to combine the 2 ????? Can't seem to get it working yet the second one works on it's own. …

Member Avatar for FlamingClaw
0
113
Member Avatar for turbomen

Dear Sir, Could you tell me what is wrong of my program? The question is: write a progrm that totals up a list of exactly 100 numbers and outputs that total to the screen, also show the average of the 100 numbers. My program: [code] program Project2; {$APPTYPE CONSOLE} uses …

Member Avatar for FlamingClaw
0
103
Member Avatar for mark.b
Member Avatar for ChristineB

Hello - I am new to this forum. This post is to get your input on the best location to set up a small Delphi/Pascal development shop. Are there areas in the US where highly skilled Delphi/Pascal programmers are available? We want to co-locate to utilize Scrum development techniques. Your …

Member Avatar for mark.b
0
200
Member Avatar for AKJo

I love cport-3.10 by Dejan Crnila, maintained by Lars Dybdahl and Paul Doland. It is easy to use, but still powerful. I have one problem though. Writing to a serial port is VERY slow. I run at baude rate 115200 and still it takes around 1000 ms per byte to …

Member Avatar for AKJo
0
115
Member Avatar for Qousio

Hello! I'm currently making <<The game of life>> in TP7. Actually, I have already finished everything. The only thing I would like to add is mouse input, so the user could draw the 'cells' by clicking a mousebutton. So, for example a mouseclick on coordinates (50,20) would change grid[50,20] to …

Member Avatar for FlamingClaw
0
223
Member Avatar for zuzu22

Hello friends, Since I'm not too familiar with win programming may I ask a dumb question. I made a small app on D7 using TclientSocket which connects to some embedded server and request some data. Now I use string based functions like sock.Socket.SendText('text to send'); but I send pure binary …

Member Avatar for FlamingClaw
0
224
Member Avatar for lily9983

You bought an iPhone and love all its features, but wish you didn't have to pay for your songs twice to get a ringtone. (We know that iPhone, iPhone 3G Ringtones use the file extension .M4R. And the users must pay $2 for a piece of song through Apple iTunes …

0
62
Member Avatar for Teropod

Hi all! I am new to delphi programing ive started with delphi 8. My simple application needed to connect to sql server with borland data provider components like BdpConnection and BdpDataAdapter and i was able to connect to server manipulate with data, sqls everything is working fine but when i …

0
67
Member Avatar for FlamingClaw

I think this will helpful for those who like delphi. :D Download,and read.This file contains the basics of delphi :) The file size is about 3 Mb. Thx for reading. With respect : FlamingClaw 2009.04.18.

Member Avatar for skdfljsdkjf
0
286
Member Avatar for SANMI

I have 2 DLL , namely A.dll and B.Dll They both have a function called ShowHelp() How do I declare the two functions that have The Same name

Member Avatar for FlamingClaw
0
95
Member Avatar for SANMI

I need to REMOVE my Application from the Windows Process List. I do not want users to use Process Killers to Remove my Application or Shut it down.

Member Avatar for FlamingClaw
0
143
Member Avatar for turbomen
Member Avatar for FlamingClaw
0
44
Member Avatar for debuggger

I have just recently begun programming, and am learning Pascal as my first language. In my class, the teacher doesn't have huge amounts of time, so I thought I would research this online. Converting arabic (normal) numbers to roman numerals is a part of a project that we are working …

Member Avatar for FlamingClaw
0
1K
Member Avatar for yssirhc

I have a Delphi web application that I would like to translate into ASP or PHP. Does anyone know of software I can get to convert it? I've seen lots of stuff that will convert Delphi to C# but that doesn't really help me since C# isn't a web language.

Member Avatar for FlamingClaw
0
42
Member Avatar for m610

I guess I should be embarrassed to ask this, but Help seems to be misleading to me, so it's not my fault. ;) I'd like to enter a series of binary numbers in a component I am working on. Delphi's Help (see below) says all I need to do is …

Member Avatar for weinelb
0
1K
Member Avatar for fireup6

[img]http://img4.imageshack.us/img4/5140/71788648.jpg[/img] [code]program stub; {$APPTYPE CONSOLE} uses SysUtils,Windows; var bufferhandle : THandle; bufferaddress : pointer; processhandle : THandle; begin ///build buffer bufferhandle := GlobalAlloc(GMEM_MOVEABLE and GMEM_ZEROINIT, 1); bufferaddress := GlobalLock(bufferhandle); //get process handle processhandle := GetCurrentProcess; //read one byte of file and load into buffer ReadProcessMemory(processhandle, ptr($830022), bufferaddress, 1, nil); end. …

Member Avatar for FlamingClaw
0
229
Member Avatar for SANMI

I have a project , I need to show the Names of Employes in a ListBox . When a name is Selected , I get the Employee ID from the List box and use it to get the Employe data. The ListBox does not have a place where you can …

Member Avatar for glubbish
0
250

The End.