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 Mike Lewis 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

    How to create a "local" webpage enviornment....intranet not allowed.

    I suppose you just get one computer that has IIS or PWS to create you own server on you PC IIS will be on the windows XP cd PWS will be on win 98 or later. Get a router and a hub that can give the access to the internet to your users and then you will have a makeshift intranet. I am not...
  2. 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
  3. Blobishthing

    Text boxes

    How can a put the value of a text box into a variable when i click on a button?
  4. 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 =...
  5. Blobishthing

    How do I find the pixel Height/Width of a frame?

    I would say either just make another frame or just keep the footer a few lines under the &quot;data&quot; section and it should look fine but there should be a way to do it... try some css
  6. 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...
  7. 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. :|
  8. 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...
  9. Blobishthing

    HTML- marquee tag speed

    Is it possible to change the speed of a marquee tag Thanx in advance
  10. 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
  11. Blobishthing

    Videos

    I am making a program that needs to be able to play a video how can i do that? Thanx in advance
  12. 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
  13. Blobishthing

    ASCII

    what is the ascii code for the arrow keys thanx in advance
  14. 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
  15. 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.
  16. Blobishthing

    OLE

    Is it possible to make an OLE component to show a Dos program? Thanx in advance
  17. 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
  18. Blobishthing

    if

    Thanx
  19. 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 =...
  20. 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

Part and Inventory Search

Back
Top