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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.