Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: markhkram
  • Content: Threads
  • Order by date
  1. markhkram

    VB 2005 Connection to MS SQL 2008 Server

    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...
  2. markhkram

    Problem with uploading a picture to my website when the www. is infron

    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...
  3. markhkram

    Resize an existing image on my server

    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...
  4. markhkram

    Session Problem

    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...
  5. markhkram

    MySQL Connector for VB 2005 is taking a long time

    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...
  6. markhkram

    vb .net 2005 connecting to MySQL database - Wont drop connection

    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"...
  7. markhkram

    Displaying multiple lines from field

    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...
  8. markhkram

    Best database to use for lots of connections

    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...
  9. markhkram

    Help switching tabs using javascript

    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...
  10. markhkram

    Running my vb 2005 app from another computer

    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...
  11. markhkram

    Multiple users reading contents of .txt file

    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...
  12. markhkram

    Dynamic Menu Clicking

    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...
  13. markhkram

    Change image on a listview list

    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
  14. markhkram

    Finding Usernames in a specific Group using Active Directory

    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...
  15. markhkram

    Button to select a local picture from my hard drive then display it

    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

Part and Inventory Search

Back
Top