Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > . > Programming Languages > Delphi [3 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
CodeCall Programming Forum to not make a random number appear twice  
21:00 19-Nov-08   [Replies: 1, Views: 73]    By: Unnamed
I have made this application where theres a tlistview whit image destinations in it. Then i got a timer to shift the picture. then ive addet a random function to shuffle through the picture. now w...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Dev Pascal Help  
06:53 16-Nov-08   [Replies: 3, Views: 96]    By: Unnamed
Here is what I need, just some basic stuff through pascal. 1. A program which accepts two real numbers, asks whether the user requires a rounded or truncated result and then outputs their product ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum for function (making various objects)  
20:05 15-Nov-08   [Replies: 7, Views: 78]    By: Unnamed
hello. i have an assignment to do for school presentation on pascal ''for'' function. my teacher gave me the task to make various objects with ''for''. for example, a pyramide * **...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Need Help In Few Questions [Pascal]  
02:08 12-Nov-08   [Replies: 7, Views: 92]    By: Unnamed
Primes Given two integers N and M (N <= M), output all the prime numbers between N and M inclusive, one per line. N and M will be positive integers less than or equal to 1,000,000,000. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Delphi TListBox Question  
08:03 9-Nov-08   [Replies: 1, Views: 80]    By: Unnamed
So I have 2 ListBox-es on my form. On the first one, I want to have 2 items: Maths and Languages. On the second, when user clicks Maths I want to show: Algebra and Geometry, and if user clicks on ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum sparce array in pascal-SOS  
14:50 27-Oct-08   [Replies: 3, Views: 148]    By: Unnamed
hi to everyone...i would you to help me because i'm a newb in pascal and i have a homework to do till wednesday, thursday i must give the program to my professor...he wants us to write down a code...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum How do I update Dev-C++? GCC, MinGW & GDB need to be updated  
06:04 25-Oct-08   [Replies: 11, Views: 343]    By: Unnamed
Hello After looking over Dev-C++ and having a look at the versions (The Dev-C++ Resource Site [http://www.bloodshed.net/dev/devcpp.html]>), I noticed the following; GCC [http://gcc.gnu.org...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum How do I recompile Dev-C++ for Mac?  
06:20 22-Oct-08   [Replies: 7, Views: 365]    By: Unnamed
Hello Just wondering how I can recompile Dev-Cpp (Bloodshed Software - Dev-C++ [http://www.bloodshed.net/devcpp.html]>) for Mac (OS X Leopard 10.5.4). I have tried other IDEs, but they jus...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum getting values out of arrays  
14:52 15-Oct-08   [Replies: 4, Views: 151]    By: Unnamed
I am having some trouble with arrays. I want to set a variable equal to a value in an array as it goes through a loop. The array and the variable are declared as integers. When I check the value o...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Help! Rlink32 Error  
15:31 13-Oct-08   [Replies: 6, Views: 170]    By: Unnamed
Hi Ive got a terrible problem that I hope someone can help me with. When I try run my program I get a //[Error] Rlink32: Unsupported 16bit resource in file {"my fil name.dfm"}. I sea...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Parsing TStrings!  
21:38 4-Oct-08   [Replies: 1, Views: 157]    By: Unnamed
Hi All! I was wondering if the below is possible: When the user clicks the button, the program takes all the text from Memo1.Lines and for each new line (in delphi, #13+#10) and replaces a...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Saving and reading a Text file  
17:16 26-Sep-08   [Replies: 10, Views: 324]    By: Unnamed
Hi Could anyone give me a simple code, codes that I could use to write data to a text file and then read the data. I a more detailed explaination I am creating a program that requires delphi ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Hi, Im a newb. Got a quick question...  
16:57 26-Sep-08   [Replies: 10, Views: 237]    By: Unnamed
Hi all, Im am studying pascal/delphi at AS Level and just started. I need some help putting an 'If' function inside a 'case' function: case Month of 1: MonthName:='January'; if Dat...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Web Browser Help  
09:54 26-Sep-08   [Replies: 2, Views: 148]    By: Unnamed
I am making a web browser in Delphi (PASCAL), and i have this problem... When there is no-where to go back/forward to and i click the back/forward buttons, an error pops up and crashes the program...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum EXE File!  
18:26 25-Sep-08   [Replies: 3, Views: 114]    By: Unnamed
Hi all, i was wondering how I would achieve the below: The user enters some text into a TEdit, then they click a button, when the button is clicked it creates a file (EXE) that when ran displa...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Dividing  
12:24 23-Sep-08   [Replies: 2, Views: 157]    By: Unnamed
Hi im new at this forum. I've been donig delphi for almost a year now, but i still have problems in my programs as i am not a professional. My latest problem is that i have to created a program th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum newb pascal help...  
11:01 20-Sep-08   [Replies: 16, Views: 288]    By: Unnamed
im learning pascal at a-level and my homework is to, when a user has entered 10 numbers on the screen, pascal should show the highest number and lowest number, like writeln ('the highest of th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum File - to - String!  
09:45 14-Sep-08   [Replies: 3, Views: 172]    By: Unnamed
Hi All! I was wondering if there was a way to load any kind of file (text or binary) into a string ( Delphi 2009 ), i've tried using the File2String function in ExeMod, however, Delphi 2009 does...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum A couple of questions  
18:26 13-Sep-08   [Replies: 2, Views: 121]    By: Unnamed
I have started on delphi this week at college and it is my first language, basically I have made a couple of simple consoles, but I was wondering how to program an interface for a console so it is...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Beginner at Delphi  
22:22 11-Sep-08   [Replies: 7, Views: 329]    By: Unnamed
I decided to start learning Delphi yesterday but I want to know a few things. 1) What extension are delphi files in? 2) Is is compiled? 3) What languages is it similar to (Don't say ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Delphi language  
13:25 3-Sep-08   [Replies: 8, Views: 277]    By: Unnamed
Is Delphi still in great use today ? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum FUllScreen?  
06:27 31-Aug-08   [Replies: 2, Views: 110]    By: Unnamed
Hey all. is it possible to open a full screen form with hiding START bar? just like all DirectX/OpenGL engines, i want to open fullscreen window but just form and not any Engine.. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Tutorial for Delphi Network!  
15:56 30-Aug-08   [Replies: 1, Views: 131]    By: Unnamed
Hallo! I’m a author of the computer game “Poppy and Rose” which I programmed it in Delphi 6. I think that the game will attract more attention if it is played in a network between two pl...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum serial port problem  
04:04 27-Aug-08   [Replies: 1, Views: 107]    By: Unnamed
Hi all i have spent my last three weeks try to read an infrared remote signal from my serial port and in alll the three weeks i have faild to have a usefull read but today and i d...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeCall Programming Forum Small Question - Files and Folders!  
19:53 26-Aug-08   [Replies: 4, Views: 175]    By: Unnamed
Hi All! I was wondering if anyone knew the code for the things below: 1. The user puts a folder into a TEdit (C:\Folder1\), then clicks a button, the program then saves a list of all files a...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006