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