emanuelx Posted March 31, 2012 at 05:54 PM Report #446802 Posted March 31, 2012 at 05:54 PM como é que eu posso fazer para que a minha aplicação deixe de consumir muita ram? eu uso alguns backgroundworkers. com calma e sem stresses
thoga31 Posted March 31, 2012 at 06:21 PM Report #446808 Posted March 31, 2012 at 06:21 PM Exactamente quanto está a ocupar o teu programa na RAM? Knowledge is free!
emanuelx Posted March 31, 2012 at 07:35 PM Author Report #446812 Posted March 31, 2012 at 07:35 PM cerca de 50 mb com calma e sem stresses
thoga31 Posted March 31, 2012 at 07:57 PM Report #446813 Posted March 31, 2012 at 07:57 PM Eia! ? Quantos BackgroundWorkers tens, e para que servem? Não será possível reduzi-los? Knowledge is free!
emanuelx Posted March 31, 2012 at 08:05 PM Author Report #446814 Posted March 31, 2012 at 08:05 PM será por causa dos backgroudworkers a mais que ele está a consumir tanta memoria com calma e sem stresses
emanuelx Posted March 31, 2012 at 08:14 PM Author Report #446816 Posted March 31, 2012 at 08:14 PM e só uma coisa não estou a conseguir criar esta chave do registo em vb.net My.Computer.Registry.ClassesRoot.OpenSubKey(".MP3\OpenWithProgIds").CreateSubKey("Mediasxfile.MP3", Microsoft.Win32.RegistryValueKind.None).SetValue("", "Mediasxfile.MP3", Microsoft.Win32.RegistryValueKind.None)[/code) e tambem ja tentei [code=vbnet] My.Computer.Registry.ClassesRoot.OpenSubKey(".MP3\OpenWithProgIds").SetValue("", "Mediasxfile.MP3", Microsoft.Win32.RegistryValueKind.None) Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.MP4\OpenWithProgIds] "Mediasxfile.MP4"=hex(0): com calma e sem stresses
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now