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 SkipVought 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
  • Order by date
  1. 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...
  2. k4ghg

    Liquid vertical bar

    Thanks... It worked!
  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

    Thanks, I checked and the registry is correct. Also, its not clear why some DB/tables are fine, but one is not finding the correct reference.
  5. 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...
  6. k4ghg

    Compiled Java Program Distribution

    Hi Tonhu - I agree with you and my first choice was to find an existing CD menu program. Unfortunitly I could not find one that meets my needs and the one's that did wanted to much money for registration. Thanks for your reply. Ronnie
  7. 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...
  8. k4ghg

    <ul> and <li> Spacing

    Thanks for your help and sorry for the nesting confusion I simply transposed tags when I wrote the question(it appeared correctly in the code). I tweaked the suggestions and solved the the problems with the following code: <span style="font-weight: bold; text-decoration...
  9. k4ghg

    &lt;ul&gt; and &lt;li&gt; Spacing

    Thanks for looking at my question. I want the results similar to the first listing, but with correct (i.e., validated) CSS. Here are the desired results ((i.e., no line space or indentation, with the text wrapped around the first word).: Title . one . two . three Thanks again...
  10. k4ghg

    &lt;ul&gt; and &lt;li&gt; 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...
  11. k4ghg

    Code Validation Problem

    Chris - Thanks I changed the Doc Type. Ronnie
  12. 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"...
  13. 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...
  14. k4ghg

    Centering with Position: Fixed Problem

    Phil, Ok, I think I understand and thanks for all you help. Ronnie
  15. k4ghg

    Centering with Position: Fixed Problem

    Phil, Chris - Thanks for your help and suggestions. It's interesting that you both appeared to question the idea of having a fixed element centered. My intent is to have a "fixed" navigation bar/menu at the top of the page that will remain in place as a user scrolls down the page. I am...
  16. k4ghg

    Centering with Position: Fixed Problem

    Thanks Chris, if the "margin: 0 auto;," has no effect, how would I center the navigation bar? Ronnie
  17. 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"...
  18. k4ghg

    Firefox undefined function error

    If you knew the hours I put into solving that problem, you should get three stars. One thing that I found interest is that it seems that IE and Chrome don't care when the function is called, whereas, Firefox requires that it first be defined. I think in the future it would be best to first...
  19. k4ghg

    Firefox undefined function error

    Hi Phil - Thanks, you hit the nail one the head and I don't know how I did not see that I was using functions before defining them... Thanks Again... Ronnie
  20. k4ghg

    Firefox undefined function error

    Thanks Greg, but that does not seem to be the problem, and I don't know how the quote was drop because in the original code it's O.K. function addCommas(nStr){ nStr += '; x = nStr.split('.'); x1 = x[0]; x2 = x.length > 1 ? '.' + x[1] : '; var rgx = /(\d+)(\d{3})/; while (rgx.test(x1)) {...

Part and Inventory Search

Back
Top