I am sorry if this seems basic to all of you but I am at my wits end, I have an access db and a fld contains entries like this:
This is the first record (more info1)
This is second first record (more info2)
I am trying to use the find replace with a wildcard so that it would become:
This is...
strongm, yes I tried vb5prgrmr's suggestion, 400 thousand + links crash it. (I think :-)) Yes it is a full webpage.
Here is what I tried
Dim A As Object
For Each A In WB.Document.Links
Text1.Text = A.innerText & vbNewLine & A.HREF
Next
I think it is the text boxes inability to handle this...
Thanks for the responses, 2 points
1. The lines are different like this
<a href="http://www.website.com/page1.html">http://www.website.com/</a>
<a href="http://www.website.com/page2.html">http://www.website.com/</a>
and 2 keep in mind that the file is over 400 thousand lines and is a 32mb...
Not sure where else to ask this, but I am hoping that due to the amount of experience in the forum I can get some leads to tools
Basically I have a 32mb html page and I want to remove the tags, it is over 400,000 lines so manual is OUT!!, I have tried several tools on the net but all of them...
Found it, (HardLink) once again vb5 you da man, one more quick question, related to this, with a ListBox and a TextBox, how in the drag & drop function of the list box:
Private Sub List1_OLEDragDrop(Data As ..... and so on
if a file is dragged and dropped to the list box, Text 1 shows the path...
I know this is possible using ShellLink but there must be something better, instead of FileCopy as shown in the example below, is it possible to CreateShortCut so to speak?
If Data.GetFormat(vbCFFiles) Then
Dim F As Variant
For Each F In Data.Files
Dim S As...
This is driving me crazy, I have a listbox displaying only lnk files in a directory and am filtering them like this:
ListDir App.Path & "\app", "*.lnk
What I can't seem to get right is to allow lnk and exe files to be shown :-(
Why even use the PDW? Although some may disagree, I personally use Inno Setup, it is very powerful and even has features like font install. You can get it at http://www.jrsoftware.org/isinfo.php
Just my 2cts :-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.