Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Alt255

    Searching for a string that contains brackets

    This is probably very simple, so it is really bugging me. Background information: I sell art prints on a website I created using the web-builder from GoDaddy. I made a page section with HTML, designed to allow the user to click colored rectangles, representing 24 color croups (e.g. Warm Yellow...
  2. Alt255

    scrape hyperlinks from HTML file

    Never mind. I'll just parse any line that contains "HREF". That's probably what I did in the past. I had just hoped for something a little more eloquent. Add water (makes its own sauce).
  3. Alt255

    scrape hyperlinks from HTML file

    I remember doing this many years ago but it's stumping me now. How can I extract the hyperlinks (as text) from a local HTML file? Add water (makes its own sauce).
  4. Alt255

    Cursor position in InkEdit box

    Sorry, Mike. I was looking in the wrong direction (repeatedly). I just had to open the files using the UTF-8 codepage. That was silly. :-) In the unlikely event that somebody would ever have the same problem, here's what I did (using some of your code): Dim myIUnknown As IUnknown Dim tomDoc As...
  5. Alt255

    Cursor position in InkEdit box

    Thanks for your reply, strongm. I see a way to set the language ID of a text selection to Hebrew or Greek but I don't see a way to display a file containing a mixture of both. The Microsoft docs at https://docs.microsoft.com/en-us/windows/win32/api/tom/ are for C++ users and I'm sure that I am...
  6. Alt255

    Cursor position in InkEdit box

    Is it possible to retrieve the cursor position from the MouseMove event of an InkEdit control? It's easy using a Richtext box but I need to display Hebrew and Greek characters. VB6 Add water (makes its own sauce).
  7. Alt255

    Navigate to bookmark in local file

    Thanks, Mike. Of course that works. Sorry about wasting your good time. The HTML wasn't the problem. Add water (makes its own sauce).
  8. Alt255

    Using bookmarks in local files with the Web Browser control

    Always the teacher, Mike. Thanks. :-) Add water (makes its own sauce).
  9. Alt255

    Using bookmarks in local files with the Web Browser control

    Strongm, that sounds promising but I don't see a way to implement it (aside from getting an EM_LINEFROMCHAR and using EM_LINESCROLL to go there. I've tried a similar approach (non API) with the browser control using Document.body.ScrollTop and Document.parentWindow.scrollBy (the results haven't...
  10. Alt255

    Using bookmarks in local files with the Web Browser control

    Thanks. Opening a page with #BookmarkName appended to the URL isn't a problem. I can do that with the Web Browser control but it doesn't work with HTML files stored on disk. I could put a BrowserName.Document.body.ScrollTop = BookmarkLocation in DownloadComplete (If I had a reliable way to...
  11. Alt255

    Navigate to bookmark in local file

    Is there any way to use a hyperlink to go to a bookmark in an HTML file stored on a local hard disk? Add water (makes its own sauce).
  12. Alt255

    Using bookmarks in local files with the Web Browser control

    I'm trying to build a searchable interlinear bible with VB6. I have tried a couple of options for displaying the Unicode Hebrew and Greek, first using the InkEdit control and then using the web browser control. InkEdit didn't provide a way to programmatically search for a string and scroll there...
  13. Alt255

    Convert old 16-bit VB app to 32-bit

    Possible (ya never know): http://www.theprogrammingzone.com/source/vb3%20binary%20to%20text.rar Add water (makes its own sauce).
  14. Alt255

    Searching a PDF file

    Is there a way to search for text in a PDF file with the Adobe Acrobat Browser Control Type Library? Or any other method in VB6? Add water (makes its own sauce).
  15. Alt255

    Tracing Pattern in Illustrator

    Open the jpg in Photoshop and check the edges. Are the first one or two pixels semi-transparent? Sometimes an easy fix is duplicating the background layer several times and then flattening the image. Add water (makes its own sauce).
  16. Alt255

    Learning Photoshop

    This may sound trite but the best way to learn it is to use it. If you get into a jam, Google is a couple of clicks away. I learned it in an unforgiving, high volume environment and I learned that simple is much more efficient than complex. Easy is faster than hard (duh). If you find yourself...
  17. Alt255

    Reaching localhost through browser

    Is it possible to connect with localhost 127.0.0.1 with a browser on Windows 10? My searches on this site and with Google have only uncovered problems with no solutions. I can ping localhost or 127.0.0.1 successfully but any attempt to address http://localhost or http://127.0.0.1 (any way I type...
  18. Alt255

    how to make array..

    Have you dimensioned the arrays? Add water (makes its own sauce).
  19. Alt255

    QBasic convert to VB.NET or C#

    I assume your teacher gave you the preceding code snippet so you could understand the underlying concepts. First, make a serious attempt to understand what the code is intended to accomplish (that includes line 140). Then start writing your project in VB.NET or C#. If you run into problems that...
  20. Alt255

    QBasic convert to VB.NET or C#

    Portions of the code appear to be flawed. Is this a school project? Add water (makes its own sauce).

Part and Inventory Search

Back
Top