Jump to content

KJxp

Member
  • Posts

    166
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by KJxp

  1. #1 in VB6... It only changes the top of the "Desktop working area" (I used it to poof those client ISP ad banners) Private Declare Function SetWindowPos Lib "user32" (ByVal Hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long Private Declare Function GetWindowRect Lib "user32" (ByVal Hwnd As Long, lpRect As RECT) As Long Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByRef lpvParam As Any, ByVal fuWinIni As Long) As Long Private Declare Function IsWindowVisible Lib "user32" (ByVal Hwnd As Long) As Long Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal Hwnd As Long, ByVal nIndex As Long) As Long Public Sub DesktopSetWorkArea(NewTop&) Dim wa As RECT, spir& Dim h&, wl&, wr As RECT spir = SystemParametersInfo(SPI_GETWORKAREA, 0, wa, 0) If spir = 0 Then Exit Sub wa.Top = NewTop SystemParametersInfo SPI_SETWORKAREA, 0, wa, SPIF_SENDWININICHANGE Do h = FindWindowEx(0, h, vbNullString, vbNullString) If h = 0 Then Exit Do If IsWindowVisible(h) <> 0 Then wl = GetWindowLong(h, GWL_STYLE) If (wl And WS_MAXIMIZE) = WS_MAXIMIZE Then GetWindowRect h, wr wr.Top = NewTop SetWindowPos h, 0, wr.Left, wr.Top, wr.Right - wr.Left + 1, wr.Bottom - wr.Top + 1, SWP_NOACTIVATE Or SWP_NOZORDER Else If NewTop <> 0 Then GetWindowRect h, wr If wr.Top < NewTop Then SetWindowPos h, 0, wr.Left, NewTop, 0, 0, SWP_NOACTIVATE Or SWP_NOZORDER Or SWP_NOSIZE End If End If End If End If Loop End Sub
  2. For d = 0 to colCDROMs.Count 1 colCDROMs.Item(0).Eject Next 'nullCorrection: Change those lines to... For d = 0 to colCDROMs.Count - 1 colCDROMs.Item(d).Eject Next 'null
  3. Under Tools > Folder Options > View, do you have "Launch folder windows in a separate process" checked or not? Check here (everybody seems to have their own solution): http://www.annoyances.org/exec/forum/winxp/t1035471916 http://www.experts-exchange.com/Operating_...Q_20648703.html
  4. Which of these actions causes a new window? (make sure these are folders and not drives) - With an explorer window on the screen with the tree view on the left visible, selecting a folder from the tree - With the tree visible, double-clicking on a folder on the right pane - With the tree visible, right-clicking on a folder on the right pane and selecting "Open" - With the tree visible, right-clicking on a folder on the right pane and selecting "Explore" - With the tree NOT visible, double-clicking on a folder on the right pane - With the tree NOT visible, right-clicking on a folder on the right pane and selecting "Open" - With the tree NOT visible, right-clicking on a folder on the right pane and selecting "Explore" And I guess I should ask... What version of Windows are you using?
  5. What version of Windows are you running on? On my XP Home, unchecking "Display delete confirmation dialog" on the Recycle Bin properties disables all warnings. >I don't mind the standard delete confirmation I don't know how to have the standard without the read-only, etc., warnings.
  6. Run "regsvr32 shimgvw.dll" without the quotes. Post here if you get any error. What version of Windows do you have?
  7. Delete the (default) value under HKEY_CLASSES_ROOT\Folder\shell
  8. Hey thanks, it_ybd. You did a good job.
  9. When you say it got turned off, do you mean that it isn't the default open with handler (isn't the program which runs when you double-click the file)? Can you still run it by right-clicking and selecting "Open With >" or "Open With..."
  10. What does your "HKEY_CLASSES_ROOT\Folder" key look like? Could you post a reg file?
  11. Hey, somebody actually posted to this topic If anybody standing by knows more about this, please post, because I've never used nLite. I'm just going by what I've experimented with. >Shell Media Handler Thanks for pointing that out, it_ybd. It blew right past me on my way down the list.
  12. >i dont see wut foobar has to do with this but ok heres the reg I thought maybe there was something in there that was conflicting, since everything else looked fine. But if shmedia.dll doesn't exist, that's your problem right there. You can either get it off your windows cd, or download it from DllDump.com (I verified that it is the identical contents to my own on XP Home) Or [maybe] put Media Player back in to fix it.
  13. This looks more like a game problem. Try moving the post to the Gamers Hangout by PM'ing one of the global moderators.
  14. Could you also post a reg file for this key: HKEY_CLASSES_ROOT\foobar2000.mp3 > yea...i cant find the last one tho Does "shmedia.dll" exist in your System32 directory? It is the "Media File Property Extractor Shell Extension" (You might have to show Hidden Files to see it.) If it does, try running "regsvr32 shmedia.dll" [without the quotes].
  15. Could you post or attach a reg file for each of the following keys exported from your registry: HKEY_CLASSES_ROOT\.mp3 HKEY_CLASSES_ROOT\mp3file HKEY_CLASSES_ROOT\SystemFileAssociations HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts HKEY_CLASSES_ROOT\MIME\Database\Content Type HKEY_CLASSES_ROOT\CLSID\{875CB1A1-0F29-45de-A1AE-CFB4950D0B78}
  16. I don't use FooBar, so I don't know if it would mess up anything with its installation. Backup your "HKEY_CLASSES_ROOT\SystemFileAssociations\.mp3\shellex\PropertyHandler" key before trying that reg file.
  17. I can repeat that exact dialog by making a 0 byte mp3 file and doing properties on it. I can also repeat it by removing the "HKEY_CLASSES_ROOT\SystemFileAssociations\.mp3\shellex\PropertyHandler" key. The atached .reg file is what my PropertyHandler key looks like with WinXP Home and Media Player 10. Try importing it in to your registry.
  18. If you go to properties on the media files themselves, can you get the information that you are expecting to be visible in the details view?
  19. You mean only 3.57% know how nice a password manager is? I don't even remember the last time I had to TYPE a password (other then my master-pass). Password Safe just keys the others in for me.
  20. Is your computer shutting down properly? Does it ever lockup? Do you hear any abnormal sounds from your harddrive?
  21. What do you mean by autorun.exe? (I'm on XP Home, so maybe this is a pro feature I don't know about)
  22. KJxp

    sound problem

    > cuz for an unknown reason every time i quit windvd it sets my speaker configuration to stereo, althougth i have 5.1 Sounds strange, but I guess if locking the registry values works, then good. Glad to be of help.
  23. I couldn't find what msfn11 was referring to, but here is a workaround kind-of method: (Change "zzz" to any available extension) Using registry editor... Export HKCR\.lnk to a temporary reg file Using notepad, replace all "HKEY_CLASSES_ROOT\.lnk" with "\.zzz" in this reg file Replace the @="lnkfile" with @="zzzfile" Save the file, and import it back into the registry Export HKCR\lnkfile to a temporary reg file Using notepad, replace all "HKEY_CLASSES_ROOT\lnkfile" with "HKEY_CLASSES_ROOT\zzzfile" in this reg file Remove the "IsShortcut"="" line Save the file, and import it back into the registry Using command prompt, rename your link to something with a .zzz extension (explorer won't work because it refuses to show shortcut extensions)
  24. Try setting this value to "1": Key: HKCU\Control Panel\Desktop Value (REG_SZ): PowerOffActive
  25. Do you mean that if you are sending a file with the text DIR CLS (etc.) , that your .cmd file will run the those commands as if you were typing them at a command prompt? Or a, I completely misunderstanding you?
×
×
  • Create New...