Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Fifer74
  • Content: Threads
  • Order by date
  1. Fifer74

    Minimized window position

    I have an MDI application and I am having problems getting the child forms to always minimize to the parent task bar. At the moment they minimize to the last position they were at when minimized e.g. if a minimized form is moved to the centre of the parent form, restored and then minimized...
  2. Fifer74

    DrawGrid edit mode - single click

    Does anyone know if it is possible to get a drawgrid cell into 'edit' mode on the initial click of the cell. I currently have to select the cell and then double click it before it enters 'edit' mode. Due to other code I cannot use the goAlwaysShowEditor option of the grid control. Thanks in advance
  3. Fifer74

    Error when saving audio using mciSendString

    I am using the following line of code to save a voice file (.wav) to disk and it works fine when the filename contains no spaces. However the file doesn't get saved when its name contains a space. Does anyone know what is going wrong and how I can fix it ? nReturn = mciSendString("save...
  4. Fifer74

    Joining .wav files

    I have a sub which recevies an array of .wav filenames that I need to play in sequence. I am wanting to join them into one file which I could then play, but I cannot find any examples of this. Can anyone offer any ideas/solutions ? Thanks.
  5. Fifer74

    Problem with OleDB Create Table command

    Hi I am attempting to create a table within an access database with the table name taken from an input box. However an error is raied when I enter the word 'on' as the table name. I assume that this is a reserved keyword and cannot be used, but does anyone know what other words cannot be used...
  6. Fifer74

    Recording Voice

    Hi, Does anyone know how to record voice from a microphone to a .wav file in VB .NET 2003. Thanks in advance.
  7. Fifer74

    Convert structure to bytearray

    Is it possible to convert a variable length structure into a bytearray ? Thanks in advance.
  8. Fifer74

    How to convert an icon to byte array

    In my delphi project I have loaded an icon which is displayed in an imagebox. I now need to save the icon into a 'byte array'. How can this be done ?
  9. Fifer74

    Loading Cursor into image control

    Can anyone tell me how to load a cursor from a .cur file into an image control ? My application allows the user to select a cursor file from a directory, with the selected cursor being shown on screen in a control. The cursor will not take over the mouse cursor until further actions.

Part and Inventory Search

Back
Top