From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,40c2fabfb0f16826,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-23 04:11:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!newsfeed.r-kom.de!fu-berlin.de!uni-berlin.de!71244-cm.able.ES!not-for-mail From: "Nazgul" Newsgroups: comp.lang.ada Subject: Hide Console in windows Date: Sat, 23 Feb 2002 13:07:37 +0100 Message-ID: NNTP-Posting-Host: 71244-cm.able.es (212.97.171.244) X-Trace: fu-berlin.de 1014466058 5570614 212.97.171.244 (16 [107015]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:20288 Date: 2002-02-23T13:07:37+01:00 List-Id: Hi, I'm doing a program with gtkada, firstly under windows, and I would like to know if the DOS-console that opens when I run the program can be hidden, so only the gtk windows are visible. Thanks.