Post by Prezence on Jan 28, 2015 6:52:21 GMT 10
Cool, but you kinda just gave away your username and password to everyone (I don't think that'd be a problem with the people on this forum though) . Other than that, pretty cool. For your password textbox, set the UseSystemPasswordChar property to True and the dots will appear
Check out our website here. Check out AirBrowse here. Follow us on GitHub here.
|
|
Post by altair on Mar 18, 2015 21:54:06 GMT 10
Not to be rude or anything, I think this app has some suspicious activity going on in the background. This app added an entry to my Startup list as a background process and is eating my ram like (I LOVE YOU). In about an hour the background process consumes about 998 MBs of RAM out of my poor 2GB Laptop. And Windows go ahead and say that this PC is running out of RAM and needs to log out.
Guys please look on it, Altair - The Flying One little bit furious
|
|
Post by Nathan Lecompte on Mar 19, 2015 14:14:52 GMT 10
altair have you checked to see if it closes when you press "close". (checked to see if the process is still running in the background) That usually happens with VB programs. @omeasraf , any suggestions?
|
|
Post by altair on Mar 19, 2015 20:04:32 GMT 10
Nathan, This is a background instance causing the problem. The windowed process is called Asraf FTP Manager and the background is called FTP Helper. I just started that App. In a minute it is consuming more RAM than Visual Studio(93 MB) and steadily increasing. For the better of others, Altair - The Flying One
|
|
Post by Nathan Lecompte on Mar 19, 2015 21:38:38 GMT 10
I'll download the program and scan it to see if there's something up.
In the mean time I'll wait for a response from @omeasraf ...
|
|
Post by dar on Mar 20, 2015 7:14:02 GMT 10
Okay so i tested the application and basically, your application closes (when WNCLOSE msg is called) but doesnt actually terminate due to some unmanaged code (such as unmanaged multi-threads or workers [can occur when connection isnt closed properly]) so make sure that you close and dispose all connection-sockets/objects when form is closing (capture with event-listener [on_form closing]). Also, your application seems to be using more buffers than it should.. If you need any more (external) insight onto your application, dont forget to ask --- Just for those who are interested in knowing, i worked in data-security and data-analysis...
|
|
Post by Nathan Lecompte on Mar 20, 2015 11:13:52 GMT 10
Thanks for scanning dar , I kinda forgot
|
|
Post by dar on Mar 20, 2015 19:28:23 GMT 10
No problem
|
|
Post by dar on Mar 20, 2015 19:28:44 GMT 10
☺*
|
|
Post by Nathan Lecompte on Jan 19, 2016 13:33:15 GMT 10
@omeasraf No worries, it's fine
|
|