hwo can I make this work?
I get this error:HTML Code:Module Module1 Sub Main() If (FindWindow("Notepad") = True) Then System.Console.WriteLine("Fount window") Else System.Console.WriteLine("No window found") End If System.Console.Write("Press enter to continue...") System.Console.ReadLine() End Sub End Module
Error 1 'FindWindow' is not declared. It may be inaccessible due to its protection level. C:\Users\John\AppData\Local\Temporary Projects\ConsoleApplication1\Module1.vb 5 13 ConsoleApplication1


LinkBack URL
About LinkBacks




Reply With Quote

Bookmarks