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