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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. spiryl

    Checking if other apps are running

    Try this API fuction. It will return the app's handle if the specified title/classname is found Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long · hwndParent...
  2. spiryl

    Useing string variables to call internal functions etc.

    Ok thats really usefull thanks! Wasn't aware of that function (just upgraded from VB5). The CallByName function is all well and good for Forms and Class Modules, but what about standard code modules???
  3. spiryl

    Useing string variables to call internal functions etc.

    Right..... Perhaps a little more refined answer if possible, sorry. Thanks
  4. spiryl

    Useing string variables to call internal functions etc.

    HELP! Is there anyway to use the contents of a string variable to call an internal function or refer to a variable?? eg, exampleString=&quot;exampleFunction(param)&quot; Function exampleFunction(param AS Any) <bla bla bla> End Function can i use some function/API call to use the contents of...
  5. spiryl

    Chat program with VB

    Is it possible to make an MSN Messenger type program using VB?? If so? How?

Part and Inventory Search

Back
Top