Skip to content

How to create a form, like buttons text ect..

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #191548
    Admin
    Administrator

    lol I always get stuck on the easy stuff, how can you create a form, like add the button and textboxes, all the examples i seing is all about dos, nobody shows how to do a simple form with a button 🙂

    any help be apreciated 🙂

    #191556
    Dody
    Member

    I am going to show you

    which kind of compiler are you using?

    I recommend vc++

    and to creat buttons and forms, you should use win32 or MFC

    wanna me make it more clearly?

    #191555
    Admin
    Administrator

    well i am using dev-c++, but i will install vc++ if i have too 🙂 man if u ever have the time, just explain how to add a button to a form thas all i need i will take it from there 🙂

    #191554
    Dody
    Member

    alright

    if you use vc++ then do the following things

    click one new -> choose MFC (exe) -> Dialog based application then click ok

    now you will see a form and you will be able to add buttons, checkboxes, anything you need… (make sure that the tool box is checked to be shown)

    #191553
    Admin
    Administrator

    Cool, thas just wha i needed to start, 🙂 thanks

    This is the last question will a person that get one of my programs that i make in vc++ will they need the runfiles like they need in vb 6?

    🙂

    #191552
    Dody
    Member

    not if you run a release compile

    #191551
    Admin
    Administrator

    Cool I check into tha, what I was thinking too was to use c++ to make some programs for money, and for paltalk just use vb and vb .net 🙂

    eheh 😈

    #191550
    Dody
    Member

    ya I see , but then you have a long way to go 😉

    #191549
    Admin
    Administrator

    I know man, but I love to learn new things lol keeps me goin 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.