User Profile

Collapse

Profile Sidebar

Collapse
DogsBollox
DogsBollox
Last Activity: Feb 11 '08, 04:18 PM
Joined: Jan 5 '07
Location: stoke on trent, Staffordshire, england
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 1.
    ...1.1
    ......1.1.1
    ...1.2
    ......1.2.1
    2.
    ...2.1
    ......2.1.1
    ...2.2
    ......2.2.1
    3.
    ...3.1
    ......3.1.1
    ...3.2
    ......3.2.1

    my quick solution returns the above..

    Code:
     
    Dim Levels As Int32 = 3
    Dim c1 As Int32 = 1
    Dim c2 As Int32 = 2
    
    For loopy As Int32 = 1 To Levels
        Dim RootNode As
    ...
    See more | Go to post

    Leave a comment:


  • Hi Mate,
    not sure if you still need help but....

    a few years ago I struggled with this problem for weeks and eventually I wrote a small function that changes the default printer only for the job being sent, it is automatically changed back.

    The code is now on PSC

    http://www.planetsourc ecode.com/vb/scripts/ShowCode.asp?tx tCodeId=55941&l ngWId=1

    if this does not work email and I...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...