User Profile

Collapse

Profile Sidebar

Collapse
I Hate My Computer
I Hate My Computer
Last Activity: Jul 12 '08, 03:31 AM
Joined: Mar 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sorry I forgot to say that the first code in Javascript the other code is HTML.
    See more | Go to post

    Leave a comment:


  • Pass Query String to Frame src using Javascript

    I am using frames on a website. The title link on the title page adds a query string. The link goes to a page with two rows the second has two columns. I want the right column to be changed depending on what the query string is. I have the script to parse the query string here:
    Code:
    function getQueryVariable(variable) {
    	var query = window.location.search.substring(1);
    	var vars = query.split("&");
    	for (var i=0;i<vars.length;i++)
    ...
    See more | Go to post

  • I Hate My Computer
    replied to Burn a DVD
    in C
    They have a library but it is only 120 MB. Do you have any other ideas? Can I take this 120 MB block off?...
    See more | Go to post

    Leave a comment:


  • I Hate My Computer
    started a topic Web Site With VB
    in .NET

    Web Site With VB

    I am using VB express 2005 and I want a web browser control that will load pictures that are selected in my VB form. Is this possible? A better explanation is I want to make a web site that can talk to my VB app? I am open to any ideas because at this point I have no idea.
    See more | Go to post

  • I Hate My Computer
    started a topic Burn a DVD
    in C

    Burn a DVD

    I am looking for a way to burn a DVD from visual C# express 2005 is this possible? I want to build a slideshow then burn that slideshow to the DVD but I can't figure out how. Do you have any ideas? I would also like a response saying if this is not possable.
    See more | Go to post

  • I Hate My Computer
    started a topic Writing a text file

    Writing a text file

    Hi,
    I have a textbox that displays a file location choosen from a dialog box. How can I make oWrite = oFile.CreateTex t(“fLocation”) were fLocation = the SaveFileDialog1 .InitialDirecto ry? I keep trying but I can't get it to work. If this won't what is a different way to do the same thing?

    Thanks
    See more | Go to post

  • I Hate My Computer
    started a topic Generate an XML file

    Generate an XML file

    Hi,
    I am working in VB 2005 express and I want to make an app were that has the user enter data into text boxes then the user clicks create and the XML file is saved to a user defined location. So far I have made the text boxes and layout. I also made variables for the text so when it is changed the variable = the text that was entered. I have found the XmlReader, XmlTextReader, XmlValidatingRe ader, XmlNodeReader, XmlWriter, XmlTextWriter...
    See more | Go to post

  • I Hate My Computer
    replied to Play a wav file.
    I understand this but the resource file that is in VB is were I would like to play my sound from. The code I posted is for a file name but I want one that will play a sound in the resource file....
    See more | Go to post

    Leave a comment:


  • I Hate My Computer
    started a topic Play a wav file.

    Play a wav file.

    Hi, I am looking to play a wave file in visual basic. I would like it to play from the resource file. I have added the wave file but how do I get it to play? I do have this code.

    Code:
    Dim Sound As New System.Media.SoundPlayer()
    
    Sound.SoundLocation = “your path to the .wav file” ‘ex.: c:\mysound.wav
    Sound.Load()
    Sound.Play()
    Thanks
    See more | Go to post

  • This is now VB Express 2005.

    So far I have found this code:

    Code:
    Dim TextVar As String
    
    Sub Form_Load()
    
    End Sub
    
    Sub Command1_Click()
    TextVar = Text1.text'Saves the text string into a variable
    Open "AnyFileYouWant.TXT" for output as #1
    Write #1, TextVar'or you can save without having quotes in your file
    'by replacing the word write with the word
    ...
    See more | Go to post

    Leave a comment:


  • Save Game Info and Read Info Later

    Hi,
    I was wanting to make a game with the ability to save the level and the score. I would also like it to be able to load that saved game. Lastly I would like it to be able to save a high score list and display it later. If you can help I need this before 5/28/07.

    Thanks

    Quick help is greatly appreciated!
    See more | Go to post

  • I Hate My Computer
    replied to Create a File Extension
    I have a rich textbox, how do I save the data/text in the textbox?...
    See more | Go to post

    Leave a comment:


  • I Hate My Computer
    replied to Create a File Extension
    I understand this, but I want it to open with my program and not have to choose a program to open with every time you open it. Can I do this?...
    See more | Go to post

    Leave a comment:


  • I Hate My Computer
    started a topic Create a File Extension

    Create a File Extension

    I am looking to create a file extension that I can use with my first VB project. I want it to save text like a .txt file but I want it to be a custom file extension like .bttf. I also need to know how to save the text in the textbox to that file in my program. If this is possible I would love to know how.

    Thanks
    See more | Go to post

  • I Hate My Computer
    replied to Read off external website
    Can I have the iframe read a spacific part of the web site? Can I have the iframe link to a url? Thanks....
    See more | Go to post

    Leave a comment:


  • I Hate My Computer
    replied to Animating a Picture
    This didn't do anything. No error, it just didn't do anything....
    See more | Go to post

    Leave a comment:


  • I Hate My Computer
    replied to what is VBA
    He is correct but it is used for macro programing although people have found better uses like games....
    See more | Go to post

    Leave a comment:


  • I Hate My Computer
    replied to Animating a Picture
    This gave me a compile error saying that the named argument was not found....
    See more | Go to post

    Leave a comment:


  • I Hate My Computer
    replied to Animating a Picture
    It says this when I close the form. I run it and it moves the shape then I wait for the timer for about a minute but it never kicks in so I close it. At that point after I close it it shows the error message. The problem is that It is not a module I want to rerun the "ShapeMover " thing....
    See more | Go to post

    Leave a comment:


  • I Hate My Computer
    replied to Animating a Picture
    I know that I have this code so far:

    Code:
    Sub ShapeMover()
        Image1.Left = Image1.Left + 6
        Application.OnTime When:=Now + TimeValue("00:00:01"), Name:="ShapeMover"
    End Sub
    When I run this it says sub or function not defined and this is all the code I have. How can I fix this?...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...