| Thread | Last Post | Replies |
|
| Report | 16 May 2006 08:58 GMT | 4 |
I have a problem with data report! For example i have this table: id name points -----------------------------------------------
|
| ActiveX control with asyncronous notifications | 16 May 2006 08:07 GMT | 1 |
I need to create an activeX control that runs on a different process that runs on a different process (it performs very lengthy tasks and I don't want it to block the UI of the main app). Is this possible? I believed that ActiveX exes could only contain classes,
|
| Problem adding currency in VB6 | 16 May 2006 05:13 GMT | 5 |
I'm trying to write a simple program to print invoices for people I do work for. I've got a form with textboxes for descriptions and amounts for items, and some code for printing the invoices. It all works except for the one line that adds all of the item amounts. At run time, a ...
|
| CancelUpdate | 15 May 2006 23:37 GMT | 10 |
My VB6 project is going crazy. It uses the ADO and M$ Jet. Currently there are 2 records in the db. Let's say I want to add another record. So I hit the adatPrimaryRS.Recordset.AddNew and the input boxes appear. I changed my mind and want to cancel the new record
|
| Navigating datagrid help | 15 May 2006 18:35 GMT | 2 |
I wish to navigate a column in a data grid. where by when the user types a value (single character) into a cell it automatically moves onto the next cell in the column. If this is not possible then I would like to do the same thing when the user presses 'enter'.
|
| printing all format files like .jpg ,.xls, .xls, .doc | 15 May 2006 12:19 GMT | 4 |
i m new to VB. i want help in printing all kind of files, once i click the command btn on form ,dis file should be printed directly without opening. i hav the path of file.
|
| Date to actual date format | 15 May 2006 00:22 GMT | 11 |
Ok, my vb program takes a date from a record in a access database, but when this is shown on my program that was once 19/11/06 for example it is 191106 in my program, how can i make it so that it is displayed like it is in access (19/11/06).
|
| Catching an error within an error block? | 15 May 2006 00:00 GMT | 1 |
Is it possible to catch an error within an error processing block? Something like this: On Error GoTo errorBlock Dim l As Date
|
| is possible to arrange the form into wbook in vb classic (6.0) | 14 May 2006 19:57 GMT | 1 |
thks for help... http://www.mytempdir.com/665984
|
| MSFlexGrid saving to database | 14 May 2006 01:50 GMT | 2 |
I would like to save the contents of a FlexGrid to a database file. The contents of the FlexGrid change based on user input. I am a database beginner, so please provide code. Thanks.
|
| good reading a textfile | 13 May 2006 15:55 GMT | 1 |
A textfile can have different formats like ANSI,UTF8, Unicode ... Using streamreader for a textfile can have different results for chars like é,à,è....depending of the fileformat. To solve this problem I have in the code analysed the chars in the beginning
|
| Get list of available printers | 13 May 2006 10:49 GMT | 2 |
I want my program to display a list of available printers when I click the Print button. Also once I've chosen a printer from the list, how do I set my choice as the printer object so I can send use it to print?
|
| Resource File Question | 13 May 2006 10:45 GMT | 1 |
Suppose i include a jpeg image as a custom resource, i tried this: picture1.picture=loadrespicture(101,"custom") it said type mismatch. i tried to write the resource to a file in app directory and then load it using loadpicture. it worked. the problem is
|
| Error -- Not A Valid Password | 13 May 2006 00:36 GMT | 5 |
I'm using VB 6.0 with an Access 2000 database. I set the password in the Access database to: abcdef1234. Then, using a MDIform, during the load event, I send the program to a procedure to get some info out of the database that has been password protected. I use the following code ...
|
| Capture output of ipconfig /all | 12 May 2006 18:05 GMT | 1 |
How can I capture the output from the external command "ipconfig /all" ? Thanks
|