| Thread | Last Post | Replies |
|
| Adding new methods to OCX. | 18 May 2005 09:48 GMT | 2 |
I am currently developing an ActiveX dll and a client application in tandem, both in VB. Both projects are in the same VB group. Every now and then I add a brand new public method to my ActiveX dll and call it from my application. I am sure I have done this sort of thing in
|
| Code in Visual Basic | 18 May 2005 07:53 GMT | 4 |
Hi all I am new to Visual Basic program but I know the basic of it. What I dont know is the code,what are the comands and what they does.I have programed in the past in the probabily the first version of the
|
| Resource File Queries | 17 May 2005 23:01 GMT | 1 |
I'm in the process of using a resource file to store my pic, sounds, icons, etc and I wondered if you could answer the below queries for me: 1) Is there any 'close' routine that needs to done (like I usually would with a COM) when my app finishes to free up the memory/resource that ...
|
| How Increase Timer1.Interval beyond 1.09 Minute Max | 17 May 2005 20:56 GMT | 4 |
Anyone have any good ideas about how to lengthen the timer interval in VB6. I have tried using some loops with multiple timers with no success. I want the interval to be around 10 minutes. Here is the previous code I am going off:
|
| vb6 standalone and vb dll program..how to return value | 17 May 2005 20:20 GMT | 35 |
I think what I'm trying to do is pretty simple but have never done it before so definitely could use some tips! I have to write two VB6 programs, call them a.exe and b.exe. For control purposes, I do have to keep them completely separate.
|
| License Information for This Component Not Found" Error | 17 May 2005 16:04 GMT | 1 |
License Information for This Component Not Found" Error I am facing this problem when I am running my code from VB IDE. The error is with THREED32.OCX. I tried different way but unable to rectify this problem. I went through the article by microsoft but couldn't do
|
| Declare Function | 17 May 2005 14:35 GMT | 7 |
I need a solution to set a variable path for the LIB statement for using a external DLL. NOW: Declare Function SeekName Lib "F:\MYPFAD\TMWORD.DLL" (ByVal c1 As String,
|
| Help Needed Basic Language Statements | 17 May 2005 07:56 GMT | 1 |
I have done a lot of programming some time ago using Fortran and various varieties of the Basic programming languages, Hewlett Packard Technical Basic, QBasic, Quick Basic. With each of these languages there were documents (books, etc) which
|
| job search website | 17 May 2005 05:10 GMT | 1 |
http://www.onsofts.com Consolidate major job search websites(Monter, vault, hotjobs, carrrierbuilder). Job search resource and interview tips. Post your resume on-line to let employers find you.
|
| ocx question | 17 May 2005 03:06 GMT | 4 |
I'm playing around with activeX-control creation. It's the first time for me but it going well. And turns out to be not all that difficult. I have created on a (activex) form, a command-array within a frame
|
| Invoking functions from BAS Modules | 17 May 2005 00:25 GMT | 5 |
I am totally new to VB and was wondering how to call functions in File.vbp (or the file that performs UI) from Module.BAS. So, if I have in File.vbp: public Function Form_Load() //code
|
| Calling a C++ EXE From VB6 | 16 May 2005 23:37 GMT | 1 |
Does anyone know how to call a C++ EXE and get the return code from the EXE using the windows API. Thanks for your help, Ryan
|
| Exporting Functions | 16 May 2005 20:22 GMT | 7 |
I need to write a DLL app in VB whose functions would be called by another app. VB's DLL's don't support exporting functions. However, I found a site that provides a way to export VB functions. But, I have been having trouble making that compiler-linker to work. I am new to VB ...
|
| Getting rid of placeholder space of TreeView nodes without image? | 16 May 2005 19:36 GMT | 1 |
I have a TreeView with ImageList, but only some nodes get an image. There are a few nodes that don't get an image. The problem is: There is a blank space in front of the nodes without image, i. e. an empty placeholder for an image and the text is moved away from the
|
| Zip files | 16 May 2005 16:13 GMT | 4 |
Is there a way to create zip, or compressed files/folders using VB 6. Files need to be accessible by Winzip at another location. TIA
|