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 TouchToneTommy 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: *

  • Users: ThinLizzy
  • Content: Threads
  • Order by date
  1. ThinLizzy

    How do I add (edit) a extra point to a GIF image (dynamicly)

    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
  2. ThinLizzy

    special characters not correct when reading/writing as textstreamfile

    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 ",")...
  3. ThinLizzy

    Size of Listbox changes when run with Win NT

    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...
  4. ThinLizzy

    I want to read targetPath of a shortcut with VBA 97

    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...
  5. ThinLizzy

    VBA (Word 97, windows 98) Reading the path of a shortcut.

    I would like the read the path of a shortcut file. I tried some VB controls but they wouldn't work in Word 97. please help.

Part and Inventory Search

Back
Top