Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Apps won't run
Have you tried getting the msvbvm60.dll?
http://www.dll-files.com/dllindex/dll-files.shtml?msvbvm60
just drop that in your wine -> c:\windows\system32 folder
then make sure that you allow the file to be executable -> right click >> permissions >> allow executable
or
terminal >> cd to dir >> chmod +x ./app1.exe (or whatever the app your trying)
done!
now you can run the programs either my running through wine via right click open with wine or in the terminal ->
cd to app directory location: wine ./app1.exe
enjoy!