Combo Box
Hi, On my form I have a combo box called 'cmbtraininglocation'. This field can be left blank on first form upload as training location is not yet selected. At my backend SQL I have a table called -...
View ArticleVS 2012 Renaming all files inside all folders in a Selected folder
Hey so as the name suggests i am VERY new to all things to do with code and such but have decided to learn and thought of a small program id like to make that would also be of some use to some things...
View ArticleList (Of String)? changed
Hi, I have this code: PHP Code: Public Class Form1     Dim mClass1 As New mClass     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click...
View ArticleVS 2010 Upload video with Youtube api
Hi, i'm working on a new project.I want to download a video from a website and upload it my youtube account. I can succesfully download the video but i dont know how to upload it my youtube channel...
View ArticleVS 2008 Cannot change target CPU - can you try this example?
Hello, I am using VS2008 Professional and often change the target cpu to x86. When I click to create a new project for a smart device and select framework 2.0 I then go into the project properties and...
View ArticleCan't open program built with visual basic AND awesomium
Hey guys So, I've used Awesomium in one of my visual basic projects. I placed a web control thingy on a form and gave it a specific URL.... Once I ran the program it worked fine for me. I built it and...
View ArticleVS 2012 Searching for a registry value
Hey guys, I am attempting to search through a list of registry keys held in this location: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\ The keys are different on every...
View ArticleVS 2010 Extracting main body text from webpage
Hi all, I am trying to download various texts from different news sources in a systematic way. I know I can use get element by id/tag but it would be quite tedious to make one for each of the 100+...
View ArticleVS 2012 HTTP Web Response Progress Bar
Hi everyone, I am trying to build a Progress Bar for a Web Request/Response. Sometimes the response can take up to a minute and I would like a progress bar to show a status. The problem I am facing, is...
View ArticleIncorrect syntax near 'OUTPUT'
Hi, When I call my function below I get the error message at runtime 'Incorrect syntax near 'OUTPUT' and cmb.ExecuteNonQuery() is highlighted... Please can anyone see where the issue is.. Thanks Code:...
View Articlew8 These settings are not supported for CPU sampling on this version of Windows
Not sure if in the correct forum so please feel free to move this. Win8 (at work :( ) i am trying to use profiler and when i go to Performance Explorer -- Targets -- Properties i get "These settings...
View ArticleVS 2010 How to do a pause in cmd vb.net ?
Read the cmd line as the windows command prompt. How do I set the pause that the program when i open the cmd would not disappear at once but stay as normal cmd ? Here's the code that I have so far....
View ArticleVS 2008 [RESOLVED] Coloring cell (Particular cell) based on the value.
Dear Brothers, Please help me to find how to color if the value of 4rth column is "Rejected" of my Datagridview1. There More value like, "Accepted" , "Not Applicable".. But I need to highlight by fore...
View Article[RESOLVED] CheckBox Column in DataGridView defaults to ReadOnly being True?
I have a Column in my DGV that is defined as a DataGridViewCheckBoxCell. My DGV is bound to a BindingSource but the query behind the Dataset (which is the BindingSource's DataSource) looks like this:...
View ArticleVS 2008 Errors working with internet explorer
i have an application that will log into a website and it works on one application. I'm building a job to scrape data off of the website but the code which was working in one application is not working...
View ArticleVS 2012 Get window size help!
Hey! I'm trying to make a game overlay for an application. It cannot go full-screen so that's nothing to worry about. Basically I need to figure out how to get a window size. For example notepad. Id...
View ArticleVS 2010 How do I open a link in IE and automate Login?
I am trying to automate a tedious process at my job. We currently have to login to a range of 40 IP address and verify a firmware upgrade. The program currently will open the selected addresses in IE,...
View Article[RESOLVED] VB2012 - How to set form to center position and make it modal at...
Hi, I need a form to start in the center of the screen but I need it to be modal so it always remains on top. I have code that centers it great but the form is not modal. How do I make this form modal...
View Articlemoving from VS 2003 to VS 2012, trying to resolve missing references
Please be warned: I am not well acquainted with .NET programming as I only have occasional need for it. I'm working with a smallish app/solution written in VS 2003 (VB) and I want to make it run on...
View ArticleVS 2010 I am new coder and I need help, thanks
I want to create a app to convert a simple sentence in a HTML tag for example I enter in a textbox "visual basic is nice" then I choose the tag H2 then the software create a html code like <div...
View Article