o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Changing Default CD Player -

I have installed RealOne Player which is a good program except that it now opens up everytime I insert an Audio CD which I don't want. I've changed all the options in the Preferences to tell it not to open but it still does. I think its because it is still set as the player for CDs, but I can't find on Windows 98 where to change this back to the Windows CD Player.
Is this a change in the registry or somewhere else?

 

AVI default player in registry -
I have my program changing the default player for mp3's in the registry. in the registry I change the (Default) key in the following path to my choice of media player. \HKEY_CLASSES_ROOT\.mp3 this works fine for mp3's ----------------------- \HKEY_CLASSES_ROOT\.avi Th


Changing Default CD Player -
I have installed RealOne Player which is a good program except that it now opens up everytime I insert an Audio CD which I don't want. I've changed all the options in the Preferences to tell it not to open but it still does. I think its because it is still set as the player for CDs, bu


Default player -
Ugh, i need help yet again I found out about changing file associations so that my MP3 player becomes the default program for openin those files, and thats easy enough. BUT.... just double - clicking on an icon obviously doesnt add that file to the playlist. so, my question is:


Default MP3 Player -
How do i get the default mp3 player filename(path also) ? I want to run a mp3 off the app in the default player


making my player the defult -
how do I make my MP3 player the default player?


MCI Driver -
I have made an MP3 player using MMControl. It is completed and it works very well. When i tested it on a system in which XING player was installed, my player didn't responded. When XING player is installed, it installs its driver XINGMPEG.drv which doesn't allow my player to run


Changing Virtual Directory -
How can I change the default Virtual Directory upon deployment. It seems that the default value is the name of the Web Setup project. I need help on changing the default value. Any tips? Thanks.


