Thread: few questions

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    98

    few questions

    1) When i minimize my window, the satus bar disappears, how can i make it not? and how do i control which window control will go smaller and things like that?


    2) how can i create line like this:
    http://img319.imageshack.us/img319/2282/example3fg.png

  2. #2
    int x = *((int *) NULL); Cactus_Hugger's Avatar
    Join Date
    Jul 2003
    Location
    Banks of the River Styx
    Posts
    902
    1) Usually when you minimize a window, the expected action is for the entire thing to disappear... Not sure what you mean.

    2) You can create a Static control (class "STATIC") and pass it the SS_HORZEDGE style, or you can draw one yourself in your WM_PAINT with DrawEdge()
    See Static Controls
    long time; /* know C? */
    Unprecedented performance: Nothing ever ran this slow before.
    Any sufficiently advanced bug is indistinguishable from a feature.
    Real Programmers confuse Halloween and Christmas, because dec 25 == oct 31.
    The best way to accelerate an IBM is at 9.8 m/s/s.
    recursion (re - cur' - zhun) n. 1. (see recursion)

  3. #3
    Registered User
    Join Date
    Apr 2005
    Posts
    98
    When u minimizethe explorer for example, the status bat doesn't disappear..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. Several Questions, main one is about protected memory
    By Tron 9000 in forum C Programming
    Replies: 3
    Last Post: 06-02-2005, 07:42 AM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. questions questions questions.....
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2001, 07:22 AM