User Profile
Collapse
-
Sorry I forgot to say that the first code in Javascript the other code is HTML. -
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++)
-
They have a library but it is only 120 MB. Do you have any other ideas? Can I take this 120 MB block off?...Leave a comment:
-
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. -
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. -
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 -
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... -
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....Leave a comment:
-
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()
-
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
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! -
I have a rich textbox, how do I save the data/text in the textbox?...Leave a comment:
-
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?...Leave a comment:
-
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 -
Can I have the iframe read a spacific part of the web site? Can I have the iframe link to a url? Thanks....Leave a comment:
-
This didn't do anything. No error, it just didn't do anything....Leave a comment:
-
He is correct but it is used for macro programing although people have found better uses like games....Leave a comment:
-
This gave me a compile error saying that the named argument was not found....Leave a comment:
-
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....Leave a comment:
-
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
Leave a comment:
No activity results to display
Show More
Leave a comment: