VS 2010 Possible to implement into robots?
Is it possible to put all my Visual Basic coding in a robot? With like a Microcontroller? Help! :ehh:
View ArticleVS 2010 If one does not = ten then one = +1
As introduced above, I am trying to recreate a similar concept where its like a loop. I am looking for a very compact way for basis to add one if not equal to countTo. You may include a loop and other...
View ArticleVS 2010 cannot expose type outside project through class
Hi, i have a module (a separate vb file) and declared lots of structures in it. and i have imported that in all vb files where i need them.. all works properly. but in one file i am getting this error...
View Articleadvanced background worker help
i have a drag drop panel that gets file info and updates a databound DGV my question is as i need to run another operation in the same thread is how would i place that into a background worker this is...
View ArticleVB.net and Office chart problem
VB.net 2008 running a Office 2010 Excel sheet. I am trying to create a chart with multiple series (graph lines). One set is a bar graph, the other a line graph. I can do one or the other normally, but...
View ArticleVS 2012 Insert DATATABLE into SQL
Good morning, I'm a problem with my VB.Net and SQL. My test code is: Code: Dim ConexaoRcsoft, ConexaoDB As SqlConnection     Dim DsDados As DataSet     Dim Dt As DataTable     Dim sqlString...
View ArticleVS 2010 Encrypt ListBox1?
I am making a program that will let you save accounts to various sites so that in case you forget your password it will be saved on your computer and encrypted. This is what my program looks like: This...
View ArticleI Have an Great Idea | But Need Little Help from where to start? | Please...
First of All Thanks For seeing My Question ! i have an idea of developing an desktop and app in windows platform my idea is about Augment Reality Which means our body motion are captured by Web-cam and...
View ArticleVS 2010 reading x amount of bytes from a networkstream.
I have this. Code: Private Function GetXAmountBytes(ByVal amount As Integer) As Byte()     Dim buffer(amount - 1) As Byte     Dim BytesRead As Integer = 0     Dim offset As Integer = 0...
View ArticleVS 2012 printing form to pdf
I'm in the process of writing my first program to be used for quoting multiple lines. I need to have a print and save feature into a pdf format but cannot wrap my head around how to make it work. I've...
View ArticleSelect an item in list box
i have this code where when i click a button it increases a value in my listbox by 1 however every time i try to increase that value i have to click on it to select again. How can i just click on it...
View ArticlePictureBox in VB.net - Save JPG After
I want to display an image in a picturebox and later save it.... Dim img As Image Using str As Stream = File.OpenRead("c:\temp.jpg") img = Image.FromStream(str) End Using Pbgd.Image = img ' later in...
View Article[RESOLVED]Need help with a quick problem in 2008 Express
Hi there! I'm new to Vb Forums. Just introducing myself. Anyways, I am a new Vb.NET programmer and I am starting to get the drift of things. Not close to good or basic , but anyways here is my problem....
View ArticleVisual Basic 6 to Visual Basic 2010 Express
How do I convert my VB6 project to Visual Basic 2010 Express. I was told that this would be a simple conversion process, but can not find this option in 2010 Express. Joe
View ArticleAttaching a file to Visual Basic
Hi, I am using a MenuStrip and in that menu strip I have a button ( Or whatever they are called. I'm just saying button because I don't know what you would call it if it's in a menustrip. ) and when...
View ArticleVS 2012 [RESOLVED] Add labels and textbox's during runtime
I'm trying to add a textbox and a label during runtime when the users presses a button. When I press the button a label and textbox is created, when I click it again nothing happens. Here is the code I...
View ArticleVS 2012 [RESOLVED]'>' is an unexpected token
I copied the code from one of my other applications, it contains a datagrid x2 text boxes and x2 buttons and a resource file. I am getting this error: Code: '>' is an unexpected token. The expected...
View ArticleVS 2010 [RESOLVED] Timer Syncing issues
I've got a progressbar that's going in reverse (starting at the max and reducing by 1 each time, giving the shrinking effect) I'm using two timers, the first that handles all of the timed action, and...
View ArticleVS 2012 GetAsyncKeyState help
Hi, i have a problem with my hotkey using GetAsyncKeyState. I use ctrl, shift and A for the hotkey but the problem is it still works with only Shift pressed. Why aren't ctrl and A working? Code: Public...
View ArticleStarting a process
As part of a program I am updating, I need to have a really really old program called labcalc to run. I have installed a program called dosbox to run it and it works well by opening and closing before...
View Article