Search results for query: *

  1. E

    Question Reflection Error Loading Assembly

    Hi all! i am writing a simple games client using an XNA 2.0 engine to play games. The games are written in dll files and the client uses the assembly.loadfrom method to read and execute the games accordingly... Now this all works fine on my computer and my laptop. However when i give it to my...
  2. E

    Reading Control Properties At Runtime

    Ok, heres my problem dudes... i have an app with panels created at runtime, and these panels all have controls on them... the compiler i wrote creates these controls at runtime. heres the issue.. i have a loop to scan through the controls on the panel, get its control type and add the text to...
  3. E

    Proportional Resizing

    Hey! i need to be able to resize controls in a panel proportioanlly to the forms size. What ive done is check one control with all the others to find if its the furthest left (in the panel) and the top. Then if it is just add the forms difference (new height - old height) to the control. Do the...
  4. E

    Index Of Panels

    For my program i have different panels containing data. Wat i tried to do was when the panel was focused (or clicked/brought to front) the following code would execute currentpanel = Me.Controls.IndexOf(sender) 'Sender bieng the panel control the problem is that these panels are created at...
  5. E

    Tag based compiler

    Hey! im using vb.net 2005 express (ill upgrade when im not a student :D) and i need to be able to read a tag based language from a single line of text: <textbox(left=26,width=30,top=0,content="Hello")><label(left=0,content="WELCOME> summin like that! im wondering wat the easiest way to...
Back
Top