Zip one file across multiple zip files
Hello, I know this can be done using various third party applications, but I need a VB6 equivalent which can run on a bog standard Windows XP machine. Archiving isn't essential, but I need Winzip to be...
View ArticleWebBrowser1 opening new window on form submit
Hello, I'm using the WebBrowser object within Excel to automate a task. I can use it to populate a form, but when it clicks Submit, it opens in a new window and losses the session information. Is there...
View Article[RESOLVED] how to check if my programm is already running
how do i check after i compile the project to see if its already running?
View Article[RESOLVED] Subscript Out Of Range error while saving from MSFlexGrid to...
Hello, I am working on a application where i am using a MSFlexGrid to allow users to populate data. When the populates the data in the FlexGrid and says "Save", the data in the grid is written to the...
View Article[RESOLVED] Txt index dosnt work on txt(11)
i have a code that if the user enters a letter or anything else beside a number then a msgbox popsout somehow there is a text txt(11) that dosnt show the msgbox this is my code Code: Private Sub...
View Articlehow to not update a specific subitem or field
is there a way to not update a specific subitem without getting a error? i have inventory and 2 text that are equal InvRemain & InvQuantity now in the form load i did that the InvRemain will be...
View ArticleCount login for consecutive days.
Hello, I am need of a little help. I am currently working on an application that records time when someone logs in and logs out of the system. I have the data of login and logout going into an access...
View ArticlePage Replacement Algorithm
Hi guys.. just want to ask if anyone here has a program for page replacement algorithm using FIFO, LRU, and OPTIMAL? Please :C
View Articlehow to sum all items in a listbox
i have a listbox that i add items in there e.x cards,phones,chair and so on how do i sum (caulculate) the items inside the list box and display it in a text or label?
View ArticleAddress Label printing
Friends, I am very new to VB I have a database having hundreds of records from which I extract Address using the Data Report It worked .But the problem is all the addresses are in a single column of...
View Articlepicturebox as tootltip
I don't know whether I am asking right question ,, but I thought is this possible to make picture box as tooltip for Listbox .. each listbox item will have different picturebox tooltip ..
View Article[RESOLVED] how to not update a specific subitem or field
is there a way to not update a specific subitem without getting a error? i have inventory and 2 text that are equal InvRemain & InvQuantity now in the form load i did that the InvRemain will be...
View Article[RESOLVED] how to sum all items in a listbox
i have a listbox that i add items in there e.x cards,phones,chair and so on how do i sum (caulculate) the items inside the list box and display it in a text or label?
View ArticleCalling External Function
Does anyone know if im wrong declaring the following function because i get a very big 'BAD DLL CALLING CONVENTION' error: I ported it from C++: Code: SCRAPERDLL_API void OverrideScraper(SScraperState...
View Article[RESOLVED] how to check if a appointment already made
this is a llittle hard i have a appointments schedules for the customers that want to cut their hair now lets say a customer name john has appointment from 08:00 to 08:30 in date 13-08-2013 with...
View ArticleFTP File upload status bar and check completion status
Hi, I'm doing a project where i need to upload pics to an ftp server and retrieve during display. The process will be like this : 1. user click a common dialog open 2. select a jpg file 3. the selected...
View Articlehow to make a list that will scroll up and down
i have a birthday reminder that show all the birthdays that the customers have in the same day.e.x if today is 14-8-2013 and the cust has a birthday in 14-8-1979 then i can see it.well it's obvious i...
View Article[RESOLVED] Need help (vb6 + excel)
How to find EMP CODE from " Column A " and get the entire value from Excel row and display it on listview? for example im searching for EMP code "3" Result will be displayed on listview Emp Code | Name...
View ArticleHelp with a program
Hello I am trying to make a simple program to send a MMC command (Read CD for example) to a DVD Writer (assigned letter E in my computer) when I click a button. I just started programming and I tried...
View ArticleRecordset cloned and AbsolutePosition
I'd cloned a recordset with the following sentence: Code: Set RcsCloned = RcsSource.Clone Dim lFound As Boolean Dim sIdValue As String sIdValue="1" lFound=False RcsCloned.MoveFirst...
View Article