what is wrong with this code
Attachment 90321 attached file contains entire project... the code downloads zip file from website and extracts it... then it has to read the extracted file and output selected columns from the file to...
View Articlenew screen
hi i have been asked to develop a new screen and i just dont no how to go bout it. the screen will have nthe following text boxes on it SECID: Start date: End date: ISIN: it will also have check boxes...
View ArticleSend PDF file to printer
Hi A VB6 project sends PDF files to a printer. Its uses Adobe Reader, but has stopped working now the user has switched to Adobe Reader 10. I can change the code to work with Adobe Reader 10, but am...
View ArticleReport labels and textbox
Hello, I am using Vb 6.0 to develop an application.I have created a report but I want to know if it is possible to dynamically input values in RptLabel and RptTextBox. For example if I have a form...
View ArticleBit Numbering - Which way?
I have seen both numbering conventions: 01234567 76543210 I learned from my IBM days that it was always 76543210 Is this convention still used and is it used my Windows?
View Article4 Winsock Alternatives
By deep searching i found 4 winsock alternates. cSocket by Oleg Gdalevich cSocketMaster by Emiliano Scavuzzo UniSock by Vesa Piittinen cSocket2 by J.A. Coutts But i don't know which one of them are...
View ArticleHow to draw, fill and rotate a triangle
Hi, I need to draw a triangle a specific size, and fill it with a specific color. I have found code to do draw and fill, however I need to draw it rotated 0 (not rotated), 90, 180 and 270 degrees as...
View Articlewhy does this not work with microsoft access database?
Hi, I am using the following code for a login form. For some reason if i have multiple users in a database it will only work with the first user. So it wont check the second line in the database, only...
View ArticlePC System for VB6
i currently have a windows XP os with Service pack 2, 248 Ram and 1.70ghz 1.69 Cpu. so is this compatible to vb6? can i install it now? if you find any problem, please do address, i really must work on...
View ArticleVB adding images
I am working on VB6, and i want to know whether it is or not possible to add an image on a database, i would want to have a catalog like list on my Cashiering system. and do you think that would be a...
View Article[RESOLVED] ignore if a field is empty in microsoft access database?
Hi guys, Im using the code below to load data in to a listview, for some reason I get type mismatch on the line in bold. I beleive it's due to some of the data being blank on the column 'Contact Name'...
View ArticleWhy when i click a listview item it skips to another item?
Hi guys, for some reason when I double click a listview item it will automatically highlight a differant item straight after. Does anyone know why? Thanks Jamie
View ArticleMIDI Chilld Help i put a labe and made it full screen.
Hi, im new to Midi Chilld forms, my question is how do i make a form chilld form and make them stay up when i open a form,just like if i did not have a lable in it. please help thanks guys.:wave:
View ArticleHow to make application automatically update itsself
Hey everyone, I have a local application (consists of just 1 .exe file) and I want it to have the ability to check a network drive for a newer version of itsself. If it finds a newer version, I would...
View Articlecontrol array
i have a program for control array for option buttons.The program creates a control array of 3 option buttons.The problem in my program is that out of 3 buttons,once selected the first button,even when...
View ArticleApplication auto-update permissions
How is it done/standard industry practice for an application to auto-update itself or its sub-components? I'm encountering a problem where the end user does not have write permissions on the program...
View ArticlePlease Help: Detecting the Internet from a simple Function...
Hello, I am trying to write a net detecting function, that is able to work with Visual Basic and then make a set of CommandButtons, be either .Enabled = True or either False, depending on the state of...
View ArticleScrolling Images
I want to put 1 to nnn images arranged vertically one below the previous one untll all imageas are in a straight vertical column and be able to scroll up and down to see the images that are placed...
View ArticleLoading/saving of binary data and memory allocation for datalogging
Okay, I have run into a situation that I never thought I would have with VB6. I am doing a data logger that uses a USB device (FTDI FIFO chip). I am collecting about 8MB of data via USB. I get data...
View ArticleConnect to remote PC to get CPU, RAM, OS, and Model info
Does anyone have a good example of how to connect to a remote PC, to get info about the CPU, RAM, OS, etc? I've been doing a lot of searching, but not coming up with anything. I've heard some people...
View Article