VS 2010 How could I make this code simpler?
Code: Â Â Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Â Â Â Â If RadioButton1.Checked And RadioButton13.Checked And TextBox2.Text <> Nothing Then...
View ArticleStill stuck with added a record :(
Hi. i'm still stuck with a simple code :( I'm doing a college project..a basic payroll system.VERY basic (as many of you prob know if you have seen my other posts) After messing around with it i have...
View ArticleShared functions
A basic question, but for someone who does not know the answer, it's not that basic. Looking at Object orientated programming a function within a class can be defined as Public Shared function...
View ArticleVS 2008 Sql server update date with wrong value
hello all i have this code code that update insert record in the SQL Server database Code: Dim rs As New SqlCommand("INSERT INTO " & sTable & " (TireID,RFID,Model,[Tire...
View ArticleHow to change the connection string for a mdf file at runtime in VB 2010
I am using VB 2010 Express with a Sql Server 2008 Express local database for the first time (Just learning!) I would like to change the connection string at runtime to point to a different computer on...
View ArticleVS 2010 Enter key in Textbox and Calling another Sub
I almost feel stupid for asking this because it should be something to google, but I wasn't successful. I got pretty comfortable with VBA and I was able to do it there, but I'm writing my first code...
View ArticleVS 2012 getting specific tags/text with HtmlAgilityPack
Hello, i'd like to know how i could extract specific information from websites like Twitch using HtmlAgilityPack. For example lets use this random channel: http://www.twitch.tv/grossie_gore I would...
View ArticleVS 2010 Ready to give up :( ! Radio button...
Simple question, I hope: How do I "click" a radio button from a currently open browser, not WebBrowser1? Sample Code: Code: Dim btnClick As HtmlElement =...
View ArticleVS 2008 does ACR120U work in win 8?
I use acr120u 64x Bit driver. but when i read SN card i only get 1 SN(exp: 8f 0 0 0), if i skip to get ID card when login i got error -3030. what the solution for this? Thanks
View ArticleVS 2010 Collections and Streamreader
I am currently working on a small doctors office project. The extent of my knowledge is using collections. So to premise, each doctor is allowed a maximum of 3 patients. On day 1: I need to create up...
View ArticleSystem.Drawing.Size values automatically changing in designer.vb file
Hi, We have a application which is developed using Vb.Net. We have a form in that application which uses MSFlexgrid and some other control.If we open the form in different PCs,it seems to be values for...
View ArticleDeploying ClickOne application with network share
hi, We have a server PC and other client PCs working connected to server using LAN. We have a application for our internal use which is developed using VB.Net. I used steps in...
View ArticleIF-THEN-Else Help
Hey all, need some help here. I'm creating a life expectancy calculator - and I need some help with the if-then-else, structurally. Basically, I need a if/then for M or F then a break down of ifs...
View ArticleVS 2010 Help with a program
I need help with a program I am creating. First, some background.. I am using the 2010 Edition This program has a simple GUI: Fahrenheitlabel, FahrenheitTextBox Celsiuslabel, CelsiusTextbox a button...
View ArticleVS 2010 Help with searching list boxes
Hi everyone! I'm a new member here and would like to send big greetings :) I have a problem with VB2010, I've been trying to write this code for like 5days and cant seem to even know where to start :(....
View ArticleVS 2010 Textbox to highlight as a URL bar should?
Hello all! This is my first post so I am sorry if I do not include the correct information, or if it is posted in the wrong place. Once again, hello! I am looking to get a textbox, (Such as Textbox1),...
View ArticleSelecting a single column from database table and populate it in a listbox
i have a code here that i want to show the data from the database of a certain column, HOWEVER THE LISTBOX SHOWS: System.Data.DataRow System.Data.DataRow System.Data.DataRow System.Data.DataRow...
View Articlevb.net/web browser game question
I want to create a game using visual basic. I have made some progress on it. I have the UI and some of the basic coding in place. I'm curious if I am able to create a web page and have the app loaded...
View Article[RESOLVED] split listbox data
i have in my listbox data with spaces. i want to separate the data before the space and the data after the space. (ex. abc 123) how can i separate the data and put the other in another listbox.
View ArticlePossibilities of using an app to "create" an app?
I am trying to understand app-ception (lol). What if I wanted to make an App, apply a bunch of settings such as label names or combo box names, then based on those settings, it essentially "creates"...
View Article