10,989 Topics
| |
Hi all, If I want to read an image and split them into pixel of rgb(red green blue) regarding their color. Is it possible to do it in vb? Or I need to use the different program? if you have any clue, please let me know, thanks. | |
ex : Set ie1 = CreateObject("InternetExplorer.Application") ie.Navigate "http://www.gmail.com" the above code opens the gmail.com page but the url will be something like [url]http://www.google.com/accounts/[/url]......... I want to get the url , whats the code for it and how to get ip address of an website Please HELP | |
I have .txt files saved as their date in yyyymmdd.txt format. I need to be able to open these files based on today's date or a cell value and use the info to paste into an existing excel file. I can handle the pasting of the info but do not … | |
I have to write a program to get traffic lights to work - how do i get it to show green and amber at the same time? any suggestions? | |
Hi, I have this form which so far displays data if its there or lets you enter new data in the form. I have a combo box which at present inserts whatever is selected into my table. How can I make it so the id of the item in the … | |
please help anyone.. i have MDE made with MS ACCESS 97 and i want it to work in MS OFFICE 2003, but have some errors... Can anybody help me with this problem??? | |
hi I have developed a project using vb dao. Now I want to generate report by using crystal report 9. can anybody help me with the coding of the same. | |
Hi, I have written an application in VB6 that grabs an image from a webcam and writes it out to the hard drive. Before writing it I would like to add a text line listing which camera it is and the date and time. I have no problem sorting out … | |
I have many microsoft access database and saved under file name like 4945.mdb, 4946.mdb, 4947.mdb etc.. Inside each *.mdb, there are data columns like Serial Number, Part Number, Qty etc. Let say I want to create a Query using VB to search one of the Part Number in all these … | |
Hi, i'm actually trying to display records from 3 tables in a Data Report using an InputBox. That is whatever information i enter in the inputbox the data report should display its appropriate records from the tables. i can display records from 3 tables in the data report, but how … | |
Hey I m a student of IT ENGINEERING in diploma inlast year could any one suggest a project which can be built in 3 months | |
Calculate the number of years worked to date. (Fraction of year, cut waste) as well as to receive a salary. (An integer). If working conditions and less than 3 years will receive 1% salary increase. If work has been 3 years but not more than 5 years will receive salary … | |
In een programma waarin een bepaalde code en database al jaren zonder problemen gebruikt is krijg ik bovenstaande fout. Als ik stap voor stap door het programma ga, loopt het zonder fouten door het instellen van de databasename en de recordsource. Deze recordsource is de recordsource van een data control … | |
Okay, I am hoping someone here can help me. I have figured out how to double click a cell in my excel worksheet to pull up the userform used to populate the data for each record (in columns C through DA) and repopulate the userform BUT when it repopulates the … | |
I need help with code to find the sum of several different subtotals that may vary in the amount of data. I have to pull from columns that may vary from report to report (the heading will always be the same but the columns may be different lengths) Ex: Category … | |
I have a code: [CODE]Private Sub OK_Click() Dim Username As String Username = InputBox("Username") If Username = "Martyna" Then MsgBox "Welcome, " & Username Else: MsgBox "Sorry, access is denied, please Check your username and try again" End If End Sub[/CODE] and it should ask 3 time for username then … | |
One of the requirements in a new project in VB is that 'it should good look'. Naturally the client doesn't have any clear idea about 'good looking apps' but wants it to look 'real good'. I can give it a XP style look using manifest, but I was wondering if … | |
1,a,Summarise the rules that apply to naming variables in visual basic b, i.) Define a multi-component user-defined data type called AirHandler having the ff components: colour (string) MachineNo (long integer) Length (single-precision real) Breath (single-precision real) Height (single-precision real) Cost (single precision real) ii)Declare a variable called AC_For_Barclays of type … | |
I created a install package on an XP machine using the VB6 package and deployment wizard. I can use that package fine on one of my Vista boxes, but another Vista box gets the error -- "Visual Basic 6.0 Setup Toolkit has stopped working" It starts the install, asks for … | |
I have a time values in MS Access database 4:30 2:15 3:20 4:45 I want to sum the time using VB code .The sum of the time should be 14:50 hrs not 14:10 hrs. Please help | |
hi guys does their any software that do the followings: suppose you have two different sheets of Microsoft excel 2007 like sheet 1 and sheet 2 in sheet one their are three columns A, B and C on other hand we have sheet 2 that contains only two columns like … | |
Hello guys, I just want to ask for a refresher tutorial on VB 6, Because I'm gonna need it to jog my memory in programming in VB 6 platform. Thanks for any reply in advance. | |
hi, i want to communicate with a slave device (temperature controller) using ModBus with RS 485 using VB6, but dont have knowledge of the same. Can you help me by guiding how to move forward..plz suggest some tutorial..or provide some sample program where data from a remote device has been … | |
I have a problem when I ran report from vb6. I use Crystal Report 8.5 as reporting tools and MySql as database for my program. When I tried to run the report in Crystal Report, it worked. But when I ran it from vb6, it showed an error: "Server has … | |
We have several legacy "Windows" applications built in Visual Basic 6 that until Windows Vista displayed normally. Now we have random textboxes that display with a black background, even before any records are brought into the form (and after as well). Some forms in one application have one or two … | |
I finished a VB6 app on Vista and packaged it there. But, when I try to install it on an XP machine, it says there are system files that need to updated. Is there some docs or help that would help with this... says what the developer should do to … | |
Hello frnds, I have created a b'day reminder application in VB 6. I want to that application will remind us every two hours in small icon like when small pop window. and i also want that my login form should be displayed at that tima when system booting complete. can … | |
How can I SWITCH the contents of 2 textboxes by clicking on a command button? I tried to solve it this way : [CODE]Private Sub Command1_Click() Text1.Text = Text2.Text Text2.Text = Text1.Text End Sub [/CODE] But it didn't work out and it only changes the content of text1 Thanks in … | |
Hello, Can anyone tell me how can i use Unicode Text from a file in a String or in a TextBox? Please Help Thanks | |
I am researching how to create a dll in VB..can it even be done? Does anyone know of any sites or books that can help me through this process? |
The End.