VS 2008 Help visual studio 2008 in Windows 8.
Can anyone please tell me a solution for this problem. I got my new laptop and it is running in a windows 8 os, I installed Visual Studio here. The VS installed well in my PC, but when I tried to run...
View ArticleVS 2010 [RESOLVED] Streamreader not reading all lines
Hey Guys, I can't figure this one out, when i setup my streamreader to read a bunch of urls over 1000 long it only shows in the listbox 200+ My Code: Code: Private Sub Button1_Click(ByVal sender As...
View ArticleVS 2010 #HELP# Visual Basic 2010 Express - NO SOLUTIONS?
When I click 'New Project' I am given no solutions. I check the system requirements and I meet all of them. Please help, this is very frustrating! Attachment 97803 Attached Images
View ArticleVS 2010 [RESOLVED] label1.backcolor = color.azure does not give error nor...
I was playing around with a list(of T) of labels to see how they were created/stored etc. I decided I would change the background colour based on the value of the NumericUpDown. The app does not throw...
View ArticleVS 2010 Deleting a row from a Data Table using a DGV - only works once
I have a data table that is connected to a data grid view. I want to delete the selected row from the data gird view. It works for the first time I delete a row, but when I select another row and try...
View Articlemath with x
Hello im trying to make a program to make equations to find out what x is for an example: 2x + 14 = 24-3x and then have the program calculate what x is thanks
View ArticleVS 2010 Wait for a page to load
Ok, I am trying to have a application that will fill out web forms and I need the browser to wait until a page loads before entering any information on the site. Quote: Private Sub WaitForPageLoad()...
View ArticleReading SSLStream
Currently I have some code which looks like this: Code: Public Function connect(ByVal ip As String, ByVal port As Integer, ByVal type As type) client.Connect(ip, port) networkStream...
View ArticleVS 2010 HowTo: Running a vb project on a timed 'schedule'
Ok so my current VB project has been complete for some time now. When I start it up, it performs its desired functions over the course of between a 12 & 24 hour period. When It's finished I have to...
View Article2010 Pro - text box validation
I'm searching for this, because I imagine it's really easy, but I must be using bad terminology because I'm not finding anything useful... I want to make sure that a text box has numbers entered into...
View ArticleHow to access database from code.
I understand how to use the Visual Studio interface to bind a database to form inputs. But I'm confused about how to access the data in the database from the code. I have a book I've read on Visual...
View ArticleWorking with LINQ
Hi, I have created a new test unit project. Please, have a look the following code: Imports System.Text Imports System.Linq Imports Microsoft.VisualStudio.TestTools.UnitTesting Imports...
View ArticleDefine BorderStyle property For ToolStrip And ToolStripButton
hi Is there any way to define BorderStyle property for a ToolStrip menu and ToolStripButton(from toolStrip Sub group) ?
View Article[RESOLVED] Why is this resource not recognised ?
Hi, I'm having trouble with a resource image which I think is in the Resources file. I think you can see that the image file is listed in the Resources folder and that it's supposed to be an Embedded...
View ArticleSelect xml node and comment
Hey, So I'm have real diffuculties selecting a node to then make it into a comment. I have tried using linq, xcomment and xpath xmlcomment The structure of my xml is: Code: <Main>...
View ArticleVS 2010 I'm creating a program where an employer agrees to pay his employees...
I'm creating a program where an employer agrees to pay his employees with pennies. If the employees agree they receive one penny the first day, two pennies the second day, four pennies the third day,...
View ArticleVS 2010 List view Webrequest
i need help i wanna load my list view by text file but on my server how can i do this with webrequest
View ArticleVS 2010 how to convert Rot13 from button to listbox
I am making a project that has to take words from a textbox, then user pushes one of the six button and translates into the listbox. I have 6 buttons ( Uppercase, Lowercase, Reversed, Pig Latin, Rot13,...
View ArticleVS 2010 Selecting Free Comm port. How?
Hi everybody, This is my first posting. I did some VB6 many years ago. I am finding hard now to do any coding now. I have manged to stitch togheter a bit of code, from examples from this forum. I am...
View ArticleMessage Box when a cell changes to a specific value
Looked high and low for this one with not success even though I thought it would be very easy. I use data validation to change the value of another cell. When that other cells value equals "N/A" I...
View Article