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 Chriss Miller 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: k4ghg
  • Content: Threads
  • Order by date
  1. k4ghg

    GUI Tab Control width

    Hi - I am trying to program a Tab controlled used a GUI interface in C. I am new and the code below (Which works) was found on the internet : The master Window is: HWND hwnd = CreateWindowExW(0, CLASS_NAME, L"Tab Control with Listbox", WS_OVERLAPPEDWINDOW...
  2. k4ghg

    C++ CreateWindow / SendMessage - Please help

    Hi - I am so new to C++ that I am not sure of what to ask. I found some code (See below) that creates values boxes/buttons that work. But I am having problems populating the items. I think I can use sendmessage, but when I do it does not work. Any help would be appreciated. Thank You...
  3. k4ghg

    Liquid vertical bar

    Hi - I am adding some code to an existing file and would appreciate some help. I want to add two bars that go the full length of the left side of a page. The length will change from time to time. I tried adding "height: 100% and height: auto" but it does not work. It will work when I add...
  4. k4ghg

    Macro Error - VAB6.DLL

    I have been using the same macro for several years and it stopped working. It seems that after I installed and uninstalled a new program, the Reference file "Visual Basic For Application's" is now pointing to the wrong folder and a the wrong DLL. I have other Macros that work fine and all...
  5. k4ghg

    Compiled Java Program Distribution

    I have created a Java based menu system for a CD that I want to distribute to friends and family. My compiler (Jabaco) has added an EXE wrapper to the menu file. Since I don't know if the end user has Java, I think I should add some java run-time files to the CD, but I am not sure which files...
  6. k4ghg

    <ul> and <li> Spacing

    I have created an eBay template and am having a problem formatting my list items. When I use simple code that does not CSS validate works, for example: CODE: <b><u>Title:</b></u> < br /> <li>one <li>two <li>three RESULTS: Title one two three But when I used CSS code that can be validated...
  7. k4ghg

    Code Validation Problem

    I am having problems validating part of my page which sends items to a shopping cart and any help and suggestions would be appreciated. The code: <a class="cssbutton"...
  8. k4ghg

    Replace variable string

    I convert an old html file to us CSS, so I need to remove various strings and replace them with <span class = "title"> and other tag. I can open and process my file, even change replace the starting tags but not tags that begin at position x and end at position y. Below is an example of the...
  9. k4ghg

    Centering with Position: Fixed Problem

    Hi - I have been testing a navigation bar that I found online (please see code below), that will not center (i.e., margin: auto;)in the fixed position and was wondering if there is away around this problem. Thank you... Ronnie <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  10. k4ghg

    Firefox undefined function error

    I have put together some code to use Google Maps, to determine distance, bearing and draw a arc circle. The script runs fine in IE and chrome, but Firefox gives a not defined error for the mYname function. Any suggestions/ideas will be appreciated. Ronnie <script type="text/javascript"...
  11. k4ghg

    toFixed problem

    I have officially lost the three last strands of my hair and the scalp is starting to go, over this strange problem. I am trying to take a latitude in degrees, which is passed in a form and reduce the decimals to only 2 places for display. Testing: 1) Check to make sure that the number from...
  12. k4ghg

    return undefined error

    Hi - I have been testing some code for using the results with Google maps. The calculations are fine, but when the value is returned I get an undefined error. Any help would be appreciated. Also, my editor is highlighting the following line with an error: yres = (ycalc[yi] / ydiv)...
  13. k4ghg

    Problem with getenv(&quot;HTTP_REFERER&quot;)

    I wrote a php script to determine when folks have visited a page, where they came from and to write the information to a text page. When I test the script it works fine, but, after 24 hours when I check the text file (CHMOD 666) only the date is recorded. Below is the script and an example of...
  14. k4ghg

    ToolTips with Hyperlinks

    I have six images on a page and want to create a mouse over tooltip (popup?) with links. I found the code below and it works well, except if I have more than one tooltip the timer does not seem to work, also, if I move the mouse I get several tooltips at once. I tried adding a close button to...
  15. k4ghg

    ACCESS 2000 - Problem exporting to Text

    I have an ACCESS database that I want to export to a comma delimited file. The database can be exported to Excel or HTML, but not to a text file. There is an "error loading dll." I tried MS's site and google without too much luck. Any help/suggestion would be appreciated. Thanks Ronnie
  16. k4ghg

    CSS and iFrame

    I am having problems using CSS with the following iframe that displays a rotating banner exchange image and was wondering if someone might see something I am missing: <iframe src="http://www.page.org/image.php?id=62&size=2" width="468" height="60" scrolling="no" frameborder="0"...
  17. k4ghg

    header('Content-Type: - Explained

    Could someone please tell me the difference between the two statements below. I want users to download a file after they select a download button without going through additional steps. Thanks... header('Content-Type: application/force-download'); header('Content-Type...
  18. k4ghg

    Parsing text file with fixed width Date problem

    I am reading a text file using VBA's string (i.e., Left, Right and Mid) functions. My problem is that when I encounter a string with starting and ending zeros they are truncated. For example 05192010, becomes 519201, or 00001.100 becomes 1.1 and i want the date and the entire field. Is there...
  19. k4ghg

    PHP File Download

    I want to let my web visitors download a file. After a validation process, I use the code below for them to download the file. It seems to take a long time before the download starts and I was wondering if I am missing something that could make it quicker. Also, does anyone know of any...
  20. k4ghg

    XP Will not run all .EXE applcations

    I removed a virus from my system and now certain application (.exe) files will not run. I get a dialog box that says "Windows cannot open this file: FILEname.exe To open file Windows needs to know what create it..." This does not happen will all .exe files on some. Any help would be...

Part and Inventory Search

Back
Top