Hey Everybody,
I was about to do a project in .net when the language was changed to vb6 for compatibility reasons. I found code for .net on how to take a screenshot and export it to a jpeg file. Can this be done in vb6 and how?
Thanks,
Josh Bart
MCP, A+, Network+
I'm dealing with only Windows 2000 and XP systems. Is there a way to get the username of the current user logged into the computer like you can with .net? With .net, I'd type my.user.name. Can I do that in VB6?
Thanks!
Josh Bart
MCP, A+, Network+
Hi,
I have a PHP/mySQL database running, and I've realized I'm come across an awkward little bug.
I have a form where a user fills out their information including Province/State and Country using populated drop down boxes. This information gets stored in the database. Then, if a...
I didn't copy the php.ini across....simply the web front end (all the HTML/css/PHP files that you view as a user).
I'm going to have to talk to the administrator of the server and get him to update his installations, but barring this, I'm hoping to continue trying to find a solution in another...
Also, would upgrading any of these packages create a risk of losing all the information they currently have stored in their database?
Josh Bart
MCP, A+, Network+
Well, my server has PHP 5.2.1, and Apache2. The client server has PHP 4.3.3 and Apache 1.3. I'm considering asking them to update to the same versions I have here on my own server because I know it generates the file properly, but I ran into some $_SESSION variable issues. I had simply copied...
Thanks for all your help jpadie...I appreciate it.
I spent the last day getting PHPmyAdmin and the whole php/apache/mysql/pear package installed on a local server I have here, to test it in a different environment. I migrated the database and got everything set to go. And of course, it...
I did think of checking the error log, and it seems the log is approximately a gigabyte large. I do not have root access to this server, and I am doing this as contract work for another organization, so unfortunately the state of the error log is not something I can really do anything about...
Well, I wasn't totally sure in what circumstance you wanted me to run that piece of code, so I did the following:
- I ran simply that piece of code between <?php ?> and nothing else, and yes, this call to php works.
- I put the function call at the beginning of my script when I had enough code...
I wrote a PHP script utilizing PEAR, and one if its modules specific for exporting to an Excel file. Everything PEAR and module related works flawlessly and is set up correctly.
The script itself is approximately 7-8000 lines long.
Basically my issue is this: it seems that as soon as I get to...
Hi,
I am using the Spreadsheet Excel writer module of PEAR and have it functioning correctly. I have been using it in a PHP/mySQL database project where I pull info and put it into an exported Excel Document. It has been working just fine, but I've realized while running through the...
I'm in a residence and I have two computers, one with XP Home and one with XP Pro, both in a workgroup. I have XP Pro sharing two printers. I'm finding that people can print to my printers over the network.
How do I make it when people click on My Network Places, browse the workgroup and...
Hello everyone,
I'm automating a pre-existing excel report. I'm using autofilters to meet all of the criteria I need to filter the data. The problem is that I don't know a simple way to count the number of records returned from the autofilter without copying all cells to another sheet and...
I need to be able to get the filename of the current open excel workbook and put it into a string variable. I can't have the path in that string, just the filename. What is the best way to do this?
That didn't work.
The reason I need to get away from the Date-Time code is because I have cells on another page that concatenate two dates and put a hyphen between them.
"=Config!E2 & " - " &Config!E8"
comes out now as this:
38165-38171
I need it to come out as this:
June 27, 2004 - July 3...
I have a list of Date Time Values in a list and I need to find a way to return a value of a date, not just view the date such as in formatting the cell but the value of the cell needs to be the written date. For example:
I have 38165 in a cell (the cells returns 6/27/2004). I need the cell...
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.