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

  • Users: chals1
  • Content: Threads
  • Order by date
  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. chals1

    java + COM

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

    slow down an mp3 file

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

    excel2php

    Does exist any free app to convert excel to php?
  10. chals1

    screen command

    When i type screen -ls there's an atached terminal How can i close it? seems as a result of crash
  11. chals1

    space between intut text and its submit button

    I'd like leave a space between input text and button at http://conill.disca.upv.es/~aaii07/phpsocket3.php like is achieved on the form of bottom this page http://www.basictips.com/tips/article_23.shtml Some css?
  12. chals1

    Newbie confusion: script error

    Wherever i try running any script linux shouts : bad interpreter: No such file or directory I've read i must put scripts in a directory in my PATH. I may put them in /usr/bin or /usr/local/bin and make them executable? That's a problem.I've no access to these directories Can i make scripts run...
  13. chals1

    make install errors

    I cannot install python on suse i get errors like /usr/bin/install -c python /usr/local/bin/python2.2 /usr/bin/install: cannot create regular file `/usr/local/bin/python2.2': denied make: *** [altbininstall] Error 1
  14. chals1

    No response to socket

    I have this code to get a temperature message from a server connected into a temperature sensor, but there isn't any response <html> <head> <style type="text/css"> input { background-color: #000000; color: #ffffff; } #box1{ position: absolute; width: 250px; border: solid #000000 3px...
  15. chals1

    Microphone doesn't work

    I've checked the microphone on my headset by means of yahoo messenger and msn as well, and doesn't work My sound card is Yamaha OPL3-SAx WDM Microphone: Freq response: 20-20khz Impedance 2.2 Kohms/1KHz Sensitivity: -54db+-3db It's well plugged and micro isn't muted After the echo test on...
  16. chals1

    simple php server and client

    I'm a very newbie on php and don't figure out how sockets work. Can you show any simple code? For example a client which sends a string to a server at known ip and this one sends back a message
  17. chals1

    GIS

    Do anyone know how to make maps like the ones are at http://www.imapper.com/ Is there a way to convert arcview works to flash?
  18. chals1

    Some java tips

    This url may be useful to anyone http://www.nsftools.com/tips/JavaTips.htm
  19. chals1

    How can i erase content of a textar

    How can i erase content of a textarea?
  20. chals1

    My first UI

    I don't figure out where's the bug on this code. It doesn't show anything at all. import java.awt.*; import java.awt.event.*; public class ventana extends Frame { Label texto1 = new Label(&quot;texto-1&quot;,Label.CENTER); Label texto2 = new Label(&quot;texto-2&quot;,Label.CENTER)...

Part and Inventory Search

Back
Top