VS 2008 [RESOLVED] Delegate Problem
Creating a simple program to monitor changes to Network Adapter(s) status, vis: Code: Imports System Imports System.Net Imports System.Net.NetworkInformation Public Class Form1 Private Delegate Sub...
View ArticleVS 2010 How to take an image from an website
Hi im making an app and i want to get an image from the website and put it in a corner of my app :) the image its like this and /7.jpg its the image from each user /avatar/"7.png" i put an attachament...
View ArticleVS 2010 Linking Buttons to a Text File (or Alternative)
Hello, I have a text file whereby each line contains the elements: SeatID | SeatType | SeatPrice | SeatAvailability For example: SeatA1 | Student | 20 | Reserved SeatB1 | Adult | 30 | Reserved I also...
View ArticleDetect a process / Show minmized window
Hi, I'm looking for some help to get the below code to work. I have a button, when you click on it, it loads the calculator application. If it's already open it brings it to the front and if its...
View ArticleVS 2010 Speech recognition software - Pause the listening while talking
First of all, hello! I am building a speech recognition system, and I ran into a problem. I am using speakers, so whenever the program replies to my question, it processes the words it hears from the...
View ArticleWhere is initialization routine for Windows Form App?
Hi VB experts, I am a newbie to VB.net. I am creating my very first VB.net today. I have a really basic question to ask. Sorry if it sounds stupid. Where is the initialization routine for Windows Form...
View ArticleVS 2012 returning value from sub or function
I'm returning to Basic after programming in it 25 years ago. Actually could do it then. I am trying to re-establish a program I wrote then and am at wits end, and I didn't have much of that then....
View ArticleVS 2012 Best Approach to my Application, SQL or NOSQL?
Hello Everyone I need your suggestions on what would be the best approach in creating my App. I am using VB.net and its going to be online. Main Features: On Runtime, Creating multiple Panels with...
View ArticleVS 2010 Modifying conection string to connect to multiple installed instances...
I am struggling to figure out how to connect to multiple instances of SQL Server with my VB.NET application. I have SQL Server 2008 and 2012 installed on my machine. If I try to open an SQL Server 2008...
View ArticleVS 2012 Problem with DownloadString
I'm working on a program, and I'm making my first check for update. What I'm doing is having it download string from my website and checking for it being outdated or not. Problem is, when my website is...
View ArticleVS 2012 Icon from shortcut instead of default one
Hi there! Your forum helped me a lot in the past, and finally there is a problem, that I can't find a solution so far. That is without registering (= I have an application, which has a default icon...
View ArticleVS 2010 present columns from table datagridview
Hi I use vb.net 2010 I have a datagridview in which i want to present some columns from a table How do i do such a thing? This is my table: unit_id, item_id, type, source, duration, action, priority,...
View Articleget captcha from youtube?
Im trying to get the captcha when you reach a limit of comments in youtube... Im using this little code here: Code: Public Function vcaptcha() If WebBrowser1.ReadyState =...
View ArticlePreventing First Node of a TreeView from being auto-selected?
I have a treeview on a form. I'm just playing around with it because I've never really used the control before. I noticed that after adding a single node in design mode, I run the app and that single...
View ArticleVS 2012 [RESOLVED] Retrive the RowIndex of DataGridView
Hi Guys, I searched a few posts but I couldn't find the exact thing that I need. In most places they are retriving the RowIndex by click event with e DataGridViewCellEventArg like "RwIndx =...
View ArticleVS 2010 Increment the filename if file already exists [Resolved]
Hello everyone , I am new to these forms so please bear with me. I have a project in VB2010 , I have a button which takes a screenshot and then saves it on the hard disk somewhere. I want it so that if...
View ArticleVS 2010 How to create a score system based on images
Alright, this is my first time using VB, and I'm using the 2010 express edition. What I'm trying to do is essentially a scrabble game. I created an array and loaded the images I'm using for the tiles,...
View ArticleVS 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 Article