VS 2010 They've all gone white
Hi, I needed to use flood fill on a map program, I have a picture box that displays a map, each country has a label control on it. I found the code which worked ok. I added it to my program, on running...
View ArticleVS 2010 Array as property
Some help please. I have created a class Building. This class has 3 properties: BuildingName as string BuildingLevel as integer and BuildingPoints as integer Now I would like the property...
View Article[HELP]close game when is close app
I can not express in words so I put a picture How? Please Help ME ! Thanks Attached Images
View ArticleHow to sort items in the Me.Controls collection
I have the code below which works great. However, what I really want is to sort the Controls collection in the order that I have set the TabIndex of the controls. Haven't quite figured it out.... Code:...
View ArticleVS 2010 An actual dictionary
Alright, for my program I want the user to be able to enter a word, the program searches to check if that word is real, and if it is continues the process. If not, cancels it. There were two options...
View ArticleVS 2012 How to do scraping off an existing web app?
Hi! I have been tasked with building a PCL (portable class library) that will fetch data from an existing web page (built ages ago in java I think). It is an https web page and I have to log in to it....
View ArticleNew records should be appeared on top of datagridview ?
Hi guys, I am working on a project in which datagridview is being populated from MS Access 2007 and users have rights to add new record in MS Access database. So I want that every time when form loads...
View Article[RESOLVED] GetKeyboardState output
I'm trying to understand the output of GetKeyboardState but i cannot. I tried to interpret the output with the following code, Code: Option Strict On Option Explicit On Imports System.Text Imports...
View ArticleNeed quick help!
Hello everyone. I just started working on a new project for writing files for a certain game . Anyways, what I was wanting to do was this: Code: Dim Login As String Login =...
View Articleweb browser problem
please i need help to complete this project, i develop a web browser in visual studio with two panel in one form,all i want the web browser to do is "when i log in into my gmail account in one panel"...
View ArticleVS 2010 Sorting Specific Column in ListView
Hello Everyone..I hope someone can help me out a little here. I'm currently loading some information into a ListView box and I'm trying to sort the items by the date shown - but it doesn't appear to be...
View ArticleVS 2012 Middle alignment
How is the middle alignment calculated between two controls with different heights? Is it basically just an average?
View ArticleVS 2012 Looping with WebBrowser and DocumentCompleted
As part of a migration project I create a WinForm app to scrape data from several areas of a clients webpage. On part is complete but the next requires looping thru a series of pages and Im trying to...
View ArticleRandom.Next generating same value repeatedly?
Code: Public Class TestObject Public Property RandomNumber As Integer Private rand As Random Public Sub New() rand = New Random Me.RandomNumber = rand.Next(0, 10000)...
View Articlehow to disable ReceivedBytesThreshold...
is there a way to disable ReceivedBytesThreshold when using VB.NET? I don't want the system to interrupt all the time. At some point I would rather loop and wait for a serial received byte. Please...
View ArticleListview and String problems...
Ok.. The code I have works, however... I have to use a messagebox to display all of the users from a single group. I'm trying to figure out how to add then to a string array and display them on a...
View ArticlePlease help with printing.
I am trying to print multiple pages using a listview. CODE: Dim ItemCounter As Integer For ItemCounter = 0 To lvwLearners.Items.Count - 1 PrintLearnerList(e) ' this is what I want to print Next If...
View ArticleVS 2010 Replace function help
Hey guys i'm trying to find a way to replace certain characters like < and > with double quotes, like " and ". The problem obviously is the fact that vb uses " " to take string input so putting a...
View ArticleDuplicate Check (two column)
Hi all, i created a table (columns: part_no, part_desc, pi_loc) whereby part_no field has unique values. But, now need to add one more column "customer" and the part_no will have duplicates. And, we...
View ArticleDownload Program - backgroundworker
I wrote a thread before, but my login session timed out and when I went to post it, I lost everything I wrote, so I am going to keep this one short. I am creating a program to download files from...
View Article