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 TouchToneTommy 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: *

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

    Use of FromString

    I am attempting to access graphic data within memory. 1) I load in graphic data into a bitmap variable. PO = New Bitmap("C:\Grass.Bmp") 2) In appropriate part of I code I put the data into a memorystream. Dim MStrm As MemoryStream = New MemoryStream() PO.Save(MStrm...

Part and Inventory Search

Back
Top