| Thread | Last Post | Replies |
|
| how to read zip code from credit card. | 30 Jun 2006 01:05 GMT | 1 |
I am using a Magtek USB credit card reader and for this i m using ocx controls to read the credit card details. Now actiually i want to read zip code from the swiped credit card. Is it possible or not.
|
| download a file from internet with vb6.0 code | 29 Jun 2006 21:11 GMT | 3 |
can i get some sample code in vb6.0 to download a file from internet using ftp
|
| serial port control | 26 Jun 2006 16:09 GMT | 2 |
Im trying to use the serial port control in vb.net in order to send and recieve info from a comm protocol connected to my com1 port with RS232 com. can someone send me the right code te write and read to the serialport? I use the writeline command like that:
|
| I have a question about DLL location... | 23 Jun 2006 05:01 GMT | 1 |
Hello every one. I have a question about DLL location. Actually, I use DLL API which makes VC++ in VB application often, I always used absolute location about the DLL.
|
| Newsgroup vb.net | 22 Jun 2006 14:50 GMT | 3 |
can anyone still access this newsgroup ? microsoft.public.dotnet.languages.vb it disappeard on me yesterday and is not available. Miro
|
| DLL host application? | 21 Jun 2006 19:08 GMT | 7 |
I have a VB6 ActiveX DLL that is referenced by several VB6 Standard EXEs and WScript scripts. I've run into a situation where the DLL needs to identify which host has called it; basically, one step OUTSIDE the DLL's call stack. At this time, I cannot change the interface to ...
|
| IXMLHttpRequest not using IE authentication context | 20 Jun 2006 18:50 GMT | 1 |
I am using VB 6 to create an ActiveX control to use in IE. I was using MSInet to make http requests, but due to some limitations, I am now trying to use the IXMLHttpRequest object. I can successfully make the http requests as long as the web server does not require ...
|
| Problem with Multithread in VB6 | 17 Jun 2006 17:13 GMT | 3 |
Hi friends, I have tryed to create thread in VB6 but with few results I know that VB6 doesn't support, in native kind, multithreading but I have read that if I create apposite classes I can have good results
|
| This week's critical updates have stopped all of our users from being able to run COM+ components | 17 Jun 2006 03:44 GMT | 12 |
As you know Microsoft released a boatload of critical updates this week. Well, apparently several of our users applied them on their machines (all Windows XP Pro machines with SP2). Now, none of our applications will work for them!!! We rely upon COM+ components written in VB6 ...
|
| FileSystemObject ReadAll | 15 Jun 2006 17:45 GMT | 1 |
I have a question about the FileSystemObject ReadAll method. The documentation states that it reads the entire contents of a file into a memory buffer. Does anyone know how it does this internally? I ask because we have put some disk I/O monitoring software on our server and ...
|
| Calculations on activex components using IUSR | 15 Jun 2006 14:50 GMT | 11 |
I couldn't find a newsgroup more suitable this one for my question so here it goes. I have made a VB dll (activeX) that runs on Windows 2003. It's been installed many places and works fine however, there is one server
|
| FTP Client gets stuck | 07 Jun 2006 11:23 GMT | 2 |
I've developed an FTP client in Visual Basic 6. With this tool, I can download files from a server to a client through FTP. Everything works just fine, except when I try to download files that
|
| killing a process | 06 Jun 2006 22:24 GMT | 3 |
I call dll's written in VC from VB. I use LoadLibrary and FreeLibrary, but when I close the VB app, it remains in the windows task manager. It only does this if I invoke the dll call. If I close the vb app before calling the dll, the vb app task dissapears from the task manager. How
|
| Too much code in Form | 06 Jun 2006 09:14 GMT | 1 |
I am writing a large and complex sub procedure in a form, and when there is too much code I receive the error 'Common Language Runtime detected an invalid program ' when It reaches this function during runitme.
|
| ActiveX component can't create object | 01 Jun 2006 18:28 GMT | 2 |
I'm having problems setting up a monstrous COM+ Frankenapp on my local machine. The application works on the development server when I access it from outside, but I can't use my local version for debugging. The application works until I attempt to use a portion that requires some
|