| Thread | Last Post | Replies |
|
| Erasing data in UDT | 28 Feb 2007 16:36 GMT | 1 |
Friends Is there a simple command or a method to erase all the data in a UDT? Thanks
|
| OpenProcess | 28 Feb 2007 07:38 GMT | 1 |
I tried the code bellow under VB6, but no results. file = "C:\Inetpub\wwwroot\MAX.mpg" sAppPath = "C:\Inetpub\wwwroot\mplayer.exe " & file & " -ss 00:00:05 -nosound -vo jpeg:smooth=75 -vop scale=120:80 -frames 10"
|
| Help with XOR... | 26 Feb 2007 07:37 GMT | 5 |
I am trying to do a fairly simple task...? I have 5 bytes (Hex) and wish to XOR them to make a Checksum byte (Hex). i.e 01 00 28 04 00 = 2D I'm having a bit of trouble... ;-)
|
| Need help on VB COM server | 21 Feb 2007 12:49 GMT | 4 |
I have a VB COM server that accepts a number of clients, either local or remote. The problem is that when one of clients crashes, the VB server does not detect the crash and thus does not close the connection properly. Is there any way in VB to detect the failure of client(s) and ...
|
| Licensing for command line compilation | 20 Feb 2007 20:54 GMT | 3 |
We are using several licensed controls in a large VB6/C++ project. We have one PC which we use exclusivly for batch builds. The VB6 components are compiled from the command line using the /make switch. Is it technically necessary to have a design time license for a control in
|
| CreateObject question | 19 Feb 2007 15:13 GMT | 2 |
How can I check all the types of Object which can be created by this function? I am using VB.NET. For example, CreateObject("ADODB.Connection") ADODB.Connection is one type. Can I view all other types which I can use in my system?
|
| How to export data from SAP to Excel | 15 Feb 2007 14:25 GMT | 1 |
How to export data from SAP to Excel ? OLE ? ABAK ? VBA ? others ?
|
| how create a lnk file with setup | 13 Feb 2007 17:28 GMT | 1 |
I will create setup installation with standard tool in VB that copy automaticaly a link icon on desktop (link to .exe file) It's possible? How? Thanks in advance
|
| Unpredictable behavior of VB | 08 Feb 2007 17:29 GMT | 8 |
Hi to All. My company is moving to a brand new product - Amisys Advance which at this point has an Extremely poorly debugged web interface (let's just say when I started this project I had a full head of hair..:)) Be that
|
| RPC_E_WRONG_THREAD errors in COM+ | 08 Feb 2007 09:51 GMT | 5 |
We're currently getting this error in certain configurations of an ASP application and we're looking for some clues, or even a good description of what the error means in internal terms. The associated message text is:
|
| Serialize or persist to file a com object from VB.Net | 07 Feb 2007 22:11 GMT | 3 |
Hi. I am wondering if it is possible to serialize or somehow persist a com object that does not implement IPersist or IPersistStream. Is it possible to roll my own serializer; ideally xml. However, this is an object that contains other objects.
|
| standart bas module within an activex dll | 06 Feb 2007 19:18 GMT | 1 |
Dear friends, I tried to create a constructor method within an activex dll project in the following manner: Within the project there is one standart bas module which has the public
|
| VB6 Instantiating Java Object | 04 Feb 2007 12:46 GMT | 1 |
Hi group, i vaguely remember something about putting a java class into c:\windows\java\trustlib and then being able to GetObject or CreateObject it and being able to use it whil COM is marshalling all the data from and to
|
| freedownload vb6.0 | 02 Feb 2007 16:56 GMT | 1 |
Hi, everybody where can i get freedownload for vb6.0 TAYE
|
| partition | 01 Feb 2007 16:42 GMT | 2 |
I have write the following command in visual studion visual basic 2005. shell("diskpart") The above command will set the 2nd partition of my hard disk to active. But I found that it require admin rights to run, is there anyway to change the
|