video not working with vb -
hey I making a webpage with the help visual basic. I wanted to put a flv video in it and i used flash control for asp.net (http://www.flash-control.net/default.htm). I made the player in flash told it to download the video from the sever. Now when i put the player on the webpage and


play music in form insted of default -
i have a web browser control in one form and a windows media player control in another form. when i browse to a file like www.someplace.com/somemusic.mp3 it will open in the default media player. is there a way to make it show the form with the media player in and start playing the fil


DVD .iso and avi files -
I'm having some growing pains with burning ISOs to DVD and then playing them on a DVD player. I tried using DVD Shrink and changing the region to 1, but that only worked for one of my ISO images. The other ones will not play. What else can I do to make my ISO images other than chang


Changing default directories... -
Does anyone know the registry key/value that needs to be changed to allow me to to change the default directory for VB6? (When saving, opening, etc.) It likes to default to the 'VB98' folder. Thanks a million in advance, -Scott


changing the default shown value in a drop down list from code in .net -
Hey, How would I go about changing the default shown value in a drop down list from code in vb.net. I want to pass it parameters and change what is shown by default depending on what they are. Thanx ~Cran56


Changing the default printer -
I need to set the default printer on the local computer from my program. I have code to find the default printer and populate a combo box of all installed printers, but I am having trouble setting the default printer from VB.


Changing Printer Settings -
I am trying to print PDFs to a wide format printer that can print 24" by essentially the length of the roll (100 ft). I am changing the default printer to this printer, then using the Acrobat API to find the page size and print the pdf. However I can not get it to print on a s


Default Application Problem -
I want my application to display the default application's filepath for various file types. For example, if I choose a file that ends in ".wav", I'd like the filepath to the default wav player to be displayed in a textbox. I know how to change the default application, I kn


Registry -> Changing the Default -
Using either the api code or the automatic registry code for vb (ex saveregistry(......) How can you change the Default value. If you try and just put (Default) it makes another default string instead of changing the old one. Does anyone know how to change the default value? Thanks!


Question About Media Player Control -
Hello i wanna know if there is a way to replace the default right-click menu of the Media Player control with our own commands or with our own menu. Also is there a way to get rid of the picture on the Media Player conrol that says Windows Media.


An object puzzler ... -
Howdy, I've run into a bit of a problem. I've been in the process of writing a multi-user game. I've embeded sockets in a class module so that each player has their own socket. Now what happens is this: When a player quits, the player object saves player data, closes the socket and the


Launching a default application from VB -
Hi everyone, I'm struggling a bit with this. I want my VB applicaton to automatically launch the system default application for some programs. So, for example - for .mpg programs, I use Windows Media Player, for .DivX films I use the DivX player, and for text (.txt) files, I use


open mp3s with command box.... -
I have looked around and haven't found exactly what I'm looking for. I want to open mp3 files through command boxes and run them in there default player. eg. I have a command box for each song I want to play and I click the command box to play that song in its default player. Can


How do I create a button to play an mp3 file with users default mp3 player -
I am VERY new to VB, and am currently using VB6 Professional. I am trying to write a program that will, when a button is pressed, play a certain MP3 file. The trick (for me) is that I need the users DEFAULT MP3 player to load up, and start playing the MP3 file, all the while the user


Class_Terminate doesn't execute when an object is set to nothing -
Howdy, I've run into a bit of a problem. I've been in the process of writing a multi-user game. I've embeded sockets in a class module so that each player has their own socket. Now what happens is this: When a player quits, the player object saves player data, closes the socket and the


Windows Media Player 11 -
I have never used Windows Media Player but thought I would play around with it, but I am having a problem because I want to change where WMP looks for the default library. By default it looks at C:\Documents And Settings\...\My Music But I want it to look at F:\Music Anyone kn


GetAsyncKeyState.... -
Hi I am using GetAsyncKeyState to move players around in my game(same keyboard), but whenever one presses a key, the other players movement is interfered....how can I prevent this?? Code: #define KEYDOWN(vk_code) ((GetAsyncKeyState(vk_code) & 0x8000 ? 1 : 0) #define K


MP3 Player FileListBox Help -
I'm making a simple MP3 player as follows: 1 Drive List Box, 1 Dir. List Box, and 1 FileListBox. Drive to Dir to File works fine, but how can I get the file selection from the File List Box to the Windows Media Player ActiveX control (old version, not new one with visuals). All object


[2005] A whole process help -
Hi, I am making a Hattrick managing application and I need help on how to do some things, following these steps: 1.- an xml is downloaded and saved - done 2.- the app reads the xml file - done 3.- for each "player", a new player (it is a class) is created, filling their


Openning a file with default Program -
I want to make a media player program with Windows Media Player ActiveX Component but if i double click on a media file it will be opened with windows media player. How can i do that with my application?


hyped up interfaces -
Hi, My prog's interface is currently the default grey interface. Are there pages or tutorials on how to upgrade my interface so it looks like the ones similar to Winamp, RealOne player, or Windows Media player?


changing image pictures -
I'm making an extrememly basic game in VB... I want to use otion buttons to choose thich player picture the player uses.... can I use an image box and then change the picture in the image box when the user selects the option button? How would I go about doing that?


Changing default shell application -
Hi, good day everyone. I tried changing the default shell of my PC. I changed "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" i set Shell=MyApp.exe instead of the default which is Explorer.exe. I made this change because i want my application to


[VB6] Changing the URL with a button -
Im making a MP3 player.( Sorta ) It uses the windows media player plugin,and plays the music at a specific URL.My problem is,you can only have 1 pre-defined URL.I was wondering how to make a button that changes the URL ( Not a user definer URL,one that I put there )


changing directory location of default.aspx -
After a successful login the user goes to the default.aspx page, but it always looks for the default page in the root file. I would like to place it in a file called admin but I can't seem to get asp.net to default to the admin file. I am using IIS and was told to change the docume


Default button backcolour -
Hi, I have a control array of buttons which are have the default button colour as a backcolor. When the user scrolls over the buttons I'm changing the backcolours to something else, and what to change it back to the default colour afterwards. Is there a vb constant for the def


How do I cover portions of a map -
I have an RPG game that I am working on and need some help on a specific function of the game. The game loads a map that the player walks through. I only want the player to see a specific portion of the map. For example, if the player can only see 30' I only want 30' of the map to be v


Set as default codewat is it -
please help me i want to make my cd player for people to make it default so when they put a cd in it will start up with my program! anyone know?


*.Mod, *.XM, *.S3M, *.IT in VB -- Request -
Does anyone have a method of playing those nice file types in visual basic without causing a ton of cpu lag...(a class, module, or any tips/faqs/pointers in doing it myself) I know by default modplog player is a cpu lag itself, but is there still a way it can be done... I do not


Player 1 works in my game but how can I make "Player 2" work -
Hi, Thanks all for helping me with my game so far. I've made a small board game which includes player one only (inc code as well for him to help with making code for player 2). I've also set up player 2's icons and labels etc...but not sure what code to make for him to wor


Printing a PDF to a non default printer -
I am needing to be able to print a PDF file to a printer installed on the computer that is not the default. I was trying to use the AcroPDF ActiveX Control for Adobe Reader to open the PDF file invisibly on the form, changing the Default System Printer to the printer I need, then us


Default Font -
By default, VB gives us MS Sans Serif and font size 8. Is it possible to change this default to another font style and size, so that when I put a label on or use a text box, I don't have to keep changing my fonts, I find it time wasting and very boring. Thanks in advance


Default image -
Looking for some help with a default image Code: Function ShowPlayer(x As String, mode As String) As String If mode = "img" Then ShowPlayer = "<img src='images/players/" + x + ".jpg' />" End Function This is what I am using to get player