I've been waiting forever for an invite. What do you want for it? shanekim4ever@hotmail.com.
Pheonix
Posts
-
129 INVITES!!! -
Explorer volume informationI guess the home edition of XP just doesn't contain this key. It's good to know that I can put anything I want in there though. I'm trying to find the windows defaults that explorer uses. I'll keep searching. Thanks for the help!
-
Explorer volume informationGraham Bradshaw wrote: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D\DefaultLabel What version of windows are you using? I'm using XP Home and that key does not exist. I tried searching for DriveIcons and DefaultLabel. Thanks for trying!
-
Explorer volume informationI'm sure this is something simple that I just can't find. I am adding a list of disk drives to a combo box. I used GetLogicalDriveStrings for the list of drives and GetVolumeInformation to get the volume name. I take the volume name and combine it with the drive name so it looks just like the drive tree in explorer. My problem is when a volume does not have a label. When a volume does not have a label, Explorer substitutes a generic string like Local Disk, DVD Drive, DVD/CD-RW. Where does it get these strings? GetDriveType doesn't even have a DVD constant added yet. I don't even know what to look for on MSDN, but everything I have tried have not produced any results. Any help is appreciated!!
-
Military service in USA...mandatory?The military is voluntary in the US. They will only take those who want to serve.
-
Edit HTML textI've been searching forever on this one! Does anyone know how to change text formatting for text in a loaded HTML page using CHTMLView? I'm trying to add a strikethrough to links that I have identified as invalid based on prior surfing. Any ideas?
-
This is bad : 97I'm a Nerd!!!:-D Should I be proud? Shane Martin
-
Filter downloads in CHtmlViewWhat is the best method of preventing the download of certain elements of a web page (ie .gif, .jpg, .mpeg). I'm sure it's relativly simple, but I'm not too up to date on COM so it gets very confusing trying to go thru the documentation and the samples are not too helpful. Any thoughts would be appreciated.