Re: How to speed up this process
- From: "Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews@xxxxxxxxxxxxxxxxx>
- Date: Thu, 25 Aug 2005 12:17:59 -0400
> Thanks Larry,I fiddled with this and noticed I needed to add another
> dst=dst+1 right above the next.Ken is right it is a cnc utility,I can
> write nc code of the top of my head but VB is still a struggle.The
only
> other function I'm going to try to add is to change the feed
> value,Fxx.xx, find, and change the value either to a specific value or
> a percent change, verify before change.I'm looking at the Search code
> that comes with the VB mdi notepad example.maybe I can tweak it.Any
> pointers or samples will you're at very much appreciated.Thanks again
> gentlemen
Not being familiar with a "cnc utility", I'm not sure how accurately you
know the feed value that you want to search for. In other words, do you
know the exact value you are searching for or only that you are trying
to locate an "F" field wherever it may be? Depending on what you know
about it, you might find the Find method of the RichTextBox useful in
performing that search. If you provide more detail as to how this search
is to work, perhaps we can suggest some coding approaches to use.
Rick
.
- Follow-Ups:
- Re: How to speed up this process
- From: SteveC
- Re: How to speed up this process
- References:
- How to speed up this process
- From: SteveC
- Re: How to speed up this process
- From: Karl E. Peterson
- Re: How to speed up this process
- From: SteveC
- Re: How to speed up this process
- From: Karl E. Peterson
- Re: How to speed up this process
- From: Rick Rothstein [MVP - Visual Basic]
- Re: How to speed up this process
- From: Ken Halter
- Re: How to speed up this process
- From: Rick Rothstein [MVP - Visual Basic]
- Re: How to speed up this process
- From: Larry Serflaten
- Re: How to speed up this process
- From: SteveC
- How to speed up this process
- Prev by Date: Re: speeding up process from frontend to backend
- Next by Date: Re: Paste to another window
- Previous by thread: Re: How to speed up this process
- Next by thread: Re: How to speed up this process
- Index(es):
Relevant Pages
|