Jump to content

Python Panda

Contributors
  • Posts

    260
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Python Panda

  1. Don't get my hopes up... Or else... BTW still looking good.
  2. Is a awesome site that I saw while watching a stream on livcoding.tv.. http://musicforprogramming.net/ Been listening to it most of the day.
  3. Here is some code translated from C# from a school project I did. Not sure if it will help. Also what is Drawing.ColorTranslator.FromOle??? Never seen nor used it before... Dim length As Integer = richTextBox.TextLength ' at end of text richTextBox.AppendText(mystring) richTextBox.SelectionStart = length richTextBox.SelectionLength = mystring.Length richTextBox.SelectionColor = Color.Red Though I have no idea if it will work in vb.net as it was meant to be C#...
  4. Keep up the nice work guys! Can't wait till it gets released. Actually stopped working on Orion cause I don't like VB.NET that much compared to C#..
×
×
  • Create New...