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 Mike Lewis 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: PhilX
  • Order by date
  1. PhilX

    Verify User via NT security

    Thank you Paul, I will put your code to the test...
  2. PhilX

    Menu bar...

    I ran across this the other day, I think you'll find just what you're looking for: http://www.freevbcode.com/ShowCode.Asp?ID=918 The following is an excerpt from the page: "This is a vertical menu control that allows you to provide a Microsoft Outlook style user interface to your...
  3. PhilX

    Does ADO replace the need for ODBC?

    MapMan, that was interesting and informative. It also didn't come close to answering Jeanpierre's (and my) question.
  4. PhilX

    Can container acess Enum declared in a control?

    Thanks John, but I've tried that. It's very puzzling. When I type "Dim j as ", I am presented with "AllowableContents" as an intellitype (or whatever you call it) option. I complete the Dim statement, but then when I try to run it, I get "Compiler error: Can't find...
  5. PhilX

    Can container acess Enum declared in a control?

    I have created an ActiveX control which has an Enumerated list of allowable values for one of its proerties. I would like to use those enuberated values in a case statement of the container's code. Is it possible to access those values? The control contains this: 'Enumerate allowable...
  6. PhilX

    Is the checkbox of listbox item checked?

    Thank you Katherine, but I'm using the regular ListBox in VB6, which does not have the SelectedObjectCollection. The CheckedListBox looks interesting, but I have not yet moved to .NET. Thank you too, Foada. Your succinct answer was helpful. I've noticed that a listbox (with Style=1)item can...
  7. PhilX

    Is the checkbox of listbox item checked?

    I have a listbox which has the style property set to 1 (checkbox). How can I tell whether the item is checked and/or selected? TIA
  8. PhilX

    How to make my tabstrip look like this

    Fortunately, this one is easy. Just add one line: TabStrip1.MultiRow = True Hope that helps... Phil
  9. PhilX

    Changing case in text file to Uppercase

    Do you mean that you wish to change the contents of the file to contain only uppercase? If so, my (very high level) suggestion is: First, rename the original file Rename <origName> to <backupName> Open the text file: Open <backupName>For Input As #1 Read the contents into a string...
  10. PhilX

    Verify User via NT security

    I would like to be able to to verify a user by checking to determine whether they know their NT password. Is there a way to say to the OS: &quot;Here is a user ID and password. Do they match?&quot; ? I'd also like to know whether my program can, if user is verified, then run with the...
  11. PhilX

    Linking to Win2k Users

    I would like to be able to do the same thing. That is, I would like to be able to verify a user by checking to determine whether they know their NT password. I'd also like to know whether my program can then run with the privileges of that user. Thanks, Phil
  12. PhilX

    can i install my vb6 app in windows xp

    Should not be a problem
  13. PhilX

    38400 bps in Qbasic

    Hello! I must do a qbasic serial data output with 38400bps, anybody that did and know how this is possible? I`m gratefull about any help! Happy Easter to everybody! Regards Phil

Part and Inventory Search

Back
Top