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 strongm 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. Agent009

    Touchscreen Visual Basic application query!

    Thanks, Im gonna try that now, Agent009,
  2. Agent009

    Whats the difference between capacitive and resitive touchscreen?

    Check this one out too, http://www.nemacom.co.uk/touchscreenpage.htm Its not bad, www.Google.com and search for recitive/capacitive touchscreens, This will get you a good few results for you, Agent009, "I am the angel of death, the time of cleansing is upon us"
  3. Agent009

    VB & Touchscreens

    Microtouch M150 FPD(Flat Panel Display) touchscreen - is farily good, at 850 bucks or so, Let me know how you get on, im doing a similar application, only i need to be able to close the application, by touching 2 or 3 of the corners in a particular order or sequence. agent 009
  4. Agent009

    Lock desktop . . .

    Hey, Ive got a Microtouch screen, Im running a VB application i wrote on it, I can lock the desktop etc, to the public, But how do i unlock or exit the application when i want to use the desktop? I heard that there is a way of setting up your touchscreen or code so that the user has to...
  5. Agent009

    Touchscreen Visual Basic application query!

    Hi KCI, I know how a touchscreen works, i just wondered if anyone knew if you could program the application to account for a series of different touches to close the screen. E.g : Bottom right corner - touch twice and then touch the top left corner twice, this closes the application and allows...
  6. 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...
  7. Agent009

    Accessing outlook using VB?

    Hi, I am not using any references to the outlook library I want to create an Outlook object,(in the code above) so that it can run on Outlook 97. I am nearly there, i just keep on getting an error(see code above) thanks anyway,
  8. Agent009

    Accessing outlook using VB?

    I have Outlook 2000 but i have been told that it can be done this way for earlier versions such as Outlook 97! Could you have a look for me anyway? Cheers!
  9. Agent009

    Accessing outlook using VB?

    Can anyone help? It is quite urgent
  10. Agent009

    Accessing outlook using VB?

    This is the code i have entered and i have removed the referecnes to Outlook 9.0 in the Project -> References menu ----------------------------------------- Dim objOutlook As Object Set objOutlook = CreateObject("Outlook.Application") Dim objOutlookmsg As Object Dim strSQL...
  11. Agent009

    Accessing outlook using VB?

    Sorry paulbent, Just reading you post now. I'll try it immediately! Agent009,
  12. Agent009

    Accessing outlook using VB?

    Hey rvBasic, so instead of the above code i should create the object rather reference to it in the Project -> references directory, because it will then know the difference between the different versions of Outlook! Could you give me an example or something as i am relatively new to VB...
  13. Agent009

    Accessing outlook using VB?

    The program wont open up a mail in Outlook 97. I have 2000. The only thing i have done with regards to setting references to outlook is in Project -> References -> and then i have selected "Microsoft Outlook 9.0 Object Library" I did not create the "objOutlook" object...
  14. Agent009

    Making a powerpoint presentation autorun?

    Thanks, I am going to check that out this very morning. Agent009, "The youngest and strong fall by the sword" - Once upon a time in america
  15. 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 =...
  16. 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?"
  17. Agent009

    Finding certain words in a text file?

    How do i add the error to another file error.txt?
  18. Agent009

    Finding certain words in a text file?

    Its ok, i got it!
  19. Agent009

    Finding certain words in a text file?

    Whats the OR condition in VB? if a == true OR b == true then... is that how its done, or is it if a==true || b == true then...
  20. Agent009

    Finding certain words in a text file?

    Ok i have the search looking for a particular string in my text file: Dim i As Long Dim strFilename As String Dim strIn As String Dim arrIn() As String Dim strTemp As String Dim iLines As Integer Dim count As Integer iLines = 0 count = 0 i = FreeFile strFilename = (App.Path +...

Part and Inventory Search

Back
Top