Lost Password?


home | tags | Search | Feed
MXTECH's Blog
MXTECH Description:
A short description about your blog

Kill Process if in both listboxA and ListboxB

Posted by: MXTECH in Untagged  on

Hey every1 i need some help, i makeing a program in .net to block unwanted Exe's and such. i have some idea of what i want to do but its not working out for me..

-i have tried converting the listboxes to arrays then saying:
if array1 items = array2's items then kill the item that is similar?

-i have tried this as well:
if listbox1.item =true in listbox2.items then get process name and

Statistics

Members Today: 263
Members Online: 5
Users Online: 128
Total Users: 19,429
Total Threads: 11,272
Total Posts: 111,066
Newest Member: lalMeadomam

Tutorials

Text Speecher.
Hello CodeCall .. Today i'm gonna show you how to make Text Speecher i think you understand ... something that you write ,click SPEECH and there will speech that what you write .. The Program i...


ArrayList - Simple version !
Hey guys, today I thought I could show you guys what you can do with ArrayList, java's own build in Array+List :>, the ArrayList is in general slower than normal Arrays if used in larger codes and sca...


Determinants Value
This is a very simple tutorial that shows how to create a simple program in VB6 to calculate the value of a determinant. First - Create 3 new forms. On form1 put a combo box and change its text ...