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 Chriss Miller 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. chals1

    scientific notation in excel

    I have a dat file, created by a matlab script, which contains numbers separated by spaces; then I open it with excel but the scientific notation from matbab is not caught properly.
  2. chals1

    scientific notation in excel

    Thanks. isaint a way to make excel automatically recognise this format after copypasting from matlab? I did this onto another computer and didn't have any problem.
  3. chals1

    scientific notation in excel

    Hi I'm trying to export data from matlab into excel but excel doesn't understand 8.000e+002 as 800 some help? thanks
  4. chals1

    webBrowser control to parse a web page

    Sorry for the delay!! You've pointed me into the right direction I'm trying to use FBSL which is able to access DOM elements by embedding an internetexporer.application object As you mentioned, i can insert my own css or javascript to load an url within a webbrowser control but i'd like them to...
  5. chals1

    webBrowser control to parse a web page

    Hello I know how to display an url using the webBrowser control but, how could i display only the content of a div avoiding or hiding ads and the rest of that page Cheers
  6. chals1

    webBrowser control to parse a web page

    Hello I know how to display an url using the webBrowser control but, how could i display only the content of a div avoiding or hiding ads and the rest of that page Cheers
  7. chals1

    sapi vs msagent

    I just want msagent to read text avoiding any character. I think msagent sounds more human than sapi How could i achieve that ? thanks
  8. chals1

    gdi pie

    Hi, I'm a newbie on gdi. How could i use the gdi pie function with invisible lines? I want to divide a circle into 4 equal parts using 4 pies but i'd like lines to be invisible. Is this possible? Thanks
  9. chals1

    midi code from within vb

    Thank you, this is a way out but is it possible to play a midi string written inside the code?
  10. chals1

    midi code from within vb

    How could i play a midi note from within a program withot playing any midi file at all ? I could use the winapi BEEP but it doesn't work on W98 machines
  11. chals1

    java + COM

    How could i use the java api's as a COM object ?
  12. chals1

    slow down an mp3 file

    How could i slow down a sound file by means of some COM ? Thanks in advance
  13. chals1

    Label transparent to its form

    yes, i'm using FBSL at www.fbslo.net
  14. chals1

    No response to socket

    It already works Xport needs the last character of the command to be either a carriage return or a line feed After fputs ($fp, $_POST['message']); i've added fputs ($fp, "\r")
  15. chals1

    No response to socket

    Message already appears on page;server was hung Test http://conill.disca.upv.es/~aaii07/phpsocket6.php I'm front of the sensor and it doesn't get any message so the bug has to be on code some help?
  16. chals1

    Newbie confusion: script error

    I wrote these scipts on windows TextPad but saved as unix format.Anyway i checked in joe and they are right. I've the two scripts in the same directory than torrent files I cannot put them in /usr/bin or /usr/local/bin To run the scripts i type the whole path.Same as DOS. Then i type sh scr.sh...
  17. chals1

    No response to socket

    What's going now? Did you mean? name="$_POST['message']" That error didn't ocurred a while ago!!
  18. chals1

    No response to socket

    It works in my computer unlike the server one! Could you check this? http://conill.disca.upv.es/~aaii07/phpsocket5.php
  19. chals1

    No response to socket

    I have put an echo to see $message but it's empty;so there couldn't be any response since nothing seems be sent Some $_POST problem?
  20. chals1

    No response to socket

    I'm sorry.The full code: <html> <head> <style type="text/css"> #box1{ position: absolute; width: 250px; } .texta { font-size: 10px; background-color: #CCCCCC; border: 1px solid #666666; } .fieldseta { border: 2px solid #000000; padding: 10px; } .submita { font-size: 10px; width...

Part and Inventory Search

Back
Top