Results 1 to 4 of 4
  1. #1
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw

    Windows Form / VB

    i am trying to make a menu in C++ whit windows form so i use "Application::Run(gcnew window()); " to start the window but my problem is that this function stops the execution of the rest code and the .dll it's stop i mean if i use

    Code:
    Application::Run(gcnew window()); 
    Beep(500,500);
    return 1;
    the Beep and return is not executed bk it's stop on the first line if somebody can help me here is the link from where i get info for the menu
    [Tut] {C++} Form In DLL thx
     




    MY Latest Aimbot on : Orbital Space (Video Comming Soon)'





     

    - @UltraPGNoob
    - @dicky88smd
    - @giniyat101

  2. #2
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  3. #3
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw
    yep but i wana make a D3D copy i mean not checkbox one i need whit up down left right change color change text .... not a static one that is the problem


    EDIT: i found my answer in your tut thx
    Last edited by bandi12; 04-29-2012 at 03:36 PM.
     




    MY Latest Aimbot on : Orbital Space (Video Comming Soon)'





     

    - @UltraPGNoob
    - @dicky88smd
    - @giniyat101

  4. #4
    Royku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    G-Force.dll
    Posts
    3,015
    Reputation
    381
    Thanks
    3,308
    My Mood
    Devilish
    Quote Originally Posted by rkN View Post
    So, this can be closed right now, right?
    /REQ close @Royku
    ONLY THREAD STARTER CAN REQUEST A CLOSE...
    ~Closed

Similar Threads

  1. what do i save a windows form applications as?
    By g0t5k111z2 in forum Visual Basic Programming
    Replies: 3
    Last Post: 07-01-2010, 04:46 PM
  2. Windows form come up after inject?
    By Ragehax in forum C++/C Programming
    Replies: 0
    Last Post: 04-13-2010, 05:57 AM
  3. [Tutorial] How to change colors in DotNetBar for Windows Forms
    By Invidus in forum Visual Basic Programming
    Replies: 7
    Last Post: 02-27-2010, 11:20 PM
  4. [Help]About.vb Windows Form
    By LetItRock in forum Visual Basic Programming
    Replies: 12
    Last Post: 11-12-2009, 08:36 AM
  5. Windows Forms(C++) and etc.
    By zeco in forum C++/C Programming
    Replies: 3
    Last Post: 08-09-2009, 09:52 PM