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

  • Users: rssql
  • Order by date
  1. rssql

    Realtime data collection, without being interrupted

    I have an application where i have created a separate thread to collect real-time data. This thread contains a loop that runs forever, but most of it's code only is scanned for about 2 seconds at a time. It collects data about every .8 milliseconds during those 2 seconds. At the end of the 2...
  2. rssql

    OCR to get data in VB.

    I'm trying to find a way to use a JPG or other image and OCR code in VB.NET. I want to get data from the image which will have a part number in a specific location. I want this part number placed in a VB variable so I can use it. any ideas?
  3. rssql

    Video image testing

    I would like to connect a color camera to my pc, and examine the color of a group of pixels, about once per second. Any one done this? Any recommendations on cameras? ------------------- The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge. Daniel Boorstin
  4. rssql

    Outlook 03 sp2, How to fire NewMail or AddItem?

    I feel really stupid. I have some code that used to run on Outlook 03 a couple years ago. It would fire when i got a new email. I can't seem to get anything to fire. Can someone give me the basics of capturing a NewMail event?
  5. rssql

    How do I detect when any App reads a file on disk.

    let me know. thanks, ------------------- The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge. Daniel Boorstin
  6. rssql

    How do I detect when any App reads a file on disk.

    I would like to log the AppName and the Filename that the App is reading from disk.
  7. rssql

    VB2005 and Ado.Net, i'm lost.

    My 20+ years experience is primarily VB6 and MS Access and working with various backends and devices. In VB2005 i have started a project. On the left i see "Database Explorer", and on the right is "Data Connections". Questions: Do I always have to use one or both of those things? I...
  8. rssql

    Making formless app with ADO.NET, i'm clueless.

    thanks Rick. I'm trying to make the transition from VB6 to NET. I've been putting it off due to the appearent learning curve, and have finally decided to attempt it. I think i understand what you say, now i just have to figure out how to really do that with NET. <. .> 0...
  9. rssql

    Making formless app with ADO.NET, i'm clueless.

    I have a formless app built with VB2005 Exp. I'm trying to have it open a database so i can send data with insert statements. The app is able to open several concurrent IP sockets to receive data, then each socket needs to be able to Insert Into a certain table. I'm not sure how to proceed...
  10. rssql

    VB 2005 Express, can you create distributable apps?

    then what am i missing with the free version? ------------------- The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge. Daniel Boorstin
  11. rssql

    VB 2005 Express, can you create distributable apps?

    can i create a package that includes my .exe and other required system files like VB6 did? ------------------- The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge. Daniel Boorstin
  12. rssql

    Visual Basic 2005 Express.

    Does it have some limitations that the purchased versions don't have? ------------------- The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge. Daniel Boorstin
  13. rssql

    How to make a multi socket listen client?

    I have a project where several remote systems need to send data to an IP(host) on the internet. This data will evetually get placed in a database. I could have several remote systems try to connect and send data at the same time. what are some examples of how to accomplish this? I'm just...
  14. rssql

    SQL connection with just sending text in packets???

    I imagine that it is possible to create a connection to a database with just sending text in my packets, but how might this be accomplished? I'm not using a PC, this is a programmable controller. ------------------- The greatest obstacle to discovery is not ignorance -- it is the illusion of...
  15. rssql

    How to build a SQL connection packet?

    I have a programmable device on Ethernet, and would like to understand how to connect to some type of database like SQL Svr, or at least to a host computer and have it write my data to a txt file. My feeble mind thinks that i would build a string, and then send it to the IP/Port. My device...
  16. rssql

    I need Charts and Graphs for SQL SVR.

    Right now, I'm looking for what options exist, along with associated costs and development performance. I am able to spend some money if I determine it is justified, and will deliver what I need within a few weeks. I wondering if Dreamweaver or something else is what I need...
  17. rssql

    I need Charts and Graphs for SQL SVR.

    I know Access very well, and have used SQL Svr 6,7,2000 in the past, but this time I need to create a web site that does the following: 1. receives off-site data and stores in SQl. 2. Customers log in. 3. Customer can view or print graphs/charts of their data. What should i use to generate the...
  18. rssql

    text objects to excel or csv

    I'm new to Lisp, and have never done VB with Acad. I would like either: 1. get four columns of text to an Excel sheet. i'd prefer this option. or 2. be able to use an existing script i have, but be able to just select all the points instead of each one. I see that Tcarpenter seems to have some...
  19. rssql

    rotate text 90 degress, vertical=yes doesn't work.

    Report is using Vertical = Yes on text boxes, only works on Print Preview. When actually sending to printer, it shows as: m y t e x t except the letters partially sit on top of each other. MSAccess 2003, WinXP Pro, Printer is HP 4200 dtn.
  20. rssql

    PopUp Report prints, then crashes.

    i tried that. no change.

Part and Inventory Search

Back
Top