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: jayscot
  • Content: Threads
  • Order by date
  1. jayscot

    XP Client Problems with server shares

    I have a network of about 40+ XP clients in a 2003 R2 domain. I have 1 XP sp3 machine that (no matter who logs in to it) can access shares on the server, but cannot change or delete (user has full security rights to share). If I login to any other XP box I have no problem, so I believe there is...
  2. jayscot

    How to get a list of SQL Servers

    I'd like to be able to populate a list of SQL servers on a network. This is to allow a user set up an ado connect string. I see it done in sql related programs, and I'm trying to find a class that has this functionality from within dotnet.
  3. jayscot

    getting an add-in to load in the ide

    I used the wizard to create a new add-in. The 1st time I created the project and ran it, the add-in loaded into a vb ide and gave me a menu selection for it under the tools menu. The 2nd time, I added code to show a form when the add-in was clicked, then re-ran the project, but got no addin. It...
  4. jayscot

    Load an embedded image

    It looks as though I can embed an image into a project, but how do I load it at run time? I really don't want to load it off the disk, but rather have it compiled in the project. Is this possible? I'm actually trying to load an image strip into an image list. As always your suggestions are...
  5. jayscot

    UserControl - Parent/Child creation

    I need to write a control that behaves much like the tab or toolbar control which allows the user to add to a collection of child controls at design time. Both the Parent and child are usercontrols. I want the child-usercontrol to show in the designer like a tab or toolbar button would after...
  6. jayscot

    Trapping KeyPress

    I need a way to trap a key from the keypress event. In VB6 you just set KeyAscii=0. It looks like e.Handled=True should work, but no effect. Thanks
  7. jayscot

    Loading xml from a string variable

    How do I load a DataSet object from a string variable(loaded with xml data)? All of my documentation tells how to use a stream object and such, but no explanation for what I'm trying to do. I tried to using xmldatadocument.loadxml, but this doesnt seem to affect the dataset property. I really...
  8. jayscot

    Running a dll in developement

    How do I run a dll in code with .net? I know that in VB6 All I had to do was start my dll project and reference it from another project. Right now all I see that I can do is recompile the dll everytime.
  9. jayscot

    oleaut32 & stdole2 won't update in install

    I can't seem to install updated versions of these files. I'm using wise install master to script installs. I know i can boot to dos for win98 & me fat32, but what about win2k ntfs? I am including the new files in the distribution, but these 2 files don't seem to be getting updated.
  10. jayscot

    RPC stub error on NT4 installation

    I have an n-tier client/server vb6 app. The client tier consists of a standard exe referencing a number of activex dlls. The 2nd and 3rd tier are activex exe's(for use with dcom). The error occurs on my only NT4.0sp6 installation(the rest are win2k/xp which work fine). The message is...
  11. jayscot

    Re-establish client trusts after Win2k DC crash

    After reconfiguring (reinstalling) my DC I'm getting netlogon errrors in my server system logs that say: &quot;The computer <computername> tried to connect to the server \\<servername> using the trust relationship established by the <domainname> domain. However, the computer lost the correct...
  12. jayscot

    client dhcp problem

    I have a Win2k server network with dhcp, wins, dns, active directory, etc... After a hard disk crash I had to reinstall my domain which left me removing and adding 20+ win2k, XP, ME, and 98 clients to the domain. They went in without a hitch except for 2-win2k boxes and 1-ME box. After...
  13. jayscot

    Please advise regarding a VPN configuration

    The desire is to allow clients to connect to the lan via an internet connection. -To start off, the lan is a win2k domain. The domain server is a seperate box on the network running dhcp, dns and wins. -The vpn server is also running win2k with 2 nics. TCPIP Filtering for nic1(wan) is...
  14. jayscot

    XP event log says no domain controller

    I nave just upgraded 98 to xp on 1 client machine on a win2k server network. Then dns suffix looks right for the machine, and the machine logs in fine, but the event log keeps posting errors about the domain controller cannot be found. This may be too vague, in which case I could provide more...
  15. jayscot

    XP/98 upgrade in win2k network is slow to log off...

    It seems a bit sluggish in logging off or shutting down. It takes a good 1.5 minutes before it even shows a &quot;shutting down&quot; dialog. Also, it's a beefy enough box to have decent performance. In my experience with nt4/98/win2k I haven't noticed this problem. Thanks
  16. jayscot

    Setting a command button picture property with VBIDE

    I'm trying to set the picture property of a command button from an Addin which places controls on a form in a vb project. This is an example of the way I set the rest of the properties when adding the button. With frmNewForm.VBControls.Add(&quot;CommandButton&quot;).Properties...

Part and Inventory Search

Back
Top