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 SkipVought 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: *

  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 tried combining them into a byte stream but didn't have any success, I guess that the headers played some part in this.
  5. 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.
  6. 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...
  7. 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.
  8. Fifer74

    Convert structure to bytearray

    I am only after the data within the structure. When I serialize it, I appear to get a lot more information that I want or need.
  9. Fifer74

    Convert structure to bytearray

    Is it possible to convert a variable length structure into a bytearray ? Thanks in advance.
  10. 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 ?
  11. 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.
  12. Fifer74

    word wrap in vb like doc file

    Don't know if this is what you want but... place your text in the '.caption' property of a label control and set the labels '.wordwrap' property to true. you then just have to adjust the label width to get the required number of characters per line.

Part and Inventory Search

Back
Top