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 strongm 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: *

  1. GeneralNerd

    Looking for a POS system

    Try Microsoft RMS program. It has inventory control and account capablities. We will be implementing it at the college I work for in the bookstore. I had someone come out and give us a demo and we all liked it. It's customizable to fit just about any business.
  2. GeneralNerd

    Learning ASP.Net

    Does anyone recommend any good ASP.Net books?
  3. GeneralNerd

    Button_Click to run VB script

    I figured it out Dim test As String test = "c:\test.vbs" Shell("C:\WINNT\system32\cscript.exe c:\test.vbs") Thanks for all of your help
  4. GeneralNerd

    Button_Click to run VB script

    Here is my synatax Dim test As String test = "c:\test.vbs" Shell("C:\WINNT\system32\cscript.exe" & test) and here is my error message. An unhandled exception of type 'System.IO.FileNotFoundException' occurred in microsoft.visualbasic.dll Additional information: File not...
  5. GeneralNerd

    Button_Click to run VB script

    I tried to find system.management.diagnostics, and ShellExecute but I couldn't find it.
  6. GeneralNerd

    Button_Click to run VB script

    I have a button on my form and want it to run a VBScript whenever it is clicked. I've tried to call it as a file to open it, I've tried using shell. Any suggestions?
  7. GeneralNerd

    General Question

    I know this might be a stupid question, but I'm going to ask it anyways. Can you use VBScript and or WSH scripting in VB.Net?
  8. GeneralNerd

    Drop Down List Problem

    correct
  9. GeneralNerd

    Drop Down List Problem

    I created a drop down list and put the selections in the "Collections" field of the properties. When I debug and select the drop list, everything is blank, but I can still select and when I do it shows up after I made the selection. I can’t figure out what I'm doing wrong. Any help would be...
  10. GeneralNerd

    Foreign Keys

    I'm new at DBs and I was wondering can you create a foreign key between 2 DB's? If not can someone please let me know what I need to do. Here's my senerio, I am building a new DB and I have a column that need to reference another table. I already have a table that is in another DB (on the same...
  11. GeneralNerd

    Newbie to SQL...Help w/client access

    with Query Analyzer don't you have to know the proper syntax inorder to input data.
  12. GeneralNerd

    Newbie to SQL...Help w/client access

    Will this allow them to update the data that is in the database?
  13. GeneralNerd

    Newbie to SQL...Help w/client access

    I just installed SQL 2000 Ent. and imported a database to it. My question is how does my clients access the database on the SQL server? Do I have to build a custom app or a webpage, or are is there a client that will work with it other than Access? Thanks
  14. GeneralNerd

    Access AD from workstation

    you could use terminal services to manage your server, or pop in the win2k server cd into your workstation and open the I386 folder on the appropriate Windows 2000 Server CD-ROM. The latest version of the Windows 2000 Administration Tools is on the latest Windows 2000 service pack CD-ROM...
  15. GeneralNerd

    Setting up Trust

    how do you setup a domain trust between a 2003 server and a 2000 server? I'm pulling my hair out trying to figure this out.
  16. GeneralNerd

    weird widows problem

    try deleting that users profile on that workstation.
  17. GeneralNerd

    IS there a way to define a user directory via a net use?

    Do you want this to run as a login script or Home folder?
  18. GeneralNerd

    IS there a way to define a user directory via a net use?

    try net use x: \\server\%username%
  19. GeneralNerd

    Making MSI Files

    Thanks I'm downloading the demo for AdminStudio
  20. GeneralNerd

    Making MSI Files

    Is there a utility that you can use to create a .msi file for a program that doesn't already include a .msi in it.

Part and Inventory Search

Back
Top