[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[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 ArticleShow listview item(s) using filter property help
Good afternoon, I am pretty new to VB6, however I have been able to produce a working application that writes to a database with the ability to update, save and delete recordsets. The application shows...
View Articleocxs in app directory on a flash drive
I have my app on a flash drive. I've included ocx files needed in the app directory on the flash drive (like mci32.ocx, msflxgrd.ocx, etc.). Even so, my users (my students) who have windows 7 or 8 get...
View Articleedit causes compile error
I get this error: compile error wrong amount of arguments or invalid property assignment: This is highlighted : .Line (X1, Y1)-(X2, in the next to last statement below after I make any change in any...
View Article[RESOLVED] how to check if a person in the listview is choosen
i have a email form sender with a listview and checkmark inside the listview how do i check if i choosen something from the listview i mean if a person is choosen and when i press the send email button...
View ArticleAsk The Audience (Who Wants to be a Millionaire): Percentages Question
I am in the process of developing a Presentation Software of the game show Who Wants to be a Millionaire?, and I am trying to figure out how to calcuate the percentages of all four answers for the Ask...
View ArticleMonthCalendar holidays
Hi I'm using MonthCalendar from Codejock. Is there any way to highlight holidays? Thanks in advance!
View Article[RESOLVED] how to show birthdays name in a text while scrolling loop
well tnx to senior SamOscarBrown i finally found what i need for my project:thumb: i tried to figure out how do i combine my code with the scrolling code i got a hedek this is the code for the...
View ArticleHow to monitor the connections on a particular Network Adapter?
First of all this is not a homework or anything of that sort. What I intend to do is monitor the traffic over a particular network adapter. By just typing 'netstat' into commandprompt you can get the...
View Article