Search results

  1. A

    undo / redo and cursor

    Hello. I'm trying to implement the ability to undo / redo in memo text box. This is the code: Private Sub Form_Load() Me.Text0.SetFocus Me.Text0.SelStart = 0 ReDim arrText(0) arrText(0) = Me.Text0 Pointer = 0 End Sub Private Sub Text0_Change() If Undoing Then Exit Sub Pointer = Pointer...
  2. A

    Scrollbar

    Hi! How to use the Scrollbar from MS Forms2.0 with Access TextBox? Thanks a lot...
  3. A

    How to create MDB-bank without Access ?

    Is it possible to create MDB-bank without Access ? Thank you very much! Aleksandra :)
  4. A

    Scrollbar

    Hi! Is there any opportunity to paint a standard ScrollBar? Thanks a lot! Aleksandra :)
Back
Top Bottom