Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/02/2011, 09:55
Avatar de Aquaventus
Aquaventus
 
Fecha de Ingreso: junio-2010
Ubicación: Lima-Peru , En el alba de la naturaleza
Mensajes: 2.105
Antigüedad: 13 años, 9 meses
Puntos: 267
Respuesta: referencia a objeto no establecida com instancia de un objeto,Proyecto Imp

te dice referencia a objeto no establecida porque no esta declarada como new(o no esta creada fisicamente solo esta como variable)
Código vb.net:
Ver original
  1. Dim vform2 As PrintableListView.PrintableListView
  2.  Private Sub m_btnPageSetup_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles m_btnPageSetup.Click
  3.             vform2 = new PrintableListView.PrintableListView '<-------
  4.             vform2.PageSetup()
  5.             'Me.m_list.PageSetup()
  6.         End Sub
__________________
Internet es tener todo el conocimiento global a tu disposición.
Desarrollo de Software - Ejemplos .Net