Search results for query: *

  1. BYTE-Smasher

    PropertyGrid Problems

    I do have to say... the propertygrid has proved to be both the most useful AND the most annoying control I have EVER used.... and I've been using vb since vb3.... (spyworks has ultimately been the coolest control-set ever. )
  2. BYTE-Smasher

    Text problem

    might want to change that + to an &..... always good to use & when concatenating strings...
  3. BYTE-Smasher

    Trying to Deploy my App ?

    knowing which error message you get might help alot ;)
  4. BYTE-Smasher

    PropertyGrid Problems

    ergh... nevermind... as always, I've messed something up on my own... I started a new project, called it "test", implemented some new classes, and it worked like a charm... god knows why I couldn't get it working in my old project... I've really gotta learn the KISS rule... (keep it simple...
  5. BYTE-Smasher

    Setting up directx

    gpmaker: you may be interested in the following: (YES, this is a shameless plug) http://www.truevision3d.com ... it's a nice, easy to use directx wrapper... works in vb6, and vb.net... the new version that's coming out soon has built in physics based on the newton physics engine (/w joints...
  6. BYTE-Smasher

    PropertyGrid Problems

    heh... well yah... that was just a test though... I've got many classes that need to be converted to work with the propertygrid control... that was just an example... I've also already tried '<TypeConverter(GetType(ExpandableObjectConverter))> _' and it has the same limitations that my code...
  7. BYTE-Smasher

    PropertyGrid Problems

    I'm hoping that there's someone here who has some extensive experience with the PropertyGrid control.... I've been trying to figure out this problem for the past 4 days, and all I'm hitting is roadblocks.... I'm writing an editor for some developers, and attempting to use the propgrid as a...
Back
Top