| Thread | Last Post | Replies |
|
| How image size can change using Intel Library | 25 Apr 2006 22:53 GMT | 5 |
i am creating a JPEG File from bitmap using Intel Library. its work fine. but i want to change size of the image. how i can do this. when i change size of the image for jpeg file then if size is less than the original image size then it cut the image of that size and if it is
|
| Programmers needed for Freeware VB6 D&D application! | 25 Apr 2006 21:14 GMT | 3 |
We are looking for a few good programmers. Occult Entertainment is a non-profit software development organization - we are, basically, a small group of people who believe in making quality freeware.
|
| The Jet VBA file (VBAJet.dll for 16-bit versions, or VBAJet32.dll for 32-bit versions) failed to initialize when called | 25 Apr 2006 21:01 GMT | 3 |
I have one user who is having problems with the DAO jet engine. It gives the exact same error message that MS has an article about. I follow that steps and it did not fix it. I try running the MDAC and jet35 sp and that did not fix it either.
|
| RecordSet Field Naming Problems | 25 Apr 2006 20:56 GMT | 8 |
I have this in my code.It assigns a variable ProjectName to the recordset field named ProjectNumber. GRs!ProjectNumber = ProjectName No compile errors. Only problem is that I need to have the recordset field
|
| Shell .PIF file to DOS nogo due to invalid Autoexec.bat line. | 25 Apr 2006 19:00 GMT | 1 |
Five vb6 apps of mine submit pif files to run an EXE file under DOS. This is done with a "Shell run-fit.pif parm1 parm2 parm3 ..." command from these Windows 95/98 app. These autoexec.bat files for these apps includes two lines attached by my Windows app (ie. front-ends). The
|
| speaking of high horse | 25 Apr 2006 18:50 GMT | 5 |
All this for a misplaced %$^&%&%&^ "MOUSE CLIK"
|
| Flicker when going to server | 25 Apr 2006 18:30 GMT | 9 |
I just noticed there is an awful flicker on the screen when accessing the Sql Server database. Is there any way to get rid of that? Any help will be greatly appreciated!!
|
| Using Excel Files in VB 6.0 | 25 Apr 2006 18:00 GMT | 5 |
Is there a way to open and use an Excel file in VB without requiring an instance of Excel be present on the PC? Most of the examples that I've seen use CreateObject with Excel before proceeding. I want to take a user supplied Excel filename, open the file and extract specific ...
|
| Command buttons and changing colors question. | 25 Apr 2006 16:41 GMT | 5 |
My form has 6 command buttons I know I can use: Private Sub Command1_GotFocus() Command1.BackColor = RGB(255, 255, 198)
|
| Excel VB slowness | 25 Apr 2006 16:35 GMT | 2 |
I am trying to copy data from one spreadsheet to another. When the data is new (which I test using the .find method) a form appears for the user to enter values and make sure all data is correct. For some reason, after around 80 appearances of the form the whole spreadsheet
|
| Too many Fields Defined(Error 3190) | 25 Apr 2006 15:55 GMT | 1 |
i m using vb6.0,Access and crystal report 8.5 to make one s/w.everything is ok.my s/w is running.but problem is that when we want to report then one error is coming "Too many fields defined (error 3190)"
|
| Logging a print job | 25 Apr 2006 15:44 GMT | 1 |
Having produced a report using DataReport, I would like to log the fact that it has actually gone to the printer. I do not want to log it if someone fires up the report, shows it and then closes it again. I am only interested in logging it if it becomes a print
|
| Changing mouse pointer when hovering over grid cell | 25 Apr 2006 15:34 GMT | 9 |
I am using an MS Flex grid to display some data, some of which are links. I would like the user to have the visual efect of the default mouse pointer changing to a hand when the user moves it over the cell with the
|
| Clearing up after File Management Functions | 25 Apr 2006 14:45 GMT | 2 |
I have started to use API calls such as CreateFile, ReadFile etc. When the program ends in error (quite frequent during development..) it seems that the files that are open at the time of error can't be openened again until the VB6 IDE itself has been restarted.
|
| Xml Parsing from memory | 25 Apr 2006 14:04 GMT | 4 |
Im downloading an xml file from a web service which i have to parse and then put it in a database at the same time. Now the problem is. When i download xml file from by using a web service i display it first
|