VS 2010 Pop up message box?
Hello all, I need a code to put into my program. When you open the program a message box appears and you hit OK to continue. Anybody know the code for this? I need it to put the credits in my program....
View ArticleVS 2010 Cannot perform 'Like' operation
hello guys:wave: i was making a filtering option for the datagridview whose source is access accdb but im getting this error for entering any number or letter (ps: datatype for this Field is 'Number'.)...
View Article[RESOLVED] nested 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 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 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 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 ArticleVS 2012 Problem totaling datagridview columns from access
I have a DGV I populated from an access database. When I go into access I have a totals row below the columns. But when I import the table into my windows form there is no totals row below the columns....
View ArticleLocate an item in Combo Box
How to locate an item in a combobox by passing it's index value ? FindString method may not be useful as my combobox can contain similar strings. something like this .. But this does't work for me here...
View ArticleVS 2010 Writing formatted text to a text file
Hello, This is a follow on post from the following posts I made earlier in March/April of this year. These are my 4 earlier posts (in date order)...
View ArticleMaking a VB program with database
Hi people im new here o dont speak englisch so well so pardon me Iv got an assiment to make a program for servericng fireeqstiguisher like owner ID number date of servise yer of production spare parts...
View ArticleVS 2010 [Resolved] How To Stop The WebBrowser From Calling Internet Explorer
I create a webbrowser and set the AllowNavigation property to false. This works alright for most links out there, but when I encounter links that have this attribute: target="_blank" - then Internet...
View ArticleHelp Fix Drag and Drop between Flowlayoutpanel, When UserControl is Added
Hi.. I got problems where I'm going to put addhandler to enable drop and drop between flowlayoutpanels.. In my form1.. I have docked a flowlayoutpanel.. for testing purposes.. I have a button in my...
View ArticleVS 2012 BindingSource navigation not functional?
Hi everyone. I'm having an issue with bindingsources this time, the binding source is binded to a datatable and I have a datagridview binded to the bindingsource, thus I have the datagridview showing...
View ArticleSimilar windows (WPF) sharing the same methods
In winforms I could just use a base class (form) that has all the methods I would like the derived classes to use but since WPF prohibits 'visual' inheritance how can I do the same 'method'...
View ArticleVS 2010 cusotm textbox key event?
Hello anyone has seen this before when you have a custom textbox and the key event don't work vb code Code: Private Sub OnBaseKeyDown(ByVal s As Object, ByVal e As KeyEventArgs) If...
View ArticleVS 2008 How to look for files with certain suffix?
Hello everyone!:) I just started learning VB and I am having fun! This is my first post on VB forum, please help a newbie! In the design window, I have added a list box item named lstData and a botton...
View Article