Thread: newbee trouble...

  1. #1
    Registered User
    Join Date
    Sep 2001
    Location
    pacific northwest
    Posts
    37

    Unhappy newbee trouble...

    i got the splitter window working... but its in a horizontal position, i need vertical. there's a resizing problem too that effects my statusbar.

    i am new to windows programming. don't flame me. please just point out some errors, improvments, whatever.

    i have attached a small Visual Studio 6 project... please take a look.

    thanks.
    Last edited by skeptik; 09-13-2002 at 05:41 PM.

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    i downloaded and unzipped it but theres nothing in it

  3. #3
    Registered User
    Join Date
    Sep 2001
    Location
    pacific northwest
    Posts
    37
    the above zipfile works now... fixed it.
    Last edited by skeptik; 09-13-2002 at 05:45 PM.

  4. #4
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    my only suggestions, scince i don't know much, is too space more, and comment more.

    Like if u have

    variable declaration
    variable declaration
    variable declaration

    its harder to read then say

    variable declaration

    variable declaration

    variable declaration

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Trouble with assignment in C
    By mohanlon in forum C Programming
    Replies: 17
    Last Post: 06-23-2009, 10:44 AM
  2. Replies: 6
    Last Post: 01-03-2007, 03:02 PM
  3. Is it so trouble?
    By Yumin in forum Tech Board
    Replies: 4
    Last Post: 01-30-2006, 04:10 PM
  4. trouble scanning in... and link listing
    By panfilero in forum C Programming
    Replies: 14
    Last Post: 11-21-2005, 12:58 PM
  5. C++ program trouble
    By senrab in forum C++ Programming
    Replies: 7
    Last Post: 04-29-2003, 11:55 PM