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 Mike Lewis 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. crystals

    Anybody got simple 'Print What is on Form1' Code

    I tried print.printform, but it said "Method or data member not found" and came back with the statement highlighted. Any other suggestions? Crystals
  2. crystals

    Anybody got simple 'Print What is on Form1' Code

    Because if you do I would be very interested in it. I need to print out mazes that have color guys on them. Any help or suggestions would be greatly appreciated. Crystals
  3. crystals

    Why did Vis Basic do this dumb thing?!!!

    Thanks for all the responses (especially the funny ones). It WAS trivial to write code to fix this, BUT i was just wondering why the language worked this way and i certainly got my answer. All is well and my lines are living fine lives now! btw, lines were simply declared using for loop with...
  4. crystals

    Why did Vis Basic do this dumb thing?!!!

    I have an array of lines Line1(). Then i load a second array Line2(). Then i say for each member (1-300) Line2(i) = Line1(i) Later, when i try to reference BackColor of Line2(i), it comes out as white. I assume when i say Line2(i) = Line1(i), that i mean "Assign all properties of...
  5. crystals

    Hi, i made a project (form1) and th

    Hi, i made a project (form1) and then created another form(form2). Now, i put command buttons on form2 such as: Private Sub Command1_Click() Call Form1.Initialize_Square_Grid Form1.Refresh Form1.Show End Sub But, when i click on the command1 Button it does nothing. Form1 doesn't even...
  6. crystals

    Arrays of Lines help

    Yes, i meant lines (as in the objects). Each square of my grid has 4 lines associated with it because i am trying to make a maze program. Do you think this is a bad way to go about it? -C
  7. crystals

    Arrays of Lines help

    I am copy pasting lines to create an array of 4000 lines. This is very time consuming. Is can't figure out the code to create an array of 4000 line objects. Can someone help? Ctrlc, ctrlv '' '' '' '' '' aarrgh. sincerely, roger norlund

Part and Inventory Search

Back
Top