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