VS 2010 Function problem !
HTML Code: Public Class login   Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click     If Register.TextBox1.Text = Me.TextBox.Text And...
View ArticleAdding values in a textfile
I'm trying to multiple two values in a textfile together and then add all the totals together into one value. This is my form: Attachment 99285 When someone clicks the "Values" in the menu bar, a drop...
View ArticleVS 2008 why i received this error in visual studio 2008
Hi. yesterday i was working in my project, suddenly i received a message to close the VS 2008. When i press the close button on that message then i received this message. Attachment 99287 Please tell...
View ArticleVS 2008 Automatic Type Inference not working in one project but works in another
I'm having this peculiar problem where the automatic type inference (ATI) for linq has stopped working in one of my projects. The project is of "Class Library" type. However if I create a new project...
View ArticleVS 2010 How Can I Disable Ctrl C, Ctrl A, Ctrl X Combinations from a text box
:wave: Hii Iam creating a program with VB 2010 And Want to disable Ctrl-C, Ctrl-A, Ctrl-X etc. combinations from a text box So that, the user cannot copy or cut or paste in that textbox but i couldn't...
View ArticleVS 2008 Delete please
Delete this thread please :D it was a stupid question that i knew the answer already but just a second after i posted it.
View ArticleSet limit to items in listbox
I am making a program which uses list boxes. There is a list of items in listbox1 and the user has to choose some and put it in listbox2. So is there anyway to set a limit to the maximum items that the...
View ArticleTime Sync. from within a project.
Hi, I think this subject may be interesting to more folk than just those following the post in which it was started: Quote: Originally Posted by dunfiddlin Drat. w32tm only works if Windows Time...
View ArticleVS 2010 multi conditions filter in vb.net 2010 access database
I have problem, i want to find total sum of rows between two times and two dates and a name here is the image Attachment 99301 time is one column and date is in another column I don't now to make...
View ArticleDisplaying book titles
So I have a form with a menu bar and a listbox. On the menu bar is the Display option with 3 choices; all, fiction, or nonfiction. The textfile has book titles, author, category (fic"F" or nonfic"N"),...
View ArticleIs it possible to control Volume, Get network info and battery info on mono
I was wondering if it was possible to be able to control/get the system volume, get network information (i.e is it a wired or wireless connection, name of network, etc.) and get battery information...
View ArticleVS 2008 Suppress form activated event
in a form , some code is written in form activated event if the form is open , and say for eg: and error or other information message dialog is displayed , immediately after the dialog is disappears...
View Articleusing selectItems for CalcDistance
I posted on this before and someone helped me but I just could not get it to work. I have been working on it but I have some mistakes that I don't know how to fix. Could someone please look at this and...
View ArticleVS 2010 Need webbrowser click event
Hello. I want to know if there is an option to detect a webbrowser event: every website I navigate, I need to know if user clicked a textbox, richbox etc (any object where user can write text), and...
View ArticleTurning off an Implementation
I have a form that implements System.Windows.Forms.IMessageFilter. The implementation of this interface requires a certain method that intercepts windows messages of certain types so that you can do...
View ArticleVS 2010 How to Update the access table rows with relative rows from another...
Dear All, I am creating a simple banking application for my college project in VB.net 2010 with access 2003 as back end. I have created four tables as CashDepositReg, CashDepositTran, CashWidrawReg,...
View ArticleCheck integer value to arraylist value
Hello dear programmers! My program has 2 labels which when pressed increment an integer. I add the value of the integers to an array which I sort. I then compare the value of the integer back to every...
View Articlehow to load certain text to listbox
my text file looks like this apple 2 $1 oranges 1 $1 mango 5 $1 cherry 4 $1 how can i load just the names into a list box? thanks
View ArticleVS 2010 How to take data from HTML grid and put into VS grid?
I wanted to take the text data from a website grid and put it into VS. All of the columns and rows of text must be in order. How would I do this?
View Article