11,868 Topics
![]() | |
I have made a program which can store users as records with different fields with a public type using text boxes and combo boxes which works fine but I also need to save a picture of the person in the file (same file if possible). how do i save the … | |
How can I draw a line on the form that can go around itself ? I would really appreciate if someone could help me out with this question. I have no clue how to solve it. Thanks in advance :) | |
Hi, I need to create an application that will count the number of students who score from 90-100, 80-89, 70-79, 60-69, and 0-59 on exams. (Grades are listed in a ComboBox). It should then display the number of students in labels, a second label should also display a message for … | |
hey folks can someone help me how to use or connect database to visual basic hoping for your kindness. God bless !!!!!! | |
The following code worked perfectly in word 2003, now in word 2007 it doesn't work if the resulting save file is on a network drive, it does however work on a local drive. We are scrathing our heads here if anyone has any ideas we would be happy to try … | |
hey folks its me again i have a big probelem i dont know how to use the patch of spyware doctor hoping to those person who have a good heart god bless to all pf you | |
hi all i am newbie in Excel VBA i created list in Excel and i wrote into ([B]a1[/B] cell-income, [B]b1[/B] cell-expence, [B]c1[/B] cell-kredit and [B]d1[/B] cell-debet) i enter a2 cell income (for ex:1000) and b2 cell expence (for ex: 100) and I give condition in VBA that if income greater … | |
Hello, I want to add integer value in specify integer from mix character TextBox, For eg, I have two TextBoxes first's name Textbox1 and second's name Textresult1 Textbox1.Text = "blabla 2 bla" Now after a empty space and before a empty space i want to + 1 in integer value … | |
i want to install visual basic 6.0 free download to my pc but i dont know if i can get here a free!!!! help me pls!!! | |
I have a question, and it is: How create win32 application in Microsoft Visual Studio 2008 ?? I do not want to select " Empty project " in " Additional options: ". i.e. I want use visual window for my program. Please help me. My language is C++. | |
Hello, Please help me in selecting a database to use with VB6. my application will store some 20-25 values each second (24 X 7) along with date-time stamp...and i would need to access this data for over 1 year period... Keeping this in mind...which database should i select? also please … | |
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 … |
The End.