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 TouchToneTommy 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: Agent009
  • Content: Threads
  • Order by date
  1. Agent009

    Touchscreen Visual Basic application query!

    Hi all, I didnt know which forum to post this question, but here goes. I have written an application which will be open to the public. However, if i want to close this aplication running on the toucscreen computer that is being used by the public, how do i do this? I heard that there is a...
  2. Agent009

    Accessing outlook using VB?

    Hi all, I use this code to attach a document to a new mail in outlook. This works fine with Outlook 2000, but on other versions it wont work for some reason. How do i change the code below so that i doesnt matter what Outlook version i run it on? Set objOutlookmsg =...
  3. Agent009

    Making a powerpoint presentation autorun?

    Hi guys! I have a powerpoint presentation. How do you set it to autorun?Im burning it onto a cd Thanks, Agent009, "You think im a clown, that im hear to amuse you?How am i funny?"
  4. Agent009

    Finding certain words in a text file?

    hi all, I have started an new VB application today I have to search a text file(notepad file) for certain words i.e an error using the application If a particualar word is found in this text file i want to copy the entire line of text it is on and its following line and copy them into another...
  5. Agent009

    ActiveX controls for a Webcam

    Do you know of any software, plug-ins, ActiveX controls, for VB that will send the snapshot from the webcam and save it directly into the VB application i have written?
  6. Agent009

    webcam used for VB application, can plug-in be used?

    Hi all, I know relatively nothing about webcams, so could you recommend a good one to me? Thanks, Ive another query, I want to take a picture with a webcam + send it directly to a Visual Basic application i have written, I have heard that this can be done, using a plug-in, but does anyone...
  7. Agent009

    Whats a good webcam to buy?

    Hi all, I know relatively nothing about webcams, so could you recommend a good one to me? Thanks, Ive another query, I want to take a picture with a webcam + send it directly to a Visual Basic application i have written, I have heard that this can be done, using a plug-in, but does anyone...
  8. Agent009

    Microtouch M150 touchscreen query?

    Hi all, Does anyone know anthing on this particular model of touchscreen? I have a few queries to ask: 1.I want to have both the monitor and the touchscreen running from the one PC, is this possible? What is involved? 2.If i have an application running how do i lock it on the touchscreen, so...
  9. Agent009

    Touchscreen application problem

    Hello, I have a MicroTouch 3m M150 Flat Panel Display touchscreen The screen will be open to the public and i only want them to be able to access one application (Which i have written in Visual Basic). How do i set the screen so that only one application can be available+how do i set it off...
  10. Agent009

    Using a Web Camera with a Vb application?

    Hi all, Ive just written an application in VB. I want to use a digital camera/webcam to take pictures and put them immediately into the application ive written without using another standard application to browse for the pictures. I want my application to do this. I also want to print the...
  11. Agent009

    Getting List view properties in an Access Form?

    Hey there, I have created a form in an Access 2000 database. This form has two buttons and a list view. I have used list views many times in Visual Basic applications, how do i get the usual properties for the the listview, such as clearing the list and counting the list records etc...
  12. Agent009

    Touchscreen Virtual keyboard

    Hi, I have an application that requires alpha-numeric input, but for which no physical keyboard will be present. Thus, I am developing a virtual keyboard. I used the InputMethod framework and was successful on Win32 platforms. But, it doesn't work on Linux because the textfield needing data...
  13. Agent009

    Accessing a VB application via a touchscreen!

    Hey all, Ive written a VB appplication, Is it possible to be able to interact with the application via a touchscreen rather than use the mouse/keyboard? If so, then how is this done?, i think it something to do with changing the mouse/keyboard clicks with the events that occur when the screen...
  14. Agent009

    PPT changing the template with a new one?

    I dont know which forum to ask this question, but here goes anyway! I have a powerpoint presentation, but i created a new template in a different directory. I want to use this new template instead of the current master slide in the old presentation i created. How do you do this? Thanks in...
  15. Agent009

    How to make a report stay in the same position!!

    I Want to set the location on a report in access to the same place every time. I am printing a barcode on various pages and slowly but surely the reports printed move slightly off this means that some of the barcodes cannot be read. Is there any way of making the position stay the same every...
  16. Agent009

    Printed reports keep moving off centre!!

    I am printing a barcode on various pages and slowly but surely the reports printed move slightly off this means that some of the barcodes cannot be read. I want to set the location on a report in access to the same place every time. Is there any way of making the position stay the same every...
  17. Agent009

    Television text displays!

    Hey there! I want to display 'LIVE' rolling text on the bottom of a television screen that I type in on a keyboard. Exactly the way it is done on Sky news! Are there any applications available to download/buy. Can/How it be done through Visual Basic? Are there any websites that deal exactly in...
  18. Agent009

    Convert Powerpoint to PDF?

    Hey all, I didnt know exactly which forum to use so i just put it in here, sorry.Anyway my problem is.... How do you convert a powerpoint presentation into PDF format? Another porblem i have is: How do you run a powerpoint presentation from a CD automatically? Thanks in advance! Agent009,
  19. Agent009

    How many controls can you add to a form?

    I'v created a very large, complex form with a huge amount of controls i.e. textboxes etc. I cannot add any more as vb gives me an error that i have reached the limit to what i can add. How can i sort this out cause i need to add alot more?? Thanks in advance! Agent009
  20. Agent009

    Using outlook via Visual Basic

    I want to be able to open up outlook with an attached file. So far my code does all of this successfully: Dim objOutlook As New Outlook.Application Dim objOutlookmsg As Outlook.MailItem Set objOutlookmsg = objOutlook.CreateItem(olMailItem) objOutlookmsg.Attachments.Add sPath...

Part and Inventory Search

Back
Top