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 SkipVought 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. deanman

    Make a 1.1 webservice call from vb.net 2008

    I have VS 2008 that I need to use to write a VB program that calls a webservice written using .net framework 1.1. The webservice is loaded on a server and for various reasons, I cannot redo the webservice so I need to find the right way to make the service call or tell the program that the...
  2. deanman

    Cross Tab Headings in a Report

    Add this to the end of your SQL - In ("Mon","Tue","Wed","Thur","Fri","Sat","Sun"); So it looks like this. PIVOT [CrossTab Query for Rigid - BWT].[Day of the Week]In...
  3. deanman

    Code Around the Outlook Security Patch

    Thank you Daren, this is exactly what I could not find for some reason. Now all I have to do is convince Corporate to build the Public Folder.
  4. deanman

    Code Around the Outlook Security Patch

    Has anyone been able to get around the Microsoft Outlook Security Patch that disallows outside programs from sending emails. We had this function working and now we get the dialog box not allowing the mail to go.
  5. deanman

    win2k registry keys missing?

    I have a program I can install on a Win2K machine but the settings are not being saved in the registry. There are no entries "VB and VBA Program Settings" in the registry anywhere. I have installed this program on another Win2k machine, an ME machine and Win98 as well. I have tried...
  6. deanman

    CPU Usage Pegged at 100%

    I have found the problem. It was actually with NTFS. I was conmparing files to control file using the full path and the directory was created on the Win2K machine "spool". I was using "Spool" and it did not like that. I changed the directory to "Spool" and all...
  7. deanman

    CPU Usage Pegged at 100%

    Here is some of the code. (I apologize for it's inefficiencies) It runs the CopyFile sub fine but is pegging right after that. I ran Dependency Walker and there were errors on IsTNT but I can find no details about it. I have also tried some DoEvents but have had no success. Private Sub...
  8. deanman

    CPU Usage Pegged at 100%

    I am new to VB programming and have written a program for file manipulation. Copy files, Rename files, that sort of thing. It uses a control file for direction on the manipulation and it has compiled fine, installed fine and run fine on a Win98SE machine. It installs fine on Win2000, the...

Part and Inventory Search

Back
Top