Highlighted a selected line in a textbox
I would like to know if it is possible to create a textbox in vb.net such that whenever I select/clicked on a certain line, I am able to highlight that whole line in multiple textbox. Sounds rather...
View ArticleVS 2012 Windows Store Application: Image Source
OK, this really sucks! :mad: I just want to display a picture from a dynamically created path. This is my code : Code: Private arrFolderNames() As String Private arrSubFolderNames() As String...
View Articlevs 2010 how to add to that another field in database
assuming i had only one field named "ID" then. Table1TableAdapter.Insert(Me.TextBox1.Text) then the datagrid will input the textbox1.. my question is how if i have two fields "ID" for the 1st column...
View ArticleError: Operation must use an updateable query
hello guys :wave: im getting following error for using Insert query using table adapter and my query is: Code: Me.PendingtblTableAdapter.InsertQuery(PFNOtxt.Text, namev, brcdv, branchv, regionv,...
View ArticleVS 2010 enter key in datagridview cell
hello, is it possible to catch the enter key in a datagridview cell? Rgds, Ashley
View ArticleVS 2010 Database problem
Hello to all, I have install my program on computer with Vista operation system, and this error appears, any idea what it is couse this problem. Problem is that database doesn't work. SQL server 2008...
View ArticleComboBox How-to-Question in VB 2010 Windows Forms
Is it possible to add a list of items to a combobox and then bind the combobox to a database field(early binding) so that when the user selects from the list of items the bound database field is...
View ArticleVS 2010 VS 2010 Crash
I'm trying to include the Crystal report embedded designer in my app but VS crashes when I drag it onto my form. Not only am I trying to use CR for VS2010 with SP6 I have CR XI R2 Developer I've read...
View ArticleSummarising arrays
I have four arrays that will have up to ten values in each. Some of the values will be zero or nothing so that the table may look like (i) txtL(i) txtQ(i) txtO(i) S35Q(i) 0 500 20 2 18 1 350 10 0 10 2...
View Articlehow to allow multiple users to log in
I have a vb.net application with a database in MS access stored in a machine.The MS access file is stored in a machine and i have around 5 client machines which are supposed to access the MS Access...
View ArticleVS 2008 Facing Issue while finding a file on my handheld device through my...
Hi, I am facing issue while finding a file (CeFindFirstFile(..)) on my handheld device through my Desktop application. My Desktop application is VB.NET application and OS is Windows 7. On the other...
View ArticleVS 2012 My aplication uses 100% of a CPU core even if idle.
I'm developig a simple aplication with vb.net on visual studio 2012 but it's very CPU consuming, i'm running it on a I5 with 4 cores and always cosumes exactly 25% of the CPU, one full core, even if...
View ArticleVS 2010 [RESOLVED] Diff btw
Code: HTML Code: Public Class Person Public personid As integer Public Sub New(ByVal id As integer) Me.personid=id End Sub End Class...
View ArticleVS 2008 Save Checkbox Value in Access databse thru SQL
Hey bro., Please help me to save the checkbox value into access database. below is my code to save one record. Thanks, vb kid Code: Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e...
View ArticleVS 2012 [RESOLVED] Get data mismatch with sql statement
Hi, I have been struggling with this sql statement for my vb application and was hoping someone could offer me a bit of help please? What I'm trying to is basically count all Bookingnumbers that = 1...
View ArticleNot a valid Win32 Appliation
i created a small billing software for my friend, the software is connected to an 2007 MS Excel File. Everything was complete and i copied the .exe file from my laptop to his computer. But it did not...
View ArticleVS 2012 multithreading question
Hi, I am a vb6 user not much of a vb.net. I was informed in vb6 thread that multithreading is not good to implement. Its either c# or vb.net. May I ask for help on how to do multithreading in vb.net...
View ArticleVS 2008 Cannot change text in a string with value of a string array from memory
Hi, i have a little problem, i am doing a application that takes the username stored as string array in process memory and i have a little problem. This string array contains Environment.Username...
View ArticleVS 2010 Loading a form in Windows form similar to "modalPopup" in web
I am loading a "loading" indicator in a separate form named popup, while I have a job running. This issue is: The form is blank when it is loaded, I have seen many suggested solutions on web, but none...
View Article[RESOLVED] [VB2010] - is there 1 function for test if is numeric and a letter?
i'm testing the keyboard. how can i test if the e.keycode is numeric or a letter? or theres VB2010 cames with a function for testing if is a letter?
View Article