Simpatie.ro - matrimoniale
lisp2arx
Visual Programming for AutoLisp Mathématiques en programmation Lisp.. doc2cpp,doc2lsp, sld2lsp, bmp2dcl, free__GifCcapture for all-CAD'platforms..
Nou pe simpatie:
sayler_moon_19 pe Simpatie
Femeie
25 ani
Bacau
cauta Barbat
26 - 46 ani
lisp2arxReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
lisp2arx / Abecedar Scolar /

Import and Export .dll

Pagini: 1  
#1
admin
Administrator
Din: Bucharest
Postari: 523
Change the output type from Console Application to Windows Application,
And Instead of Console.Readline/key you can use new ManualResetEvent(false).WaitOne()
at the end to keep the app running.

Code:

class start
    {
        [DllImport("user32.dll")]
        static extern bool ShowWindow(IntPtr hWnd, int nCmdShow);
        static void Main()
        {
            IntPtr h = Process.GetCurrentProcess().MainWindowHandle;
            ShowWindow(h, 0);
            // Do the rest
         }
}



Import and Export .dll - Change the output type from Console Application - Abecedar Scolar
Import and Export .dll – poza de admin, in Abecedar Scolar · 59.8KB


_______________________________________
http://www.puiubrat.3x.ro/lisp2arx/lisp ... O2UTM2.pdf

 
   
Pagini: 1  
Mergi la