Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I don't know how you can acomplish this but certainly it's with an unmanage code usind some API directly on the OS.

 

This puts you on a dificult position... if you develop the app on XP you have great chance to be unable to run it on all other MS OS platforms... if you ever have to use directly an API to do anything you'll have this problem...

 

If you want I can explain it better to you ...

Software bugs are impossible to detect by anybody except the end user.
  • *Experts*
Posted
No, API is for the most part compatible with all Windows OS's (with exceptions). If he ever wants to port to another OS entirely, then he may have difficulty, since the same API probably wouldn't exist on it.
Posted

True, but like you said "for the most part compatible with all Windows OS's" what warants me (he) that the Recycle Bin API on XP supports the same methods on 98, Me...

 

The Framework filters the mrthods and redirects them to the correct API on the current OS but who knows witch API runs where?

 

We taste freedom going unmanaged but we can have a taste of trouble too ... ehehehe :)

Software bugs are impossible to detect by anybody except the end user.
Posted

ok go to Control Panel> Sounds

 

check up the empty recycle bin sound that's selected

 

 

change it and there lol jks nah

 

check what the name is

 

if it's default

 

it should be Windows XP Recycle.wav

 

 

then you go to Start> Run

 

type in regedit

 

 

do a Edit> Find

 

put Windows XP Recycle.wav that in

 

search you should come out with a result of the actually registry path that stores what the empty recycle bin sound is for, then all it is is writing some small block of code that changes that registry setting easy huh?

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...