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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 11390f,c7c122525bd25afe X-Google-Attributes: gid11390f,public X-Google-Thread: 10a640,c7c122525bd25afe X-Google-Attributes: gid10a640,public X-Google-Thread: 103376,c7c122525bd25afe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-31 18:23:26 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!snapdragon.csl.sri.COM!not-for-mail From: Fred Gilham Newsgroups: comp.lang.ada,comp.lang.apl,comp.lang.clos Subject: Re: Visual Basic Date: 31 Mar 2002 18:23:21 -0800 Message-ID: References: NNTP-Posting-Host: snapdragon.csl.sri.com (130.107.19.20) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: fu-berlin.de 1017627803 27666369 130.107.19.20 (16 [114262]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:21931 comp.lang.apl:2743 comp.lang.clos:201 Date: 2002-03-31T18:23:21-08:00 List-Id: "Danny Ross Lunsford" writes: > Here's what to do - > > "Control Panel - Add/Remove Programs - Microsoft Visual Basic" > > Select, then click the button that says "Remove All". > > Then install IBM APL2 for Windows, and come back here. > > :) > > -drl > > "Lulle" wrote in message > news:a5bebcd4.0203311048.3448bb68@posting.google.com... > > How can i align text in one textbox ? > > > > I'm trying to use tabs and have some control over the spaces ( Tab > > (15) --> does not work) on the other hand vbTab is working but with no > > control over the number of spaces. > > > > for example: > > > > picBox.print "whatever" ; Tab (15); "Whatever" --> working > > > > txtBox.SelText "whatever" & vbTab & "whatever" --> working > > > > txtBox.SelText "whatever" & Tab(15) & "whatever" --> not working :( > > > > Can you please help > > Thanks > Wrong, Wrong, WRONG! You do this and you will still be running Windows. What's more, you won't have CLOS, and that's the point of the whole exercise, isn't it? What you need to do is just get one of those Linux distribution CDs, stick it in your computer, boot it and follow the directions as if you were installing for a new computer. Then install CMU Lisp and you'll be there. -- Fred Gilham gilham@csl.sri.com || Progressive (adj): Value-free; tolerant; non-judgemental. E.g. traditional archery instruction methods spent tedious hours teaching the archer to hit a bulls-eye. Progressive methods achieved better results by telling the student archer to shoot in the manner he or she found most comfortable, then calling whatever the arrow hit the bulls-eye.