I am quite new to Excel Macros; I am used to using Word Macros to manipulate tables, and it seems Excel is quite different.
I am trying to 'cut' the last part of the text in a cell and paste it into the adjacent cell, but cannot find much help on this anywhere. It seems to be a fairly basic...
Hey, I'm trying to get some info on UPS's above mentioned power controller. The model number is AP9210, but I cannot find it anywhere on UPC's web Site. I cannot figure out how to interface with it - I've got it running into a Mac via network cable.
I guess what I need to do is assign it an...
I am looking to automate a video capture using quicktime, but am not sure which tool to use. Automator has the ability to create an application that will create a new capture and start and stop it. This can be used with Ical to schedule when this happens. The problem is that Automator has no...
I am using Flex (basically just another way to design flash applications) and I'm trying to pass in some GET data from the parent document (a PHP file) into the embedded SWF. Is there a simple way to either retrieve the data from within Flash, or to pass it in and then use it within the Flash...
I have several large DV avi files (10+ gigs) which I captured using a third-party program, and I am trying to import them into Premier, but Premier only seems to import the first 5 minutes correctly. After that, it will only display the frame at the 5 minute mark.
I tried setting an in and out...
I was trying to use the domxml extension for PHP to read in an XML file, then run through the nodes (tags, attributes, text, everything) and then I'm going to map that data to a MySQL database.
But I just discovered the built in xmlparser functions, and I was wondering if they would be a...
I have Apache and PHP installed on my comp, and I recently added the domxml extension, however, when I try to use the domxml_open_file() function, I get the following errors:
Warning: domxml_open_file(): warning: in d:\httpserver\xmlreader.php on line 3
Warning: domxml_open_file(): failed to...
Hey, does anybody know if C# has an equivalent to the class "StringTokenizer" (Java)?
I would like to split a string into "words" using spaces as enumerators, but I want it to ignore multiple spaces in a row.
Any suggestions?
Thanx
natwod
Hi, I am having some problems with a JApplet I'm making. I ran into this problem before, but I think I got around it by using Applet instead of JApplet, but that didn't work for this one. When I compile, I get the error "Cannot resolve symbol: class Graphics..."
Here is part of my code...
Ok, a couple questions here. I've searched the documentation, but my documentation isn't very good.
Basically, I am converting a text-based file type into an XML-based format, and vice versa.
I am using a StreamReader and ReadToEnd() to get the entire text file into a String variable. BTW...
Hi, I'm new at C# and I was wondering if there is an easy (built-in) way to make a browse button, which opens up a browse window and returns the pathname to a file.
Anybody?
Thanks!
Natwod
--The Black Dragon
This may not be the best place to post this, but there is no povray forum. :(
I have director 8.5, and I am wondering if there is any way to convert PovRay files into a format the director can read (apparently, director only supports w3d files...)
Most documentation says that it is very...
I am trying to get a specific effect that I will not take the time to explain, but I'm pretty sure that it requires a second layer. I think I could achieve the effect by loading the movie into its self, on a higher level (I want to keep it down to one swf), but I have tried, and from what I can...
Hi,
I have a guestbook and one of the fields (a textbox) allows all characters (the other fields only allow a-zA-Z through javascript), and when a special character is typed into the textbox (',",\) and I echo it using php, that character appears on the page quoted.
For instance, if I...
I am making a hit counter using a text file; I use PHP to retrieve the number in the file, increment it, and re-write it to the text file.
It worked fine on my machine using Microsoft IIS, but on my friend's server, I get the following message:
Warning: fopen("counter.txt"...
What I am trying to do is ask for a password, and possibly a username, and then direct the person to a certain page depending on what they type. There will not be a large number of people, so they will all have their own pages, but they will be "inside" a main PHP file.
The way I...
I posted this in the PHP forum, and nobody seemed to know, so I am trying here.
I have a question about displaying database info using PHP. I am trying to display data from a database one entry at a time, but I am not able to get it to move on to the next Row. I’m not sure, but there may be...
I have a question about displaying database info using PHP. I am trying to display data from a database one entry at a time, but I am not able to get it to move on to the next Row. I’m not sure, but there may be a problem with my While statement as well.
This is a sample of what I have...
I know that php.net has available for download a complete manual for PHP. Does anybody know if there is a similar ASP "manual" available for download? I couldn't find anything at asp.net...
Thanks!
Natwod
I am trying to send a carraige return (from a text box) to a script. I was able to get the effect I wanted in ASP using the code:
<%
Message = Trim(Request.Form("message"))
Message = Replace(Message, vbcrlf, "<br>" & vbcrlf)
%>
What this does is replace vbcrlf (the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.