I have a newbie question, that I have been trying to find, but cannot find anything. Not sure if it too simple to find, but here it is...
I have a vb 2005 app, and a database with 1 table in MS SQL 2008. All I want to do is a simple SELECT query on the 1 table.
Can someone give me a quick...
I have a website that I have used the following on:
http://www.adylevy.com/index.php/2009/07/22/multiple-files-uploader-with-preview-on-client-side/
Well I had to set the uploads directory to 777 in order for it to work... It works great! HOWEVER, it only works when I don't have the...
I have a bunch of images on my server that I'd like to write a php file that will grab the existing file in a directory, and scale it down to thumbnail size, and place the new file in the same directory under a different name.
So basically make the existing /folder/1.jpg (which is 640x480) into...
So I have a problem with a Session. I have 2 sessions set on separate pages, but both post to index.php. Both work perfectly well on my machine I setup with php & MySQL. However when uploading to my 1&1 webhost, only the ResultsToDisplay will stay in session while I am logged in. The...
I have a vb app which connects to a mysql database using the latest MySQL connector for .net. I just have very simple code which opens and closes the connection. It takes 3 seconds.
Using the same MySQL database, I have a php webpage from the same computer as the .net application, connect in...
I've created a simple MySQL database with the MySQL connector connecting in my vb .net 2005 project. Everything works & connects great. However, when using the command "show processlist;" in mysql command prompt, I see the open connection from my vb project, even after a "connection.close"...
I have a basic MySql database, and am trying to display a field with multiple lines entered. Only 1 line displays.
For example, the following text entered:
Line 1
Line 2
Will display the following when retrieved:
Line 1 Line 2
However in PHP My Admin when displaying the record, it displays it...
I have an application that uses a file system (text files), and want to start using a database to retrieve information. I have an increasing number of clients who will be accessing this information constantly (will be about 60,000+ computers eventually). What would be the best database to use...
I have used the following code to setup a tab system on my website:
http://www.barelyfitz.com/projects/tabber
It works great, but I'd like to have a text link at the top of the page that will automatically turn to the 2nd tab. I can't seem to figure it out or find any solutions.
Is there...
I have a simple application that reads the registry of the local computer. When I place the executable on the current machine, it works great. However when I run the application from a remote computer using the unc path (\\computer\share), it doesn't read/write to the local registry, and...
I have probably close to 1,000 users that I want to randomly access the same file every 5 minutes located on a server. For sure at some times there will be multiple connections to the same file. I have the following code, and was wondering if it would cause some file/lock or access issues...
Hi, My application has a Menu that has been dynamically created from files in a specific directory. I'm trying to edit the code so that if I click on one of those dynamically created Menu Items, I want it to MsgBox the item I clicked.
Here is what I have so far:
For Each file In...
Anyone know how to change the currently selected item in a listview from image 0 to image 1 (images in an image list)?
All without having to reload the contents of the listview?
Thanks
Hi, I have this code that will display a list of users in a specific group in an Active Directory Domain. It works great, except it is giving the users full name (John Doe) in the MsgBox instead of login account name (jdoe). Anyone know how I can adjust this to show the login account name...
I would like to have a button on my php site that will allow me to browse to a picture on my local hard drive, and then display it half-sized in my web browser... All without uploading anything.
Anyone know how I can accomplish this?
Thanks
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.