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 bkrike 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: cellpeter
  • Content: Threads
  • Order by date
  1. cellpeter

    For loop not detecting

    Hello, I am trying to create a function where data in a table row if duplicated e.g. 4, then the function will display an alert indicating that the function has detected a row of data which is exactly the same So far for any experiment I've used the function to detect only the string '4' in...
  2. cellpeter

    deleting the windows folder via boot disk and then install windows xp

    I was wondering If tiy was possiblefor example to go into DOS via boot disk and then delete the windows directory so that when you install another windows (windows xp for example) It will be like you've merely peformed a fresh installation of windows without taking off everything else? e.g...
  3. cellpeter

    getting length from getElementsFromTagName Array

    Ok What I wanted to do is to get the string length of a hyperlink from the getElementsByTagName array... But for some reason the alert keeps saying undefined.. I have no idea what the problem is.. I tried to create an array in the code itself and I was able to get the length of the element...
  4. cellpeter

    can't load png files through loadmovie?

    Ok i am currently using flash mx and when i use the loadmovie function to load images any image which is in jpeg format (*.jpg) loads with out any problems however when i try to load png images (*.png) or gif (*.gif) nothing shows up.. so i was wondering if anyone has any advice to resolve...
  5. cellpeter

    using enumwindows in MFC

    can anyone display some source code or give an explanation as to how to use enumwindows properly in MFC? i've tried to use the function but it only displays one window which is the program that is running the function itself.. here are the steps that i've used to attempt to run the function...
  6. cellpeter

    getforewindow detection?

    ok i am wondering if it is possible to detect if the window in the foreground has changed.. for example if current foreground window is say mozilla and then user decides to use winamp ,so winamp becomes the current foreground window i was wondering if it is possible for a program to detect...
  7. cellpeter

    setwindowtext problem

    ok i am wondering how to add data to an existing title bar without the title bar itself overlapping when using the WM_TIMER event here is the code that i am using void CJokDlg::OnTimer(UINT nIDEvent) { CString time; CWnd* tyu = GetForegroundWindow(); tyu->GetWindowText(time)...
  8. cellpeter

    different values in mysql compared to php

    ok what i am trying to do is to enter the values of an array in php into a mysql table. My array contains numerical values with some of them having a decimal point as shown below $A = array(4.5,4.5,4.5,3.5,3,3.5) i attempt to enter the values into the table using a loop for($i=0;$i<6;$i++) {...
  9. cellpeter

    adding a string to an existing url

    ok what am trying to do is create a conveter that takes out all tags from a website and only display text and the links. My problem however is finding a way to add a string to an already existing url while the converter is translating example 1: unmodified url = <a...

Part and Inventory Search

Back
Top