Search results for query: *

  • Users: tonhinbm
  • Content: Threads
  • Order by date
  1. T

    Binding complex objects arraylist to a datagrid

    I have an arraylist of myObjects. Each object have some simple propierties (int,string) and a propiertie who is a collection(arraylist). I create a dataGridTableStyle that ONLY show simple propierties,but when I bind a myObjects arraylist to a datagrid then show me OK all my simple propierties...
  2. T

    How can I minimize all my forms??

    I have an aplication with many forms. I always show forms with showDialog() method. I would minimize all my opened forms when I minimize the last form open. How can I do it??? Thanks.
  3. T

    DataGridTableStyle.allowSorting don't work

    I bind an array object to a datagrid with this code.But I can't sort columns. <code> //Create a array object CUsuario[] listaUsuarios = objUsuario.listaUsuarios(); //Create a datadridTableStyle DataGridTableStyle usuariosTable = new DataGridTableStyle()...
  4. T

    crystal report show me mgsbox "Invalid Keycode"

    I register by WEB my visual studio 2003 crystal report, I used register number and keycode which they sent me to my email,but now I can't open any report. When I try to open it show me a mgsbox "Invalid Keycode" and a gray screen. How can I register again crystal report to write the correct keycode?
  5. T

    Adjust datagrid width size with dataset fields size?

    First of all I'm from Spain and my English is very poor, and I'm new in this forum so excuse me if the post isn't in the correct thread. Could I fixed the datagrid width with the dataset fields size?. In ASP.NET when I bind a dataset to a datagrid the dataset cover completely the datagrid size...
Back
Top