CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: blumoon

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,493

    Re: call a module from a form

    I want to put codes in "my application" that can terminate a process/processes when the specified processes is running, I want it active all the time when "my application" is running.

    but then I...
  2. Replies
    4
    Views
    1,493

    call a module from a form

    Can I call this module function form a form?


    Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" _
    (ByVal lpClassName As String, ByVal lpWindowName As String) As Long...
  3. Thread: Error compile

    by blumoon
    Replies
    7
    Views
    2,602

    Re: Error compile

    thanks that's solve my code.
  4. Thread: Error compile

    by blumoon
    Replies
    7
    Views
    2,602

    Re: Error compile

    Private Function AvailableSocket() As Winsock
    Dim Socket As Winsock

    For Each Socket In sckServer
    DoEvents
    If Socket.State = sckClosed Then
    CloseSocket...
  5. Thread: Error compile

    by blumoon
    Replies
    7
    Views
    2,602

    Error compile

    I can run it, but can't run with full compile, anything wrong with my code? help me please:RESOLVED already

    Option Explicit

    Private Type hostent
    h_name As Long
    h_aliases As Long
    ...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured