VS 2010 [RESOLVED] Joining 2 arrays of Bytes together
Trying to write some code to pass things to a web server in the format that it expects. Essentially we have a salt plus some other stuff that we hash together, and then pass the salt and the hash in a...
View ArticleVS 2012 Datagridview question about changing cells values
I have a button that will give a 15% discount to each line item in a datagridview - Off the "TotalPrice" Column. The problem is when I press the button in the beginning of the transaction, it just...
View ArticleVS 2010 Need help with something simple!
I am a fairly new programmer, and I'm using Visual Studio 2010 Express. What I am trying to do is pretty simple. Have a Text Box, and be able to load a .txt file of URLs or Links each on a new line,...
View ArticleGetting values from a DataGridView table
I have two DGV tables. I want to take data from the first, DGV1, perform some mathematical processes and put the results in DGV2. I have the declarations below. The DGV1().Item.Value sizes change each...
View ArticleVS 2012 Does code execute on a form that is not visible
If I have a piece of code, such as refreshing a ListView, and the form that the ListView is on is not currently visible, does this code execute? I am just wondering if it is a waste of memory to...
View ArticleVB 6.0 Compressed File Text by Algoritma Shannon-Fano
Dear All.... :( I want to create a VB 6 program. Look like the picture above program. Can anyone help me to find the Source Code program? Compressed and Decompress File txt, doc, rtf, html by...
View ArticleVS 2005 Algoritma Shanno-Fano in Visual Basic 6.0
Dear All.. I want to create a VB 6 program. Look like the picture below program. Can anyone help me to find the Source Code program? Compressed and Decompress File txt, rtf, doc, html by Algoritma...
View ArticleVS 2012 CreateParams is being called multiple times
Why is CreateParams class is called multiple times when form is first time loading? Why is it triggered when Restore is clicked? Code: Inherits Form Protected Overrides ReadOnly Property CreateParams()...
View ArticleVB 6 -> .NET Display
I was given a program to install on a machine. I do know the program was written in VB 6 and made to work with .NET 1.1. (Microsoft.VisualBasic.Compatibility.dll). The program emulates a piece of...
View ArticleContainer for desktop icons
Hi all. I'm new to vb.net. I want to make a custom container for my desktop to "hold" desktop items (folders, shortcuts, files...). Similar to a folder/file browser, but without trees, sorting, or...
View ArticleVB.NET and PC USB buffer...
Just curious...I am using VB.net along with a hardware interface that runs off USB to PC (with its own GUI) and also provide the "same" result on an analog output pin. The analog output takes time to...
View ArticlePopulate text box with a combobox selection. VS2012 and Access
I'm using the following code to populate a combo box from an access database: Code: Dim cm As New OleDbCommand("select * from employee", m_cn) Dim dr As OleDbDataReader = cm.ExecuteReader...
View ArticleChange form's autoscroll position
I tried looking around Google and other forums and couldnt exactly find what I was looking for, everything I tied didnt really work at all. What im trying to do is, when you click on Button1, then the...
View ArticleConverting a DataGridView Column to a DataGridViewCheckBoxCell?
There may be more than 1 way to do what I am trying. I have a DGV that I manually bind to a dataset. This dataset contains 5 columns that will be used as checkbox columns in my grid. My problem is, I'm...
View ArticleAnnoying problem sorting custom BindingList. :(
Hi all, I am using some code from Microsoft, so that I can sort a bindinglist. For some reason, it is not sorting correctly. It ALMOST works...but for some reason, a small number of items in the list...
View ArticleError on startup
Hello I recently made a program using the flat ui theme, and when i build it the program starts, and functions perfectly, but when i get the exe and actually put it on my desktop i get this error on...
View Articlehow to determine what windows operating systems are compatible with my...
Hey all I have 3 questions. I'm almost done creating an application using Visual Studio 2012, using the visual basic language. The funny thing is, I'm not exactly sure of what version of vb I'm using...
View ArticleQuestion on saving a class
I gave advice for someone on the forums and he was making a card game. I explained to him that he needed to create a class for his monster and gave an example. I figured, heck it'd be pretty fun to...
View ArticleSQL Server Database location
Hi! I have a couple of questions... 1. Is it a good idea to put the database in same folder with the application? any advantages and disadvantages? 2. How would the connectionstring look like? Thank you.
View ArticleVS 2012 Cast a List Of Type to List of Object
I have written some code to load a list of type Author to a ListView. Here is my code: Code: Public Sub LoadListToListView(ListView As ListView, ListToLoad As List(Of Author), ListOfPropertiesToAdd...
View Article