emanuelx Posted March 31, 2012 Report Share Posted March 31, 2012 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 Link to comment Share on other sites More sharing options...
thoga31 Posted March 31, 2012 Report Share Posted March 31, 2012 Exactamente quanto está a ocupar o teu programa na RAM? Knowledge is free! Link to comment Share on other sites More sharing options...
emanuelx Posted March 31, 2012 Author Report Share Posted March 31, 2012 cerca de 50 mb com calma e sem stresses Link to comment Share on other sites More sharing options...
thoga31 Posted March 31, 2012 Report Share Posted March 31, 2012 Eia! ? Quantos BackgroundWorkers tens, e para que servem? Não será possível reduzi-los? Knowledge is free! Link to comment Share on other sites More sharing options...
emanuelx Posted March 31, 2012 Author Report Share Posted March 31, 2012 será por causa dos backgroudworkers a mais que ele está a consumir tanta memoria com calma e sem stresses Link to comment Share on other sites More sharing options...
emanuelx Posted March 31, 2012 Author Report Share Posted March 31, 2012 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 Link to comment Share on other sites More sharing options...
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