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

  1. Blobishthing

    Saving text boxes

    How can i save the text of a normal text box. It is simple with the rich text box but it is different with a normal text box
  2. Blobishthing

    Text boxes

    How can a put the value of a text box into a variable when i click on a button?
  3. Blobishthing

    back ground color not changing

    I have this script where it gets a random number and from that if it is less than 56 the bgColor is green if it is more than 56 the bgColor is black but it is always black here is the script... <script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;> <!-- now = new Date() num =...
  4. Blobishthing

    Embeding a text file

    I am trying to embed a text file into my page but when i open the page there is no writing but there is the text box please help. This is how i am trying to do it... <OBJECT WIDTH=&quot;550&quot; HEIGHT=&quot;400&quot; > <PARAM NAME=&quot;TEXT&quot; VALUE=&quot;thing.txt&quot;> <EMBED...
  5. Blobishthing

    onmouseover and onmouseout with flash 5

    hey is it possible to to create an &quot;image swap&quot; but with the flash 5 .swf files. thnx in advance. :|
  6. Blobishthing

    html- submitting a form is not working

    here is code <FORM ACTION=&quot;/cgi-bin/script_library/form_handler_file&quot; METHOD=POST> what is your name? <input type=&quot;text&quot; name=&quot;name&quot;><BR> what do you think of the site? <input type=&quot;text&quot; name&quot;think&quot;><BR> <INPUT TYPE=&quot;hidden&quot...
  7. Blobishthing

    HTML- marquee tag speed

    Is it possible to change the speed of a marquee tag Thanx in advance
  8. Blobishthing

    how can i start a .wav file

    i want to make a .wav file go when a button is pressed how can i do that. Thanx in advance
  9. Blobishthing

    Videos

    I am making a program that needs to be able to play a video how can i do that? Thanx in advance
  10. Blobishthing

    ascii code not working

    I cant work out what is wrong with this code. when i press the buttons nothing happens. Private Sub Form_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Unload Me Else: If KeyAscii = 119 Then frmAbout.Show Else: Keys.Show End If End Sub Thanx in advance
  11. Blobishthing

    ASCII

    what is the ascii code for the arrow keys thanx in advance
  12. Blobishthing

    how do you make a new form load by pressing bottons not in the list

    i am making a program but i cant work out how to make a new form load when i press left or right arrow button or a letter or something Thanx in advance
  13. Blobishthing

    If and Else If

    when i did If (conitions) then ... Else (conditions) then... the VB gives me a message saying that there cant be an else statement without theIf block What is wrong? Thanx in advance.
  14. Blobishthing

    OLE

    Is it possible to make an OLE component to show a Dos program? Thanx in advance
  15. Blobishthing

    Variables

    I have created a variable &quot;X&quot; it can show the position of the mouse on the program but how do i tell a label to show the value? thanx in advance
  16. Blobishthing

    if

    When i try to run my program an error comes up saying that there are can be no End If block if ther is no If block but i have got an If block any way hear is the code: If RichTextBox1.Text = &quot;Left&quot; And Image1.Picture = LoadPicture(App.Path + &quot;\Pics\start.bmp&quot;) Then X =...
  17. Blobishthing

    Components

    i started off learning Dlephi and i wanted to know if i can add new components to VB 6.0 as in Delphi? thanx in advance
  18. Blobishthing

    Find Dialog

    how can i execute a Find Dialog to find something in a Rich Edit Thanx in advance
  19. Blobishthing

    Message box

    can i put a message box in delphi like in VB
  20. Blobishthing

    List Boxes

    i am making a text editor but i cant work out how to make a list box change the fonts. please help! Thanx in advanced

Part and Inventory Search

Back
Top