| Thread | Last Post | Replies |
|
| Critical error hinders VB to create the executable | 17 Sep 2003 12:39 GMT | 2 |
I am having problems when I try to compile a VB EXE Project. After the compilation of the Project when Visual Basic is writing the .exe occurs a critical error that said VB IDE had to close and the .exe file isn't
|
| running vbs files on my computer | 17 Sep 2003 06:12 GMT | 1 |
I have some vbs files I've written that I want to run on my computer to esecute some other files I have. I'd like to know how, when the script on one page is done running, how to get it to move to another page, like in asp, where you use the
|
| COM+ Issue | 16 Sep 2003 22:13 GMT | 3 |
Let me explain how my app works. The client calls asp page, which in turn calls a COM+ components. This COM+ components connects to the database and returns data to the application .
|
| Debug VB ocx in VC container...... | 16 Sep 2003 15:48 GMT | 2 |
I have written a container in VC and my colleages are working on multiple ocx components written in VB which run in my container. All works great but now we want to be able to debug the VB components in VB6. Simple I thougt, just set the debuging option "wait for components to be ...
|
| Error (28) in my control | 16 Sep 2003 13:06 GMT | 1 |
I am creating a custom control which has only one text box in it. I would like to briefly describe about my OCX. My OCX is nothing but just a text box. The functionality of this control is to allow only integers or alphabets or
|
| Custom Font Property for my OCX | 16 Sep 2003 12:49 GMT | 8 |
Hi, Can any one help me please.? How can i get a custom Font property for my ActiveX Control.
|
| Help me think outside the box - implementation needed. | 16 Sep 2003 02:37 GMT | 3 |
Hey all, I'm hoping someone can give me a little nudge in the right direction. Here is the deal: I'm developing a part of my app that submits data across the internet, basically moving it from one database to another identical one. There is
|
| Newbie question on project compatability | 16 Sep 2003 01:37 GMT | 2 |
I am working on a VB 6.0 ActiveX DLL project, project is set to be Binary Compatability. I added a property to a class in the project, and compile the project without any problem, compiler does not ask me
|
| search and replace in text file | 15 Sep 2003 22:40 GMT | 1 |
I'm looking for an easy routine to perform a search and replace of a string in a text file. Any Idea.? Thanks!
|
| API Confused | 15 Sep 2003 19:38 GMT | 7 |
I'm going through Dan Appleman's book on API and am getting so confused. Can anyone suggest additional resources that might help me get the fog in my brain cleared? Thanks
|
| TCP Programming in VB.NET | 15 Sep 2003 17:44 GMT | 2 |
We need to do some TCP programming, ie. 1. Login to destination server. 2. Send string to destination.
|
| BackUp folder/file | 15 Sep 2003 15:08 GMT | 5 |
Is there a single line command in VB6 to copy a folder and/or file from within a project , say app.path & "\Entries" to a diskette in a:
|
| What DLLs are used by an application | 15 Sep 2003 14:56 GMT | 1 |
Does anyone know how I can tell what DLLs are used by an application, ie can I query an exe file to tell what DLLs it will try and use, so that I can check that these DLLs are in fact on the client machine and registered correctly?
|
| Encrytion Decryption Logic | 13 Sep 2003 18:57 GMT | 2 |
We are developing a Invoicing Module for a client who has their office in 2 locations, neither of these locations have an interconnection with a data line and thec lient doesnot want to connect thru a RAS.
|
| Self execution | 13 Sep 2003 00:14 GMT | 3 |
Is it possible to build a program in VB6 so all the activeX controls and all the files that are needed to run the program will be inside the .exe file? I mean, in Borland Delphi for example, everything is being compiled into one .exe file so the user does not
|