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

  1. barrytraver

    MonthView Control

    I'm using a MonthView control to let the user choose a date. I put the MonthView control (plus a label and an OK command) button on a dialog box form which I call modally. The label simply says, "Choose a date and click on OK." Here's the problem. For some reason (and I can't...
  2. barrytraver

    How can I Set a MsgBox's Location?

    Is there any way (say, by using an API call) to set the location of a MsgBox control? If not, is there a way to make use of the regular MsgBox icons (question, exclamation, etc.) in writing your own version of a MsgBox (i.e., through using a modal form)? Thanks in advance for any assistance.
  3. barrytraver

    MMControl1.Notify and MMControl1_Done()

    Why does the following code work to make a *.MID or *.MP3 file repeat automatically, even if MMControl1.Notify is set to False? Private Sub MMControl1_Done(NotifyCode As Integer) Debug.Print "MMControl1.Notify: "; MMControl1.Notify If NotifyCode = 1 Then If...
  4. barrytraver

    Playing MP3 Files in Windows 95 (MMControl Won't Work!)

    I've just written a VB 6 program which works great in Windows 95, Windows 98, and Windows ME except for one thing.... Although the program is mainly a program to help people memorize text word-for-word, it makes use of background music. Here's the problem: The MMControl is able to play both...
  5. barrytraver

    How Can I Automatically Repeat a MIDI File?

    I'm writing a program which uses a MIDI file as background music while other things are going on (in this case, a user is entering information in a text box). I'm using the Microsoft Multimedia control, although I know there are other ways of doing it (e.g., Windows Media Player or API calls...
  6. barrytraver

    How Can I Turn Off the Read-Only Attribute?

    "How can I turn off the read-only attribute?" is actually the shortened version of my question. The longer version is "How can I turn off the read-only attribute of all of the files in a user-selected directory _and_ in all of its subdirectories?" Letting the user select a...
  7. barrytraver

    How Can I *Safely* Update Riched32.dll for VB?

    How can I safely update my system so that Visual Basic (and the Package & Deployment Wizard) will use a newer Riched32.dll? The Riched32.dll in the "C:\Windows\System" directory is version 5.0.1934.1, dated 6/23/99, while the Riched32.dll in the "C:\Program Files\Microsoft Visual...
  8. barrytraver

    Package & Deployment Wizard: HELP!

    Help! I used the Package & Deployment Wizard to set up an installation package (for a VB program created with VB 6, professional edition, on a computer running Windows ME), but when I tried to use it to install my VB program on another computer (a prograrm running Windows 95), I got the...
  9. barrytraver

    How Can I Pause a VB Program?

    Is there any easy way to pause execution of a VB program temporarily other than by using a MsgBox ("Click OK when ready to continue.") or by adding a modal form with a similar message? Anyone have any suggestions? Barry
  10. barrytraver

    Adding to Rich Text in Rich TextBox

    I'm trying to figure out how to modify rich text in a rich textbox in code. Perhaps an example is the best way to show what I do and don't know how to do. Let's suppose I have the plain text "one two three " in a Rich Textbox. I know how to take the word "three" and change...
  11. barrytraver

    Printing from a RichText box

    Using a RichText box, I've been writing my own improved "Notepad," including within my program lots of useful features, such as an MRU ("Most Recently Used") files list (thanks to Rod Stephens) and extra formatting commands to help me with an email newsletter I publish (such...
  12. barrytraver

    CommonDialog1.InitDir and Windows ME

    Windows ME has apparently introduced some strange behavior for the Open dialog box control: (1) CommonDialog1.InitDir apparently can't be used to set the directory shown except perhaps for the _very first time_ the program is run. (After that the Open dialog box seems to ignore whatever value...

Part and Inventory Search

Back
Top