•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Pascal and Delphi section within the Software Development category of DaniWeb, a massive community of 456,607 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,492 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Pascal and Delphi advertiser: Programming Forums
Views: 5189 | Replies: 23
![]() |
•
•
Join Date: Nov 2007
Posts: 87
Reputation:
Rep Power: 2
Solved Threads: 1
Question for you Loyen...
Are you using this program you are trying to write to fill a a user screen with whatever you want it to say?
As in a joke of some sort?
Far be it from me to insinuate your intentions, but from what I have read about your project, it seems to me that you don't want the user to be able to stop a continuous flow of windows popping up with no way to stop it minus killing the thread that it runs on.
If that is the case, google is your answer and you shouldn't be asking for help here.
If i am wrong about that, then simply explain why you would want such a program with any way to stop it.
My apologies if I have misread your intentions, but I am willing to bet that others have thought what I have written.
Are you using this program you are trying to write to fill a a user screen with whatever you want it to say?
As in a joke of some sort?
Far be it from me to insinuate your intentions, but from what I have read about your project, it seems to me that you don't want the user to be able to stop a continuous flow of windows popping up with no way to stop it minus killing the thread that it runs on.
If that is the case, google is your answer and you shouldn't be asking for help here.
If i am wrong about that, then simply explain why you would want such a program with any way to stop it.
My apologies if I have misread your intentions, but I am willing to bet that others have thought what I have written.
Last edited by squidd : Dec 4th, 2007 at 12:41 am.
•
•
Join Date: Nov 2007
Posts: 44
Reputation:
Rep Power: 2
Solved Threads: 0
No, sorry if it sounded like that.. I wanted just a little popup to come up when you press the exe, saying something, but I tried some things and got it to work, with the little command window in the background.. the code is this:
It has a ok button, and it stops by pressing ENTER.. It was just something I wanted to try out. I'll try to make something more.
pascal Syntax (Toggle Plain Text)
PROGRAM popup; USES Windows, Messages; BEGIN MessageBox ( 0, 'You just got OWNED', ' OWNED', Mb_ok ); PostQuitMessage ( 0 ); Halt ( 1 ); END.
It has a ok button, and it stops by pressing ENTER.. It was just something I wanted to try out. I'll try to make something more.
•
•
Join Date: Oct 2007
Location: Cherry Hill, NJ
Posts: 1,878
Reputation:
Rep Power: 13
Solved Threads: 193
•
•
Join Date: Nov 2007
Posts: 44
Reputation:
Rep Power: 2
Solved Threads: 0
Ok, I'm having fun with this thing. My teacher called me a hacker cause I'm going Porgramming A and popup windows will be introduced in Programming C course 
Also this is the version of pascal I'm using:
http://www.bloodshed.net/devpascal.html
Now, I want to add a bitmap to my popup message and maybe try to change sounds.. I'm just goofing around to learn..

Also this is the version of pascal I'm using:
http://www.bloodshed.net/devpascal.html
Now, I want to add a bitmap to my popup message and maybe try to change sounds.. I'm just goofing around to learn..
![]() |
•
•
•
•
•
•
•
•
DaniWeb Pascal and Delphi Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Popup window on button click (ASP.NET)
- Help with popup window (Visual Basic 4 / 5 / 6)
- how to pass the value in popup window (PHP)
- Please help me with my javascript popup window! (ASP.NET)
- Javascript Popup Window (JavaScript / DHTML / AJAX)
- Popup window (ASP.NET)
- Make An Asp Popup Window--help Me About This... (JavaScript / DHTML / AJAX)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: help file creation
- Next Thread: How would I find a system's IP address in Delphi?



Linear Mode