Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1770 connectés 

  FORUM HardWare.fr
  Programmation
  C#/.NET managed

  C# et les window

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

C# et les window

n°1098210
kausa
Posté le 26-05-2005 à 15:15:56  profilanswer
 

je veux executer ce prog  
public class Calculatrice  
{  
    [Widget] Gtk.Entry entry1;  
    [Widget] Gtk.Entry entry2;  
    [Widget] Gtk.Label label2;  
     
    public static void Main()  
    {  
        new Calculatrice();  
    }  
    public Calculatrice ()  
    {  
        Application.Init();  
        Glade.XML gxml = new Glade.XML ("calc.glade", "window1", null);  
        gxml.Autoconnect(this);  
  Console.Out.WriteLine("hello1" );
        Application.Run();  
    }  
    public void Calculer(object sender, EventArgs args)  
    {  
        double val1 = Double.Parse(entry1.Text);  
        double val2 = Double.Parse(entry2.Text);  
        label2.Text = ""+(val1 + val2);  
    }  
 private void OnWindowDeleteEvent (object sender, DeleteEventArgs a)  
    {
        Application.Quit ();
        a.RetVal = true;
    }
}
 
 
mais le problème c est que la fenetre aparait 2sec et disparait apres pourkoi??

mood
Publicité
Posté le 26-05-2005 à 15:15:56  profilanswer
 


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  C#/.NET managed

  C# et les window

 

Sujets relatifs
Petit problème d'ouverture de pop up avec window.open [RESOLU]Pb javascript "window.open", marche sous firefox mais pas IE
bouton explorateut windowl'activeX de Window Media player vc++
EventListener sur un objet windowwindow_closing [ RESOLUT ]
[JS] popup window dans un XMLaide installation gcc sous window
[win32] Layered Window + popup menu = pas beauComment changer les privièges sous window 2000 ou XP
Plus de sujets relatifs à : C# et les window


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR