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: rssql
  • Content: Threads
  • 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.

    I would like to log the AppName and the Filename that the App is reading from disk.
  6. 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...
  7. 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...
  8. 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
  9. 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
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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.
  16. rssql

    PopUp Report prints, then crashes.

    My reports are set to Popup = Yes, Modal = no. If i issue Docmd.OpenReport "MyReport", acViewPreview it displays fine. Then I can close it ok. If I issue Docmd.OpenReport "MyReport", acViewNormal then it crashes Access. After the crash, the event viewer has: Faulting application msaccess.exe...
  17. rssql

    Change Email Wav with VB????

    How can i change the Email notification wav using VB in Outlook 2002 SP-2?? Tolerance and diversity, or in-tolerance and perversity. You Decide.
  18. rssql

    Excel chart on Access form. How to manipulate?

    I have created a chart in Excel with data on it's sheet. i copied the chart, pasted to Access form, and i can see that the Sheet1 with data is with it. I want to be able to change the data on Sheet1 of the embedded chart. It pasted on the form as an "Unbound Object Frame: OLEUnbound26".
  19. rssql

    Power Point won't do a show

    Win Xp Pro SP2. MS Power Point 2002. when i click on the "show" button, i just get an item in the task bar. I click it, nothing happens. If i click the PowerPoint window that is still in edit mode, a small box appears that says "resume show". I click it and it disappears, but nothing happens...
  20. rssql

    Event code for receiving a new email, and process it.

    When I receive an email from a certain sender, i wish to open it, parse through it to grab certain words, then have it create a new email to send. How might this be done? I am fluent with Access and Excel code. Fighting for the cause of tolerance and diversity, or was it in-tolerance and...

Part and Inventory Search

Back
Top