VS 2010 [RESOLVED] Concatenate .wav files via byte array
I want to concatenate two .wav files. The file format for a .wav is bytes 0 to 39 file details, bytes 40 to 43 length of the data chunk, 44 onwards is the data. The method I have chosen is: 1. load two...
View ArticleWant to do projects in vb.net
Friends, Once upon a time, i was a vb6 programmer....now the things are all changed...now i want to move to vb.net .... is vb.net available in visual studio 2012 ultimate edition and what is the blend...
View ArticleCombine 3 byte buffers...
I was wondering if anyone could help me with combining 3 byte buffers. I am using a licening piece of software has supplied the below code example on there website, which is to create a unique...
View ArticleHow to combine two codes
CHECK MY LAST POST SEE NEW! Anyone know how to combine this 2 codes below Code: If TextBox1.Text.Trim() = "" Then MsgBox("Please enter a valid URL", vbExclamation, "Error")...
View ArticlePutitng calculated object into variable
Hi, im trying to get the "aObject" into the"aVar" variable so that it can then be put into a label but I am unsure of how to do this. I cant get the data from the "calculationSub" into the "aVar"...
View ArticleHelp with coding
I have this code and it works but not what I need, how can achieve this without have the textbox array. I am to only have two arrays in this project. Help - guidance appreciated. Code: Private Sub...
View ArticleCalculation not adding up
I have not found any error yet in my code but my calculation is giving me a wrong answer. I have gone through this code over and over to rectify my mistake but still can't get it right. I would...
View ArticleVB6 Mid$ equivalent in VB.NET
How to convert this VB6 code to the VB.NET code? Mid$(strTmp, 0, 1) = "0"
View ArticleVB2012 form controls all misaligned when published
I have a windows forms application that, when published and installed on another pc, functions correctly, but all the controls are mis-aligned on the forms. Using standard vb controls, .net controls,...
View ArticleVS 2008 Send Function
Hi to all: I need to send this function: Quote: Public Function start(ByVal Root) As String Dim st As Integer st = 1 End Function to an externall .dll... How can i do this? Thanks
View ArticleVS 2010 Increasing Pages in PrintDocument
Hi I am using vb.net with farpoint .net, I want to print 500 records on PrintDocument1, this coding works fine for the 1st page but it does not automatically generate 2nd page, 3rd page etc. there are...
View ArticleVS 2008 Keyboard control of Arduino with UDP - seeking advice on implementation
Hi, this is my first post on these forums. Doing a college project where we control an rc car wired into an Arduino over the network from a computer. It's been brilliant doing this project and all the...
View ArticleInserting Records into a Database
Good Afternoon, I'm trying to insert a new record into a database with a save button. For some reason my insert statement is not happy. I have verified that all of the data types match the database.......
View ArticleVS 2010 AxWindowsMediaPlayer - How to ignore unhandled exceptions?
Hi all, I have a AxWindowsMediaPlayer controls called "MyPlayer" and it works like a charm when it comes to loading a video and playing it. Even going to fullscreen automatically is working 100%. But!...
View ArticleShow message while progressbar is processing
So I want to make a Text while ProgressBar is processing. A text will show below the progressbar like. "Please wait...." then a second text if it hits the middle of the bar it will say "Verifying..."...
View ArticleMarshal.GetDelegateForFunctionPointer() Problem w/ Function returning Struct
Hello - I used to use DllImport to call an external/unmanaged function as follows ... Private Declare Function Function_Delegate_A Lib "C:\Program Files\ABC\XYZ.dll" Alias "External_Function" _ (ByRef...
View ArticleVS 2010 AxWindowsMediaPlayer Next & Previews Buttons
Ok i made a music program where you can search a artist in they song appears in the list view the play button in stop button works with no errors only error i have is with the previews button in next...
View ArticleVS 2005 Accessing class variable values of an array of type customclass.
I am attempting to efficiently (w/o looping) access all of the class variable values of a large-ish array of type customclass. The snippet below details what I want to do. Any suggestions are greatly...
View ArticleVS 2005 How to filter the DataGridView with the value of textbox
Hi. few days a ago, i visited a friend, who was working on an Oracle project, in which he had a helping form, which was to be appeared on the leave event of a textbox, from which a country was just...
View ArticleVS 2010 writing to a file, from a file
Hello, i have just a simple question i need help with; Code: Dim FILE_NAME As String = "C:\Users\Conor\test2.txt" If System.IO.File.Exists(FILE_NAME) = True Then...
View Article