[RESOLVED] how to check if the same number (Value) exists in the database
im trying to check if the same number is the same like in the Db i put sime code but its not working Code:    If NewRec Then     If Not FrmInventory.LsVw.FindItem(Txt(9).text) Is Nothing Then...
View Article[RESOLVED] is declaration missing for excel headers color
do i need to diclare something here? Code: Â Â For inti = 1 To rs.Fields.Count xlApp.Cells(1, inti) = CStr(rs.Fields(inti)) xlApp.Cells(1, inti).Interior.color = RGB(0, 0, 0) Next inti xlApp.Cells(1,...
View Article[RESOLVED] Process Killer
Today I started reading about VB and decided to create a Process Killer, I tried too many ways to do this, but didn't work. So, if anyone can help me with the code... Hm, I think it just need a TextBox...
View ArticleZip 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 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 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 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 Articlehow 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 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