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: valtersp
  • Content: Threads
  • Order by date
  1. valtersp

    Reading MSWord .DOC as binary stream (offsets)

    Hi all! I have had to develop the cross-platform app allowing to read ONLY text from MS-Word doc file into text box. Inspecting the .DOC file I found text begins at offset 600h. So I put the pointer to this offset and read the file as binary stream until 3 or more 0-valued bytes encounter. In...
  2. valtersp

    Excel and VBA UserForm - what a hell is going on?

    Hi all! There are some very strange things going on with Excel's VBA UserForms. 1st - when designing an UserForm, sometimes it becomes corrupted and I don't know, why (expecially, when save excel file as an add-in and edit it later). 2nd - all captions, which are used to name form's controls...
  3. valtersp

    What is going on in UserForms???

    Hi all! There are some very strange things going on with Excel's VBA UserForms. 1st - when designing an UserForm, sometimes it becomes corrupted and I don't know, why (expecially, when save excel file as an add-in and edit it later). 2nd - all captions, which are used to name form's controls...
  4. valtersp

    Search for a record using ComboBox

    Hi all! I've got a very simple problem, but still can not solve it at all. There is a ComboBox bounded to a field of a table and contains all records the table currently has (all values are unique). When user choose a value from ComboBox, it is necessary to find out, which record have been...

Part and Inventory Search

Back
Top