Search results for query: *

  • Users: Taien
  • Content: Threads
  • Order by date
  1. Taien

    Question SendMessage

    I'm trying to teach myself to use SendMessage to manipulate other windows and have been reading as much as possible on the net to understand how to do this. I've come upon a problem though that I have been unable to find an answer for on the net. Currently I'm attempting to read text from...
  2. Taien

    Public Array

    I'm fairly new to VB and I am making a game as part of my portfolio project in a class. I'm having some trouble with array declaration though. Here's my code: Public varSkillLearnedArray(100) As Boolean varSkillLearnedArray() = {True,true,true} I have option explicit on and option strict...
Back
Top