Hi all,
Is anyone aware of a port of crypt(3) to some VisualBasic code?
I have an interface that needs to interface (via UDP socket) to a Linux host where it will authenticate. The passwords on the Linux side are encrypted using crypt(3) so I want to be able to use the same algorithm on the...
I think I've got it sorted now, thanks to Tek-Tips (managed to find a simular question).
Here was my old Form_QueryUnload() code:
--cut
Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
' Only terminate if bUnload flag is true - This only occurs if the user
' selects...
D'oh - Not having a very clever day!
I know what it is...
Globally, I have a bool called bUnload. It's set to False by default. It's only set to True if the user clicks the File -> Exit option in my menu.
This then allows the application to close.
Otherwise, if bUnload is False in QueryUnload...
Hi all,
I'm pretty sure my VB application is preventing Windows from shutting down etc.
As I've not had this problem before I started to run my application I wrote in VB6.
It sits in the taskbar (uses standard shell APIs for this). Every X seconds, it uses FindWindow API to check for a window...
Hi all,
First post to Tek-Tips! :)
I'm writing an application which interfaces with several "media players".
Currently I have it monitoring Winamp 2 and Winamp 3 clients using FindWindow() - So I can see what's currently being played.
I want to incorporate Windows Media Player now...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.