Search results for query: *

  • Users: karunam
  • Content: Threads
  • Order by date
  1. K

    store mp3 files into sql server table

    hi, i need to store mp3 file into sql server table.any url or sample is of great help to me .As the application runs at client and files and mp3 files are created at client i need to either transfer these files to server system or store these files into database.so i need sample to store the...
  2. K

    vb.net recording voice

    hello, i am using microsoft.directx.dll for playing the mp3 file.is it possible to record sound using this dll.pl. direct me to any url or sample code to capture sound using vb.net for windows application thanks in advance karuna
  3. K

    form disappears when thread is put to sleep mode

    hello , i have list of mp3 files to be played.i need to stop the loop till the first mp3 file plays. when i give thread.sleep(say for 1 min) my form which is displaying image disappears. how can i solve this. thanks in advance karuna
  4. K

    stop loop execution for given period

    hi, In my do while loop for ex: i have 10 records.for few records wavfilepath exist and for few its null.i need to stop execution of loop till wav file is played and read the next record if the filepath exist say for length of file 1.42 minutes .How can i go about this.now presently i am...
  5. K

    error while clearing combobox

    hi, when i give cmbemp.items.clear() following is the error that i get. "cannot modify item collection when datasource property is set.How can i overcome this problem i am using datareader to fetch values from sqlserver and filling the combobox. thanks in advance karuna
  6. K

    clear combo

    when i try to clear combo box giving cboemp.items.clear i get error "cannot modify the items collection when datasource property is set" how can i handle this Thanks in advance karuna
  7. K

    fill combobox

    hi, I am working with windowsapplication,vb.net using datareader object for select query.how can i assign displaymember and value member of combobox of datareader items. say i have id,desc in table. strsql = "Select skillid,skilldesc from skillmaster" mycommand = New SqlCommand(strsql, Conn)...
  8. K

    ado.net sqlserver dataadapter

    hi all, A bit of problem which i am not able to resolv.please help.I am using dataAdapter.Update(ds, "tablename") to update table.object reference set to instance of object is error .following is sample code sending. 'on form load Dim dataAdapter As New SqlDataAdapter(cmdString, conn)...
  9. K

    countdown timer

    hi , need to display countdown timer i.e for given (hr:mi:ss) as parameter.This is to show left out time. Thanks in advance karuna
  10. K

    vb.net sample application

    hi, i am new bie to .net technologies,but having experience in working with vb projects.kindly any one of u please send me sample vb.net windows application project connecting to either Ms Access or Sql Server.This would be of great help to me. Thanks in advance karuna
Back
Top