How to find a word or number throughout the tables?
There is any option for find a particular word or number in all tables in the specific database. Now i'm using MS ACCESS-2007.I can find specific word in tables alone.For eg:I can select one table.Then...
View ArticleVS 2010 Please help me on my assignment.
so here is my program, the condition is if I input a (regardless of the case) it will add the two numbers and a messagebox will appear. if I repeat the process; erase the choice, input a again. the...
View Articleitem could not be found in the collection corresponding to the requested name...
why do i get this error if my fields are correct? Code: Dim EmpNo As String Dim stat As String Sub Verify_Account() stat = 0 strSQL = "SELECT * FROM Users"  With rs   .MoveFirst   While Not .EOF...
View ArticleVS 2012 Whats the best way to create a database to log numbers and reports?
I am creating an application to keep track of numbers in our department. Each employee (20 of them) has daily numbers that they write down and fill out at the end of the day and turn into the...
View ArticleVS 2008 RichTextBox NewLine/CurrentLine/SelectedLine
Hi. I want to make a private program that navigate sites wrote in richtextbox, like that: Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick...
View Articlenested DataReader
I'm using nested datareader in my program which returns an exception as follows: "There is already an open DataReader associated with this Command which must be closed first." When i alter the...
View ArticleCounting Particular Letter Occurrences in a String
I want to figure out how to count particular letter occurrences in a string, from letters typed in an input box. Once I have the letter occurrence counting figured out, I plan to do math with the...
View ArticleW7 - vb6-98 - access - excel - error 3061
VB6 (32 BIT - 1998) ERROR 3061 - WINDOWS 7 - ACCESS 2007 - EXCEL 2007 I wrote a VB6 program that extracts records from an ACCESS 2007 database and writes them into an EXCEL 2007 sheet. The program...
View ArticleVS 2010 Need your touch to enhance (English learning program)
Hi all This is a quite simple attempt to visualize my approach to help English language learners ( I am Arabic,..English language learner too :bigyello:). Attached Files english-describing.zip (149.3...
View Article[RESOLVED] How to display all dates of a selected month in separate labels.
Hello, I am currently working on a project in VB6 and I need a little help. I have a combo box which I will use to select the month. Once I select the month, I want the labels(control array) below to...
View ArticleVS 2010 Random Image in multiple PictureBox with unique image per picturebox.
hi guys! i'm new in VB i want to call random images from imagelist in multiple PictureBox but my problem is same image has been called.. this is my code: Private Sub btnMore_Click(ByVal sender As...
View ArticleVS 2010 Random Image in multiple PictureBox with unique image per picturebox.
hello there!,, i have 1 imagelist and 12 picturebox with random images.. my problem is when i clicked the button Shuffle the picturebox has the same image in the other picture box.. i don't the...
View ArticleReturn a Value from a Built-in Procedure?
Hello, Please excuse the title, I really have no idea what else to call it. But I'm trying to make a function that returns a value off a procedure called from a private Module, say, Command1_Click(),...
View ArticlePermission Denied on Key Preview
Env -- VB6/ win7 Sir, I have designed a VB6 form on with I have made the key preview on. I want my users to change the focus on next control and select the whole text on that control on press of ENTER...
View Article[RESOLVED] right click on Label
is there any code which can be implemented on all labels on form for right click and copy given link of labels to clip board .. need help please
View ArticleVS 2010 How to databind Combobox
Before I changed my code, I used vb.net Code: daLevel.Fill(ds, "tblLevel") to update the datatable. This specifies a dataset (ds) that I could then use to bind to the combobox in the following way:...
View ArticleVS 2012 VbCompiler
If I create an application that uses the VbCompiler, and then release this application as a commercial application, are there any legal issues with users creating and executing code made via the...
View ArticleVS 2012 DirectSound
Can I please have some help to create a simple DirectSound audio file in Visual Basic.NET and then be able to play this audio file. I see that there are a lot of resources for playing audio with...
View ArticleSave x and y value of chart upon mouse click somewhere on the chart
Hi, I was looking on the net for a solution to my problem and did not find one directly. In visuals studio 2012 i have a program. In this program i make a chart according to some calculations. Upon...
View Article