Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dramsden

  1. dramsden

    UNIX crypt(3) VisualBasic code/module?

    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...
  2. dramsden

    VB application prevents Windows shutdown.

    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...
  3. dramsden

    VB application prevents Windows shutdown.

    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...
  4. dramsden

    VB application prevents Windows shutdown.

    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...
  5. dramsden

    Grabbing what Windows Media Player is playing.

    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...

Part and Inventory Search

Back
Top