Search results for query: *

  • Users: larkahn
  • Content: Threads
  • Order by date
  1. L

    DB with MS Access password generates OleDbException

    In Access, I clicked File>Open>Open Exclusive>MyDatabaseName I then clicked Tools>Set Password and then closed the database. In VB .NET 2005, in the Server Explorer I right click on the database and then click on Modify Connection for the database. Under Advanced, I entered MyPassword in the...
  2. L

    Default Unchecked Checkbox has colored box with new record

    Default Unchecked Checkbox has colored box with new record [RESOLVED] With a minimum amount of coding, I have some checkboxes on a form bound to an Access database set so that the default value is unchecked. Yet, whenever a new record is created, the checkbox initially has a colored square...
  3. L

    Set MouseHoverTime

    I have a lot of buttons that I am creating audio hints for. I would like to set the mousehovertime to require a longer hover time before the playing of the file occurs. I did find a post on MSDN, which is not in VB .NET and seems complicated...
  4. L

    Close One Form From Another

    My main form is Dictionaryfrm. I have a button on this form to call an instance of another form. What I would like to do is as a first step, close or hide the MyIPA by clicking a button from the first form (Dictionaryfrm). Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As...
  5. L

    Access the Registry

    Could someone explain how this logon could be extended to become a simple installation registration? Yes, I realize this would not be a secure registration, but it would definitely cut down on very very casual piracy. For example, after the user entered his name and password, this would be...
  6. L

    PrintDocument & Preview Work Don't Update RTF Box Changes Properly

    I have a button which, when clicked takes me to a page setup dialog box and after that to a print preview dialog box. It works fine the first time. If, though, I change any text in the rtf box, the preview still reflects the first preview plus part of the new change. I'm wondering if the problem...
  7. L

    One unicode character out of many doesn't display properly

    I have tried to use several unicode fonts, one of them being Lucida Sans Unicode and another being Doulos SILS (a phonemic font). My problem occurs when pasting into a RichTextBox one character which has the Dec code of 593 ɑ (I believe this is correctly displayed) will only display as a...
  8. L

    Drag and Drop Formatted Text to External Application

    I have one RichTextBox with formatted text. I have drag and drop enabled so that I can drag the selected text if the right mouse button is down. The problem is that the formatting is not copied or moved with the text to an external application such as MS Word XP or WordPad. In particular, I want...
Back
Top