Hey all. 
I have been learning and writing programs in vb.net some time now.. But i ran in some problems..
I always wanted to make clipboard manager, since i allways have problems with some stuff that i copy'd and then lost becouse i copy'd it to clipboard and then copy'd something else.. But i didnt made it becouse i didnt know the vb sow well.. But now i have learned everything what i need to make it finelly.. every thing but this little thing..
How to get the clipboard changed state?
Becouse i cant put in timer some code like this:
Becouse i ended up all the time sending the same thing..
So i made some search but could find much..
But i found this code:
Talking Clipboard - CodeProject
That dose exactly what i need, but it's writen in C#
I tried to translate it, but with no result..
So im asking you, forum, for help..
Could someone sheare some peace of code that watch the clipboard to change, and, when it have changed, run some sub or function...
Or some thing that would lead me the rigth way atleast..
By the way, if i finishe this this application will be free for everyone to download..
DeviMore..
P.S. sorry about my grammar, because english is not my primary language..
I have been learning and writing programs in vb.net some time now.. But i ran in some problems..
I always wanted to make clipboard manager, since i allways have problems with some stuff that i copy'd and then lost becouse i copy'd it to clipboard and then copy'd something else.. But i didnt made it becouse i didnt know the vb sow well.. But now i have learned everything what i need to make it finelly.. every thing but this little thing..
How to get the clipboard changed state?
Becouse i cant put in timer some code like this:
VB.NET:
if clipboard.containstext then
' then some code to clipboard.gettext.. or something
elseif clipboard.contains image then
'some thing..
elseif clipboard.containsFileDropList then
end if
'and so on..
Becouse i ended up all the time sending the same thing..
So i made some search but could find much..
But i found this code:
Talking Clipboard - CodeProject
That dose exactly what i need, but it's writen in C#
I tried to translate it, but with no result..
So im asking you, forum, for help..
Could someone sheare some peace of code that watch the clipboard to change, and, when it have changed, run some sub or function...
Or some thing that would lead me the rigth way atleast..
By the way, if i finishe this this application will be free for everyone to download..
DeviMore..
P.S. sorry about my grammar, because english is not my primary language..
Last edited: