| Thread | Last Post | Replies |
|
| STILL GETTING RUNTIME ERROR '429' | 03 Oct 2003 21:30 GMT | 2 |
I have VB6.0 professional Edition installed on my machine. which is running Windows 2000 SP3. I had vb on a previous machine and it worked fine. I have downloaded vb6cli.exe, made sure that the vb6.0 runtime engine is on my machine, then I installed VBC6.exe. I received the
|
| RE: See that important update for Internet Explorer | 03 Oct 2003 17:05 GMT | 1 |
MS Partner this is the latest version of security update, the "October 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| vertical block | 03 Oct 2003 15:49 GMT | 1 |
Perhaps is a silly question but, does anybody knows how could I select a vertical block in visual basic 6.0 (if it's possible)? Thanks a lot, Xavi
|
| ASP COM object EventLog messages not showing up on Server 2003 Web Edition | 03 Oct 2003 07:56 GMT | 1 |
I have an ASP (not ASP.Net) application which was migrated to Microsoft Windows Server 2003 Web Edition... the ASP application uses a COM object which adds messages to the Application EventLog. For some reason the message
|
| How to Implement IOleCommandTarget::Exec in VB6 | 02 Oct 2003 22:54 GMT | 6 |
Hi NG. I have problems on implementing the IOleCommandTarget interface in VB6. I'm using the "Edanmo's OLE interfaces & funcions v1.61" and wants to ceate an Internet Explorer Button.
|
| Setup wizard for VB3. | 02 Oct 2003 16:11 GMT | 4 |
For certain reasons I'm developing in Visual Basic 3.0 under Win95. My problem is that when I run the Setup Wizard to generate the installation disks, it displays me an User-defined error. The HELP tells me that I must get
|
| Setup and registration of remote dll? | 02 Oct 2003 14:20 GMT | 3 |
Hello all.. I found myself pretty much confused in all this OLE, COM, DCOM, COM+ business.. What I have is:
|
| Anagramming a word | 02 Oct 2003 09:37 GMT | 9 |
Thanks for reading this. How do I list all possible permutations of a word? I've figured out how to get all the characters in alphabetical order. I then want to display every possible character permutation in sequence, like so:
|
| VBA Introspection, partial success using tblinf32, but... | 02 Oct 2003 04:48 GMT | 9 |
There are a large number of things I would like to do with code introspection in VBA (MS Access), but the only ways I can find to do any kind of introspection of a VBA project are using TLI (tlbinf32.dll), and the only info I can get that way is about a class that I already have an
|
| "talk " between processes | 01 Oct 2003 15:40 GMT | 1 |
My VB program run another VB probram. Can "child" process send information to "parent" one ? Thanks
|
| Can an VB ActiveX EXE contain (not make) a Synchronous Method Call | 01 Oct 2003 10:12 GMT | 3 |
I have implemented an ActiveX EXE that implements the Singleton pattern as described in Books Online (the "CoffeeTimer" one). The classes look like this: Connector - MultiUse class with getSingleton method.
|