Hello,
My problem is this:
I have a GIF image and i want to edit it with VB (add
specifiek points to it) and than save it as a GIF image.
So the dot's should by added dynamicly.
Is there anybody who can help me with this?
Greatings, Thinlizzy
I found a solution for the problem.
I think it was a language differens problem.
I made the program on a dutch windows 98.
In the innitiate event of the form I wrote the
list-With propety of the listboxes in cm.
On win NT I think the standard is inch.
The with propety of Boxes which were not...
Thanks for your reaction.
The Problem was that I did a .SaveAs with the
Word document. The FileFormat which I
used was the wrong one (wdFormatDOSTextLineBreaks).
When I used FileFormat:=wdFormatTextLineBreaks the
problem was gone.
So it wasn't the code i mentioned above,
Thanks anyway.
Hello,
I have a Word file which I want to read line by line.
First I save the file as text-file.
Then I read this text-file and write it as a new file.
THE PROBLEM: Special characters like "é" are not translated
correct (in this case "é" is translated as ",")...
Hello,
My Problem:
I have a word vba project made with Word 97 on Windows 98.
In this project I have made a dialog with some textboxes
comboboxes and Listboxes.
When I installed it on a Windows NT 4.0 system with Word 97,
the listboxes where twice as small. I checked the width of the...
Hello,
I want to reed the path of a shortcut file in a
directory, see beneth:
Public Function TargetPathOfShortCut() As String
Dim strLink As String
strLink = Dir("c:\*.LNK") ' Return first *.LNK file
' (this link to another File...
Thanks for your answer, but that was not quit what i was looking for.
I want to realy reed the path of a shortcut file in a
directory, see beneth:
Public Function TargetPathOfShortCut() As String
Dim strLink As String
strLink = Dir("c:\*.LNK") ' Return first *.LNK file...
The problem is the the record/fields .count don't work.
You must add following code:
rs.MoveLast
rs.MoveFirst
and then:
r = rs.RecordCount
f = rs.Fields.Count
.....
Hope this will help you,
ThinLizzy
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.