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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7761cfad43d4feeb,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-22 01:36:17 PST Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!enst!enst.fr!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Ada using Microsoft .NET example now up on AdaPower Date: Fri, 22 Dec 2000 04:41:06 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: <000d01c06bfb$4ed996e0$0100a8c0@db2000> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 977477772 4405 137.194.161.2 (22 Dec 2000 09:36:12 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Fri, 22 Dec 2000 09:36:12 +0000 (UTC) To: Return-Path: X-pair-Authenticated: 216.76.156.249 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0beta5 Precedence: bulk List-Id: comp.lang.ada mail<->news gateway Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: supernews.google.com comp.lang.ada:3355 Date: 2000-12-22T04:41:06-05:00 With the help of GNATCOM, I created a simple package that allows access to all the "managed classes" of Microsoft's .NET platform. That includes all the OS services, GUI classes, etc. etc. etc. It is a just a quick example that creates a dialog box and pops it on the screen. You will need to have .NET installed on your system, currently that means installing the .NET SDK from MS's site. (But the source may prove interesting even if you don't have the SDK) The example is on the GNATCOM page at http://www.adapower.com/gnatcom David Botton