Search results for query: *

  1. W

    Question Stream microphone over network

    Hi, was looking to build a client (receiver) and a server (sender) app for streaming and receiving microphone on a computer over a network, I was wondering how I would go about doing this and was looking for a bit of general guidance as to where to start reading. I have googled a lot about this...
  2. W

    Retrieve data from text file that is contained within headings

    Hi, I am making a simple application that will be able to store competition data into a text file that I have given a custom extension to on saving. Here is an example of the format that i have saved the data in. [Comp_Name]Test Competition[\Comp_Name] [Location]Silverwood...
  3. W

    Reading data from excel spreadsheet - cannot open the specified worksheet

    Hi, i have been workin on a project that uses an excel spreadsheet to read data from to get results. In the spreadsheet i have 5 different worksheets, named simply 1 to 5. I need to be able to go to open the workbook, open a specified worksheet and get multiple values from all cells in a...
  4. W

    Question Convert string to give textbox name to get contents of textbox

    Worked straight away, thanks a million! knew it would be somethin simple.
  5. W

    Question Convert string to give textbox name to get contents of textbox

    Hi, there is probably a simple soltion to this, i have been looking for a solid hour now on the internet but cant find how it is done. Here is my problem. I have a form where a number of textboxes are programmatically created within a flowLayoutPanel and named by adding together 2 strings...
  6. W

    Question Generate Text boxes programmatically using generated text box names

    Thanks flippedbeyond, thats exactly what i was looking for :) many thanks, wilson.
  7. W

    Question Generate Text boxes programmatically using generated text box names

    i thought that the text boxes would need to be named uniquely so that i can use what is in them later. sorry i havent done much of this before.
  8. W

    Question Generate Text boxes programmatically using generated text box names

    Hi, there is probably a really simple answer to this but i cant find one anywhere! i am trying to automatically generate multiple text boxes on a form with the following code Private Sub CreateTB(ByVal x As Integer) Dim y As Integer = 1 Do Until y = x Dim...
  9. W

    Question Need guidance/tips on project to automate competition result recording

    Hi, I am relatively new to programming but have done a fair bit of visual basic. I had an idea for a system for a sport which i am involved which involves randomising competitors names into different heats as all competitors cannot go into every heat as there are too many so to make it fair...
Back
Top