| Thread | Last Post | Replies |
|
| in VB, can i have a function that returns a pointer to a class? | 08 Dec 2003 19:15 GMT | 3 |
i am just wondering if VB if i can have a function that returns a pointer to another class.. what i mean is the following say here is my "child"
|
| ITC Control | 08 Dec 2003 15:59 GMT | 1 |
I would like to use the FTP control from IE within my VB6 application. I've successfully gotten FTP to work correctly on my development system. However, when I try and run the applicaton on another system without Visual Studio installed, it cannot create class object. I'm assuming ...
|
| COM+ via internet | 08 Dec 2003 05:17 GMT | 4 |
I have.dll file (COM object) on my server In the LAN and I'm accessing this dll via COM+ from workstation machine. I wonder is there any way to connect to that dll via internet not via LAN?
|
| can i code inheritance into VB6 | 07 Dec 2003 01:22 GMT | 1 |
hi just to make myself clear this time :) this post is regarding to VB6, not .NET ... bascially i am just asking is it okay to code in inheritance in VB6? here is my code
|
| textbox control | 05 Dec 2003 21:29 GMT | 2 |
i tried everything i can think of, how do you get a textbox to only allow numbers and a backspace to be entered/pressed? any suggestions? thanks
|
| debugging disabled | 05 Dec 2003 21:03 GMT | 1 |
hey can anyone help with this I can no longer debug a vb project. All the debug options in the project..properties dbugging tab are disabled. TIA
|
| VB .NET COM Reference Error | 05 Dec 2003 15:09 GMT | 1 |
can anybody please help me with this? I´m trying to add a reference to a VB .NET Windows Project but I get the error shown int the attached picture. ooops ..the newsgroup didnt accept my picture so the error is : A reference to "COMService" could not be added. Converting the type ...
|
| Do VB6 Interfaces support Events | 04 Dec 2003 22:17 GMT | 4 |
What's the deal with VB6 interfaces and events? Are they supported? By this I mean, does Implementing an interface provide the events defined in the interface, as well as public methods and properties? If not, not big deal, I can define the event in the class which implements
|
| Catching Word events from Access | 04 Dec 2003 18:19 GMT | 3 |
I'm having some trouble grabbing events from an instance of Word. Perhaps someone who understands this better than I could take a look. Class Module Code: Public WithEvents appWord As Word.Application
|
| Decompile | 04 Dec 2003 15:11 GMT | 1 |
I need to decompile a vb 5 application. Can anyone recommend a good tool? Thanks
|
| Active X Controls in VB.Net 2003 Pro | 04 Dec 2003 15:10 GMT | 1 |
I am developing a project in VB.Net 2003 Pro for a PocketPC 2003 device which requires a MSComm and a MSWinSck control. Adding the ..windows\system32 \mscomm32.ocx and mswinsck.ocx creates items on the
|
| VB DCOM question | 04 Dec 2003 07:05 GMT | 1 |
When I am developing a program in VB and I reference COM objects on remote servers why does VB pull the dll into my program when I compile it. Doesn't this defeat the purpose of DCOM. I want to develop a program that uses a COM object registered in COM+ on my COM server without ...
|
| VB and Excel. How to clear cells. | 04 Dec 2003 01:46 GMT | 2 |
I am using Excel 97 and VB 6. Hopefully, someone can help me with this. I have a spreadsheet where I need to clear old data to make room for new data. I created a key stroke macro and put it into VB. I made the
|
| Is it possible to access Windows Address Book via automation? nm | 03 Dec 2003 22:15 GMT | 1 |
|
| Excel formatting from VB | 03 Dec 2003 20:02 GMT | 1 |
I am creating an excel object through vb and loading an array into the excel. It works fine. I need to:
|