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

    Widcomm BTStackServer

    Hi, I have a bluetooth USB dongle which uses the WIDCOMM stack, this stack installs a COM server called BTStackServer, which included various objects for dealing with the bluetooth stack. one of thes objects is the BTGAPApi, I am trying to use this to detect for bluetooth devices in the...
  2. MatDavies

    Watching a folder for changes

    Hi, I am using code from Strongms post on thread222-719707 to monitor a folder for a particular file. Once this file is dropped it triggers the ftp of another file to a server. The problem is that this code run's fine on my 2000 development machine, my XP home machine but not on a 2000...
  3. MatDavies

    Crystal 8/9 conflict

    Hi, We have an application that uses the crystal ocx (crystl32.ocx) from crystal 8. One of our clients has installed software which uses crystal 9 and this is breaking the ocx. We can still print reports fine, but we were using the functionality of generating a report on the fly from data...
  4. MatDavies

    Oracle Network Install

    Hi, I used to work for a company where the oracle client didn't need to be installed on every machine. Instead they had a mapped drive with the client install components on, a path setting which pointed to this and some reg settings. For the life of me I can't remember the reg settings that...
  5. MatDavies

    Licence server and Terminal services

    Hi, This may be in the wrong forum, but I'll try here first. We have an application that we want to extend to talk to a licence server. The licence server should log how many clients are logged in and stop new log ons if they have run out of licences. In itself this seemed quite easy, I...
  6. MatDavies

    Network problems

    Hi, I have posted here before about this issue, but I have not yet found an answer. I have an XP pro desktop connected to an adsl modem router. all works fine but after a period of several hours the desktop loses its network connection. Repairing does not work, the only way to get it back is...
  7. MatDavies

    Remote Installs

    I have used applications that allow you to perform remote installs on PC's in your network, such as virus killing apps. I woul dlike to build one of these 'Control centres' for one of my apps so that I can make it easier for clients to deploy across their companies and also to make the process...
  8. MatDavies

    ADO Command, Oracle and CRLF

    Hi, I am running some oracle DDL statements using an ADO command. The problem I am having is that the command text is formatted nicely, including CRLF for new lines. However when the object is created in the database all the CRLF's have disappeared and the object source is all on one line...
  9. MatDavies

    ADO Execute, doing nothing

    Hi guys 'n gals. I have an ADO connection to an oracle 8 database. I am trying to run some sql over this connection to rebuild a package. The connection is declared withevents so I can use the ExecuteComplete event. The problem is that the ExecuteComplete is reporting success but nothing is...
  10. MatDavies

    Multiple Audio....

    Before I spend half my life trying to do it... is it possible to output to different sound devices at the same time? Can I play one sound through one sound card and another sound from different card at the same time? say for instance two mp3 files? any help would be appreciated. Matt If you...
  11. MatDavies

    Oracle Sql Script

    Hi, I did a search but didn't find much to help me. I want to be able to run a sql script from within vb. I thought aboutusing ADO and found that this didn't work very well, in fact I think the only way I can do it would be to try and break the script down into the statements and execute them...
  12. MatDavies

    XP Pro loses network

    Hi, I have done a search but not found anything useful. I have 2 PC's connected to an ADSL router that acts as a DCHP server as well. The 98SE PC works fine but the XP Pro machine loses all network connections after a while, the only way to get it back is to reboot. I see other have had very...
  13. MatDavies

    Strange Write# behaviour

    I have a function that loops through a recordset outputing each row in to a csv file, for this the function is using the Write# statement, because according to the VB documentation it automatically inserts the comma's and quotes around text fields. The problem is that this works great on dev...
  14. MatDavies

    Addin toolbox

    Hi, I have written an addin for VB to allow me to add code for a particular type of control throughout a project, it is working quite well, apart from the fact I need the control ProgID so I can identify the controls. I would prefer to populate a drop down with all the different types available...
  15. MatDavies

    Available Font Sizes

    Hi, I have done a search but found nothing... I would like to get a list of standard font sizes available to a selected font, much in the way word does. you select a font, in the next combo there is a list of sizes. I have the list of fonts, that is no problem, it is the size bit that is...
  16. MatDavies

    Drag and Drop

    Hi, I am trying to write a drag and drop portal to facilitate moving files between computers that i have under remote control. My thoughts are that it would be nice to drop files on my remote 'viewer' and then have them copied to the clipboard of the remote machine, or preferably initiate a...
  17. MatDavies

    Oracle, ADO and the Cruly brace {}

    Hi, Interesting problem I have come accross. I am writing an application to compare two oracle schemas and update one to the other. Part of this process is creating functions that don't exist. In one of the function text's there are curly braces inside a comment. When trying to create the...
  18. MatDavies

    Databinding

    I have an active x control that i need to 'overload' one of it's functions. The problem I am facing is that this control is databound. How do I pass this databinding from my user control to the control within it? Any help would be appreciated. Matt
  19. MatDavies

    Simulate Drag and drop

    Hi, I need to have a tray icon app simulate a drag and drop. I suppose basically is it possible to have an app send an oleDrop message to another window, it could be an explorer window or another app. Is this possible? any help will be appreciated. Matt
  20. MatDavies

    Withevents Overhead

    I am using a variable declared using withevents to monitor when a form closes, so I can then close some other forms that are essentially children of the first form. What I would like to know is what sort of overhead is involved in using withevents? will it make much of an impact on performance...

Part and Inventory Search

Back
Top