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 wOOdy-Soft 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. RFEULINGatRITE

    Total Lines of Code

    Hello, Does anyone know how I can find the total number of lines of code in a project? I have A LOT of different objects and files so it would be a pain to go through each. Any help? Thanks! Rick
  2. RFEULINGatRITE

    Connecting to a Time Server

    Hello, I'm working on a time clock application that I want to keep perfect time - does anyone know a good way to connect to a time server via the application? Thanks for any help!
  3. RFEULINGatRITE

    Inputting Text into a Windows Form

    Hello, I am trying to figure out how to; 1) Find the name of the form that currently has focus 2) Find the names of any textboxes, and buttons on that form 3) How to input text and press the buttons on that form I've been trying to do research with no luck - I guess I don't know the proper...
  4. RFEULINGatRITE

    Inputting Text into a Windows Form

    Hello, I am trying to figure out how to; 1) Find the name of the form that currently has focus 2) Find the names of any textboxes, and buttons on that form 3) How to input text and press the buttons on that form I've been trying to do research with no luck - I guess I don't know the proper...
  5. RFEULINGatRITE

    Auto Restore from Backup - PPC

    Hello, I have some pocket pcs in the field and I want to create a backup so that if the devise gets reset it automatically restores certain pieces of software. The PPC was made by a company called unitech and it automatically asks if you want to restore from their backup to reload the wireless...
  6. RFEULINGatRITE

    Defragment Database Files

    Hello, I'm trying to create a batch file to defrag a hard drive that contains SQL server 2000 database files. My question is, the windows defragmenter is giving me issues with defraging the database files - even though sql server is stopped. What do I need to do to handle this? I also...
  7. RFEULINGatRITE

    Bring a Preexisting Page into Visual Studio... HELL

    I built our site and a template to build new web pages with Dreamweaver - put some flash into it, etc. Now I want to built a form with the template I made and it's hell. Visual Studio is yelling about some the html tags used by DM and VS is seems terrible with editing web pages. I hate using...
  8. RFEULINGatRITE

    Interacting with Third Party Program Forms

    Hello, I know how to interact with web based forms programmatically but I want to interact with other program's forms with vb.net. I previously just passed the idea off without a thought until I installed Microsoft's fingerprint reader - I can set my usernames and passwords so that it will...
  9. RFEULINGatRITE

    Throttling SQL Server

    Throttling SQL Server Hello, We created some triggers that occur during updates. Problem is that when some larger updates occur the trigger consumes the entire hard drive throughput and freezes everything else that’s using the database. Is there anyway that I can slow the trigger down so...
  10. RFEULINGatRITE

    Sending a Row of Data Through a Web Service

    Hello, I am creating a web service and I want it to retrieve and return a row of data. I know I can use a dataset to do this but it’s overly bulky to do so. For example, it takes a quite awhile for a pocket pc to interpret the dataset from the web service. I’m looking for something lighter…...
  11. RFEULINGatRITE

    Update Trigger Executing on Multi Row Update

    Hello, We have written an update trigger that we are having problems with. This trigger was designed to check and see if a price change in an item table occurred and if so, put an entry into another table. Problem is, another part of the program can update lots of prices and it does it with a...
  12. RFEULINGatRITE

    Sending Errors in App Back to Server

    Hello, I’m wondering if anyone knows anything about sending errors that occur in a program back to a server so that errors can be tracked. I know many commercial applications use this (says, would you like to send the error to ...) and I have ideas about how it could be done if I wanted to...
  13. RFEULINGatRITE

    Creating Web Services for Pocket PCs

    Hello, We have created a web service for a pocket pc app and are having some speed issue when transferring datasets. We were previously using a dataset to transmit a single row of data and when we converted it to direct xml it got much faster (much). Problem is, we often need to transmit a...

Part and Inventory Search

Back
Top