Thread: Create a Form Like Window in C

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    1

    Unhappy Create a Form Like Window in C

    Hi All
    I want to create a form like window (Similer to VB form) in C only. Can anybody help me. I m not sure whether it is possible or not. If possible plz let me know the way to develop such window

    Regards

    Jayash

  2. #2
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >&<>&2Minimization of boolean functions, PROM,PLA design >&0>&WA, USA guitar, dogsCommercial Aviation >&>>&USAProgramming
    Posts
    742
    Ask this question on the Windows Programming board. This is proabably done in MFC or ATL or something. It is an inconvienience for the time being but when VS.NET is released you can use the exact same call in whatever language you are using. It will be the same call in VB,C++,C#, and other languages as soon as their compilers are added to .NET.
    I compile code with:
    Visual Studio.NET beta2

  3. #3
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Disregard Dean, we think he's been reprogrammed by MS...


    Do you want to do this using MFC (the scourge or Win32 API) or the actual API? It makes a big difference...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how i create a window whith all it's elements
    By rasheed in forum Windows Programming
    Replies: 1
    Last Post: 05-31-2006, 06:53 PM
  2. Adding buttons, edit boxes, etc to the window
    By rainmanddw in forum Windows Programming
    Replies: 1
    Last Post: 04-10-2006, 03:07 PM
  3. My Window Class
    By Epo in forum Game Programming
    Replies: 2
    Last Post: 07-10-2005, 02:33 PM
  4. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM
  5. Create a window from a dialogbox ?
    By peter in forum Windows Programming
    Replies: 7
    Last Post: 09-09-2001, 07:42 AM