Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bruce1965
  • Content: Threads
  • Order by date
  1. Bruce1965

    FTPSetCurrentDirectory

    Right the, before I totally lose it .... I am creating a little FTP program that uploads files from a local network server to an FTP site. I have already got a working model. I create an internet connection,connect to the FTP site and PUT files ..... piece of cake !! I now need to navigate...
  2. Bruce1965

    Wireless network problem

    Here's an interesting scenario ..... I've configured a WAP to operate on our LAN. It appears as a wireless network device in the available wireless networks. Immediatley after setting up the configuration I set a PING to the devices static IP address.(I get a successful response) About 50...
  3. Bruce1965

    Reading Active Directory for user names

    I am writing a .net application that, as part of the process, will read the Active Directory and return all domain usernames into a combobox. Question: Can someone give me some sample code to do this (or indeed point me to somewhere that can)????? [ponder]
  4. Bruce1965

    Invoking a help program

    I have created a VBprogram and want to get clever by building in some help for the end user. I have created a windows type help file (using HTML Help Workshop) and want to be able to invoke this from my VB program. How do I - Integrate this help file into my solution and Run the help from...
  5. Bruce1965

    listview - set top item ??

    It's getting me down now .... To follow on from some previous threads .... I have a listview (100 items), I can select the index, set focus on the item, BUT how on earth do I build the list so that the item in question is at the top of the viewable list That is, I want the listview to...
  6. Bruce1965

    Radio Button Control

    I have a from with a couple of Radio Buttons. I've noticed that when either of the radio buttons is selected that the program executes the code twice. Is there a way of stopping this???
  7. Bruce1965

    how do I maintain position in a listview???

    I have a listview that has (say) 100 items. If I select an item then refresh the view, I loose position on the selected item. How can I maintain position on the selected item upon refreshing the view ?????
  8. Bruce1965

    how do you set position in a list view

    OK Guys, I have a list view loaded with several items on the click of a button. If the listview looked something like this .... item 1 sub item 1 item 2 sub item 2 item 3 sub item 3 item 4 sub item 4 item 5 sub item 5 item 6 sub item 6 item 7 sub item 7 item 8 sub item 8 item 9 sub item 9...
  9. Bruce1965

    Maintain position in a list view

    Scenario ... I have 2 list views (listview1 and listview2) The first list view is filled with employee details (surname,forename and title) I click an entry in listview1 - this then populates listview 2. I select an item in listview2 .... At this point, the focus (highlighted line) in...

Part and Inventory Search

Back
Top