G
Guest
Hi
I have an application with multiple forms with are variables on the main for
public EscreverMsg nextFormEscreve = new EscreverMsg()
public Agenda nextFormSeleccionar = new Agenda()
...
I navigate throw them with .Show() and .Hide(
I wanted to exit my application when I click on a button with saves information on a txt file, call a DLL function, then .Close() all secondary form
nextFormEscreve.Close()
nextFormSeleccionar.Close()
and then d
this.Close(
Application.Exit(
but it always crashs on me I have all these blocks on try catch's but it still chashs the message is the followin
A native exception occurre
Exception Code: 0xc000000
Exception Address: 0x016412b
Reading: 0x1800000
Please help m
Pedro
I have an application with multiple forms with are variables on the main for
public EscreverMsg nextFormEscreve = new EscreverMsg()
public Agenda nextFormSeleccionar = new Agenda()
...
I navigate throw them with .Show() and .Hide(
I wanted to exit my application when I click on a button with saves information on a txt file, call a DLL function, then .Close() all secondary form
nextFormEscreve.Close()
nextFormSeleccionar.Close()
and then d
this.Close(
Application.Exit(
but it always crashs on me I have all these blocks on try catch's but it still chashs the message is the followin
A native exception occurre
Exception Code: 0xc000000
Exception Address: 0x016412b
Reading: 0x1800000
Please help m
Pedro