VS 2010 Set Attribute using Tab Index?
Hello Guys, I'm writing some automation and have run into the issue where I'm unable to SetAttribute due to the Element ID being encryped on each page reload. However, I do have access to the Tab...
View ArticleVB.NET application program Deployment
I'm preparing deployment of my VB.NET application program. This application is using some 3rd party .NET dlls. I've learned two ways of deployment. 1. Copy dlls to the application folder. 2. Use GAC...
View ArticleVS 2005 I know this probably isn't possible but I thought i'd ask anyways
is there any way to make a richtextbox link to a program function/sub? the idea has hit me of maybe some external .vb script maybe, but i'm not even sure if it would do that (execute local file) hell...
View ArticleVS 2010 Making A 2D Line Graph From An Array - Brand New at this
Hi, I'm brand spanking-new to computers basically and have no idea what I'm doing. I'm doing a math project where I ran a loop to count the prime numbers and then divide the number of primes by...
View Articletabstop programmatically
Hi All I created form in WPF application. That form has some TextBox field. When I enter unique number in TextBox1 and that number exists in database rest TextBox fields received according binding data...
View ArticleNeed help with a tax return code
I'm using VB 2010 and I'm about as inexperienced as they come. I've only created a handful of programs and they were all simpler than this. I need to create a tax return program so: When given gross...
View ArticleWhy for loop wont continue?
MY FOR LOOP WONT START. Code Code: Public Sub deleteprofile(profilename)     Try      MsgBox(profilesearchbox.Items.Count) /// WILL PROMPT THE ITEMS COUNT <> 0          For b...
View ArticleNeed Help For Fibonacci Series Program
So, the program is supposed to generate the numbers in the fibonacci series. (Last two numbers make the next unknown number). You enter in the first two numbers, and it is supposed to create the next...
View ArticleStudent in need of help with sort and treeview
I am supposed to write a program that takes data from a file named data.txt, that is set up like so: ccc, root abc, child xyz, child bbb, child aaa, child rrr, root 453, child 123, child Jones, root...
View ArticleVS 2005 FormatNumber Problem
Hello guys! I got a problem with formatnumber. Here is my code: com = "INSERT INTO ProductTable VALUES(" & productid & ",'" & tbinvoicenumber.Text & "','" & tbcompany.Text &...
View ArticleVS 2010 classes
should i use a class to save and update my database? the database has a lot of fields and i want to keep everything in one place so i don't have to change code multiple times when i change my database...
View Articleread text into array
So im new to coding and basically whatim trying to do is Read my text file AppList.txt and parse it based on seperators. My current code is the following Code: Dim a As String =...
View ArticleVS 2010 [RESOLVED] Set datarow rowstate after table.ImportRow()
Hi Guys, I drag and drop datarows from a grid to a treeview. Then I try to change the rowstate of the dropped rows. Code: Private Sub gclevels_DragDrop(sender As Object, e As DragEventArgs) Handles...
View ArticleSending/receiving SMS messages from VB.NET
I wanted to implement SMS functionality into a Visual Basic.NET program. Then found a page (http://www.ozekisms.com/index.php?owpn=585) that offers two options to achieve this functionality. As a...
View ArticleVS 2010 disable button column's cell
Hi I have four columns col1 - gridveiwcol col2 - gridveiwcol col3 - gridveiwcol col4 - buttoncol based on the col1's value im disabling or enabling the remaining columns. It works fine for col2,col3 if...
View ArticleVS 2010 Monitor if an EXE file will run?
How can I monitor a system when he will run this certain program a log will be created. I have 1 idea in my mind but I guess it eats more resources. I will get all process list every 1 second , scan it...
View Articlecopy files from Sharepoint 2010 with windows authentication
Hello, I am trying to copy some files from Sharepoint folder to local PC but I am not quite doing it right. I am using Visual Studio 2010 (Visual Basic) I first tried this: Code: Imports System Imports...
View ArticleVS 2010 Windowsforms preference question
Hello everybody, Is it better to set things like; form background color, font size, etc... in the properties of the designer or put it in code? I am very interested in your opinions and the explenation...
View ArticleVS 2010 Help with multiple Forms
Hello All, I had an application that it's startup form is Form1 Form1 has a public variable called CurrFileNum (integer) Form1 calls frmCustomersList form. frmCustomersList dsplays a list of customers....
View Article