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 14:34:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn1feed!worldnet.att.net!135.173.83.54!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail From: "Danny Ross Lunsford" Newsgroups: comp.lang.ada,comp.lang.apl,comp.lang.clos References: Subject: Re: Visual Basic Organization: 1445 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: Date: Sun, 31 Mar 2002 22:34:09 GMT NNTP-Posting-Host: 12.75.44.105 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1017614049 12.75.44.105 (Sun, 31 Mar 2002 22:34:09 GMT) NNTP-Posting-Date: Sun, 31 Mar 2002 22:34:09 GMT Xref: archiver1.google.com comp.lang.ada:21930 comp.lang.apl:2742 comp.lang.clos:200 Date: 2002-03-31T22:34:09+00:00 List-Id: 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