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 :-)
Thanks for the NTFS Streams tip strongm
There is a ton of info on the net for this and I think it is the answer I am seeking, I already have somewhat of a working model! Thx again.
I am using simple txt files in a folder to hold info, not a lot but approx 50 seperate files, to read them into a text box via a list box I am doing this:
Dim sTemp As String
Dim SelectedItem As String
Dim WorkDirectory
WorkDirectory = App.Path & "\files\"
SelectedItem = List1.Text...
If you are still seeking a fix, or to those who are, you can get the patch from
http://support.businessobjects.com/communityCS/FilesAndUpdates/scr8_webregfix.exe.asp and then follow these instructions:
Extract the two files contained in the self-extracting EXE to the root folder (such as c:\ or...
Thanks for the code LPlates, but it still starts the app a second time, using either Sub Main() or Form_Load
Maybe I am not looking at this right, when the app is running, it is visible in the process list as CCL.exe, the above example would work if I can kill the first process maybe?
However...
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.