| Thread | Last Post | Replies |
|
| Program Files location on Windows NT | 13 Oct 2003 16:29 GMT | 1 |
Probably really obviuos this but I can't seem to find it. How do I find out the Program Files folder location on a Windows NT box? On XP I can read: HKLM\SYSTEM\ControlSet001\Control\Session Manager\SFC\ProgramFilesDir
|
| asp call to API | 13 Oct 2003 15:59 GMT | 2 |
I am designing a web page hosted on a third party provider's server so I can't register COM components. Is it possible for me to upload a straight dll (coded in C++) into a folder then call it as a function from an asp page? I.e. can you Declare functions in asp?
|
| Outlook Express with COM tech. | 13 Oct 2003 15:59 GMT | 1 |
how can I send a email from Outlook Express 5 with COM tech into a VB application or VBScript ? I find only example by MapiSession... But I like better COM. Is it possible ?
|
| Passing parameters to exe file | 13 Oct 2003 13:40 GMT | 1 |
I need to create an exe file by VB 6 code, and i want to pass parameters to this exe file..... could u plz help me to do that....and how i can do it.. Thanx alot. Regards......
|
| Data Access Error, Runtime 525 | 13 Oct 2003 03:14 GMT | 1 |
I've built an VB6 application with MS-Access 97 database and it work's fine in my pc, but for some reason, when I "destribute" it (with VB's internal 'setup' or InstallShield Express) it keeps saying "Data Access Error, runtime 525". What is it?
|
| function that converts IID to string name | 12 Oct 2003 03:15 GMT | 5 |
Is there a function, or does someone know how to map an IID to it's name? The progidfromclsid function does not work for iids (atleast it seems not to). E.g. Input: {xxx-xxx-xxx-xxx} Output: IUnknown
|
| Translate form | 11 Oct 2003 22:34 GMT | 1 |
Has anyone got an example how to change all fieldnames on a form ie Label1 from "Title" to "Description" ie Label2 from "Name" to "Surname" etc I have a table that stores all the names and wish to translate them when the
|
| HOW TO MAP FTP SITE AS LOCAL DRIVE | 11 Oct 2003 00:51 GMT | 2 |
Any one know how to map a FTP Site as Local drive.......... Or how to copy files or folder to FTP Address using VB or ASP.. Kind Regards
|
| VB to read a COM port instead of USB | 10 Oct 2003 20:35 GMT | 10 |
I have a VB program that reads data from a magnetic strip reader(MAGTEK) from a USB connection. Works really good. I bought a reader that reads Magnetic strips and Barcode info too. The problem is that this reader simulates a com
|
| ActiveX Server serial transfer | 10 Oct 2003 19:07 GMT | 1 |
I am writing serial communication using VB6 from pc to connected devices. I plan to write an ActiveX Exe-Server which handles the transfer. The application calls the XServer.SendCommand function. As soon as the answer is received the server fires an event "Data available" to the ...
|
| Method or Data memeber not found | 10 Oct 2003 14:07 GMT | 1 |
Okay, I have had it. I am using a data bound combo box and the statement dbcClassification.DataSource = rstClassification gives me the following error: 'Method or Data member not found'. What reference am I missing? Or what am I missing
|
| Icons in VB.NET | 10 Oct 2003 05:26 GMT | 1 |
I have implemented a COM object in .NET, and I simply want to load an icon resource and pass back an IPictureDisp to clients. What is the esiest way to do this? I had used LoadResPicture in VB, but I havent been able to
|
| VB.NET | 10 Oct 2003 05:25 GMT | 1 |
Having used the program VB.NET for over a about a month, producing a multimedia package for an ICT training company..i have found working with majority of the properties OK and that to provide a better effect onto package. I would like to ask how to create a flash screen in this ...
|
| modem logging | 10 Oct 2003 00:42 GMT | 22 |
Does anyone please have an example on how to log numbers dialled via the modem? Some premium rate calls are being made from my brothers pc and we would like to log them if possible to see who and when?
|
| Error Handling in Active X Dll | 09 Oct 2003 15:19 GMT | 1 |
I am facing a strange problem. i have created ACTIVE X dll in VB. In the dll i generate an Error of type Divide by Zero and have the Following statment
|