Results 1 to 4 of 4

Thread: 2 things...

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    2 things...

    1. How many levels of sub folders are allowed (maximum) in WinXP Home Ed? (IE, C:\A\B\C\D\E\.....\X\Y\Z\AA\AB\AC...???)

    2. My console program calls a SaveFileDialog but it always appears behind the console window. How do I get in front of the console window through code?

    Thanks.
    I don't live here any more.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by wossname
    1. How many levels of sub folders are allowed (maximum) in WinXP Home Ed? (IE, C:\A\B\C\D\E\.....\X\Y\Z\AA\AB\AC...???)

    2. My console program calls a SaveFileDialog but it always appears behind the console window. How do I get in front of the console window through code?

    Thanks.
    1-If I'm not wrong then it depends on the File System not exactly on the OS you're using . NTFS supports deep folder structure(but I don't know exactly) . You'll get good answer in the general section of this forum .

  3. #3
    Hyperactive Member sw_is_great's Avatar
    Join Date
    Nov 2003
    Posts
    330
    for part 2

    open it as modal
    Regards

  4. #4

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    How do I do that from a console app?
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width