VS 2010 AES Encryption
Hi Guys, I am building myself a library to use whenever I need to do encryption I have various things in it such as AES, 3DES and RSA Encryption types as well as Being able to has passwords. When it...
View Article(VS2008) What to use - Collection maybe?
Hi, I'm new to .net programming, did a little bit in VB6 just for fun. One of the programs I wrote for my own use was a label printer that stored basically multiple quantities of items from 3 textboxes...
View Article[RESOLVED] Help Reading from SQL Database
Hello all, I need to capture multiple Key values from a SQL Database and I'm having trouble getting the code right. I have a field value that can be found in multiple rows from the database. For...
View ArticleVS 2010 Strange code, how make it better?
Hi! I stumbled upon this code in a project Code: private void TextBox_KeyDown(object sender, KeyEventArgs e) { var t = (TextBox)sender; if (t.IsReadOnly == true && e.Key...
View ArticleHow to Copy data from MsExcel and append it to an already existing MsAccess...
Hi, I have an Excel workbook called "Update" that contains data that needs to be copied and pasted to an already existing MsAcces table called "RegularInput". Is there a code that would perform the...
View ArticleContextSwitchDeadlock was detected
So I've never ran into this error before. The title is: ContextSwitchDeadlock was detected. The messagebody is: Quote: The CLR has been unable to transition from COM context 0x9370d8 to COM context...
View ArticleUsing expressions in ado/data designer
I was reading on MSDN that one can use calculating expressions in ado/dataset designer ([price] * [stock], for example), but what about when it comes to more complicated expressions that use functions...
View ArticleVS 2012 Update database with another
Hi, I'm a very big problem, and I was lost a lot of hours try to solve that, and can't find a solution. In this application, I have a SQL Compact database, for my comercial agents working "offline"....
View ArticleDetecting Disconnection of USB Serial Device
I am connected to an Arduino board via a USB link. My code catches exceptions when the USB cable is disconnected and any code references the SerialPort object. This works fine, but what is the simplest...
View ArticleNEED HELP! How Do I Get Hex Values To Show up in a TextBox??
Ok So I Need Help Getting The Hex Values("FFOE 7HTS... Etc") From A File To Show In A Textbox?? Please Help Almost Done With My Project!! :)
View ArticleVS 2008 Getting SQL data and placing it in list form trouble
Hi again! The people who were helping me earlier will most likely understand. I am trying to get data from my SQL DB, and place it in list form. CURRENT CODE: Code: Private Sub...
View Articlestoring data in class's
Hi, What im trying to do is, store somedata into classes so i can easily access it and change it a little like a table. Im using the data with treeview to display it (mainly for practice, but also...
View ArticleSockets en VB .NET
i have this code only work if used in my pc , if i used server in my pc and cliente in another pc this not work why? this only work if used this ip = 127.0.0.1...
View ArticleVS 2010 Remote Data Extract
Hi everybody, I am new to VB2010. I just started to pick up real basic stuff from youtube. I am a assembly language programmer. When I tried out VB last couple of weeks, it really interest me. I want...
View ArticleWrite Cobobox's To Text File
Not sure if this is the right place to post this but , im trying to get the combo box's on my program to save to a text file but the code i have at the moment is saving to a textfile but when i input...
View ArticleVS 2010 .NET Google Glass?
https://developers.google.com/glass/quickstart/dotnet Is it possible to make one out of VB?
View Article[RESOLVED] Textbox problem
i'm trying to create a simple program that stores names and emails in testboxes, but i want is to add, remove them and at the same time to rezise the form, I know how to rezise but i don't know how to...
View ArticleSimple Web Browser
I'm trying to create a simple web browser/pinger that loads pages from my web site to keep the app on the web site running. Code: Private Sub timer_Tick(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2008 Problem with string array and If operator
Hi ! Iam making a game, kinda like "HackTheGame" the main idea is like you get a mail with details and you have to 'hack' into some server..dont worry its all fake and its not even close to hacking.I...
View ArticleHow to add items to listbox using class (winforms)
I've got a class called SelectListItems with 2 properties (Text/Value) I need the user to be able to add multiple items (one at a time), so I have 2 textboxes with an 'add' button I did this all the...
View Article