| Thread | Last Post | Replies |
|
| SQL Authentication problem | 04 Jul 2003 16:35 GMT | 2 |
We have an n-Tier web based application. The business logic is encapsulated in COM+ dll's built in VB 6. I register the component in Component Services. and I set them to use a specific user which I created for them.
|
| newbie: create a com object to stop winword.exe | 04 Jul 2003 10:39 GMT | 1 |
I may not have posted this in the right group but here goes. I have an intranet that builds word docs on the fly and opens them client side. Sometimes winword.exe stays open in taskmanager on the client machine, which
|
| Printing, Papers Size and Paperbins | 04 Jul 2003 09:24 GMT | 1 |
I'm just developing a VB Application with printing capabilities, using only API calls and no the Printer Object. I know howto retrieve printer driver settings using documentProperties, GetDeviceCaps, DeviceCapabilities.
|
| Extracting milliseconds from current time | 04 Jul 2003 03:02 GMT | 1 |
Can u focus some light on how do I 'Extract milliseconds from current time'??? Regards, Su Man
|
| send email from vb | 03 Jul 2003 13:09 GMT | 4 |
Is possibile send email from vb? Open Outlook Express with subject and attach file? Thanks
|
| Change auto increment field value | 03 Jul 2003 06:06 GMT | 1 |
Who knows, how change auto increment field value in disconnected recordset, when recordset receivers from MS SQL Server (if recordset receives from MDB , no problem). I try to explain my problem. I use COM+ and have two
|
| VB and FTP | 02 Jul 2003 18:49 GMT | 1 |
I try to use Microsoft Internet Transfer Control 6.0 for upload files to FTP. But I do not get what I expect - files not upload to FTP. This is the sample of my code:
|
| Out of process events Ignored when busy | 02 Jul 2003 17:47 GMT | 2 |
I wrote an out of process ActiveX .exe which reads data from a remote source (called Reader). A client creates a Reader object and calls it's Begin_ReadBlock method which reads a block of records. When the Reader is done reading it raises an event called Read_Complete passing the ...
|
| WaitForSingleObject | 02 Jul 2003 13:04 GMT | 3 |
Hello... I am having some problems using WaitForSingleObject. It does not seem to work when the process that I created has a DDE link to another program, all processes seem to hang.
|
| How to start Notepad as modal dialog from VB application? | 02 Jul 2003 10:31 GMT | 4 |
I need to start Notepad as a modal window from my vb application. How to do it? I used: Set WshShell = WScript.CreateObject("WScript.Shell")
|
| How to Connect Linux | 02 Jul 2003 05:09 GMT | 2 |
Hi, All I want use VB6 connect Linux System, and then copy some files from the Linux System. My OS is MS98.
|
| No VB.NET 2003 COM Add-In? | 02 Jul 2003 02:59 GMT | 1 |
Guys, I've recently bought Visual Basic .NET 2003 Standard and was shocked to find that the COM Add-in project option isn't included as in the previous version. I expected to find it in the Other Projects folder with the
|
| Load an image from a field in an Access db | 01 Jul 2003 21:15 GMT | 1 |
Folks I need to display an image stored in an OLE field in an Access database. If anyone has a piece of code to do it, it'd be great!.
|
| Base64 Encoding? | 01 Jul 2003 18:53 GMT | 1 |
Hey Gurus, I am going to be posting data via https using a third party control to a clients webserver. They are requiring that I use the authentication value in the https request header and that it be Base64 encoded. What is Base64
|
| Written file is blocked / locked | 01 Jul 2003 17:02 GMT | 1 |
i have a problem which maybe lies in the wrong use of file IO-API. I create a file from a VB app and want to open it in a second app (IE). The VB app continues to run. But the app which should open the created file is blocking for several
|