thanks for your reply
I think I'm a litle confused!
I'm running a console app (2) from another console app (1).
I'm using ShellExecute, and I want the parent of console app (2) to be console app (1)
I don't know how to get the handle of a console app.
thanks
Andrew
Sorry
I made a mistake
Does anyone know how I can get the handle of a console app from within the console app.
Like self.handle in a form.
Thanks
Andrew
Hello
Does anyone know if/how I can set the parent of a console app.
I run a console from another exe and I want the console to finish when the main app closes.
Any ideas
Andrew
Hello
I have inherited an intraweb project that has been written for mobile devices. My problem is that it has been developed in application mode. Due to the nature of mobile devices (coverage issues, timeout problems) the project needs to be changed to a stateless model. Does anyone know if it...
Hello
I've recreated an SQLServer database on my home pc using SQL Server Developer.
I'm now trying to connect to this database using delphi.
Does anyone have an idea of what my connection string should look like? As there is no server as such?
Any help greatly appreciated.
Thanks
Andrew
Sorry Guys
I think I may have just realised something, I am actually using an IFrame in the main page, when the left and right pages don't get reloaded.
I think I can sort it out now.
Cheers
Hello
I'm pretty new to web development.
I've created a site which uses a Microsoft Border for the top and bottom. Top holds the navigation menu for the site.
I then used the "include page" component to add the left and right borders.
My problem is that I only want the left and right pages...
Hello
Does anyone know if it is possible to replicate a table onto 2/3 other databases on different servers.
The reason: need to run a join on two tables from two different databases on two different servers.
thanks
Andrew
Hello
I am unsure if this is possible, but I'll give it a bash.
I have a query
select MML.ChangeID,MCCTT.ChangeToDesc
from MaceMaterialLog MML
Left Outer Join MaceChangesLog MCL on MML.ChangeID = MCL.ChangeID
Left Outer Join MaceChangesChangeToTypes MCCTT on MCL.ChangeToID =...
this may help
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
protected
procedure CreateParams(var Params...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.