| Thread | Last Post | Replies |
|
| Not getting all records from RecordSet | 08 Nov 2006 13:59 GMT | 2 |
i'm running a vba application using Ms Access. in my database,Employee table, i'm having department ID same for 3 employees i need to get that id in an array i gave the code as
|
| timer1_timer sub not working? | 08 Nov 2006 10:17 GMT | 10 |
OK, so maybe I was a bit hasty in saying all was working.... Private Sub Form1_Load() Timer1.Enabled = False Timer1.Interval = 0
|
| How to transfer the call of a method (Hard ...... ) | 08 Nov 2006 10:14 GMT | 3 |
I have an ActiveX dll in VB6, containing a class module with several methods; in addition, a form with controls, in particular a command button. This dll is called programatically since other application, an macro of Excel. I call and run a specific method
|
| COM Object not available in VB6 | 08 Nov 2006 10:12 GMT | 2 |
I created a comclass from VB .NET 2005 but it fails when I try to load it into VB6. I followed these instructions To create a COM object using the COM class template
|
| vbscript does not work in Scheduled Task | 08 Nov 2006 10:10 GMT | 2 |
I have a script here that runs every 5 minutes in scheduled tasks. The script checks to see if the pc has a certain ip address and if it does it disables the dhcp client and displays a message. The problem is I have the task scheduled to run w/ the administrator's credentials. ...
|
| Question about 2D VB arrays | 08 Nov 2006 04:32 GMT | 25 |
This following question has started several "heated" discussions within my company between the C/C++ and VB programmers and it deals with 2d visual basic arrays. Say for instance that I want to define an array that consists of 480 rows by
|
| Create/Edit query in Access .mdb | 07 Nov 2006 23:24 GMT | 11 |
Is there a way to programmatically create or edit a query in an Access .mdb from VB6? Thanks, d
|
| File / Document Manager | 07 Nov 2006 21:06 GMT | 1 |
I am posting this question here because I would like to accomplish what I am about to ask about using the Win32 API. I want to create a file/document management system that will plug into the Windows shell and appear as just another folder. I want the user to be able
|
| Error getting exit code returned by MS-DOS command | 07 Nov 2006 19:01 GMT | 1 |
When I try to invoke MS-DOS programm from VB, the exit code return is aways 0. My code is: Option Explicit
|
| Problems designing UserControl | 07 Nov 2006 18:18 GMT | 18 |
Not sure if this is the right group for the question - redirect me if you think I should be asking it elsewhere. We have an MDI application with numerous MDIChild forms. Each has a large amount of behaviour in common, and I've been asked to investigate whether a
|
| how to store number in array? | 07 Nov 2006 17:01 GMT | 1 |
i have one text box and two command buttion one for show big number and another for add to array, i want to be know how to add numbers in array using text boc and displying big number in the array list.
|
| Shell to Non Exe Program | 07 Nov 2006 16:37 GMT | 4 |
Can someone please tell how I can shell to a non exe program using shell or an API to start the process (bat,msi...etc). Thanks Mark
|
| Displaying text in picture box | 07 Nov 2006 16:00 GMT | 1 |
hello ,I am reading data from a file and plotting them in picutre box like a graph. I am having one problem here after drawing the graph I would like to
|
| exe file created VB6 in windows english doesnot work in windows german | 07 Nov 2006 14:43 GMT | 7 |
Hello Fiends, I am having a problem in running exe file created in VB6. I have created an exe for VB application it runs well on my system . When I have copied this to other system where the operating
|
| OCX or method to display a group of images? | 07 Nov 2006 13:17 GMT | 3 |
I'd like to display about 500 similar sized images (say about 300x300 pixels) on a form. Is there an OCX or method to do this? The icon view in a ListView can only deal with icon-sized images I think. I can draw an array of Image
|