10 Archived Topics

Remove Filter
Member Avatar for WaltP
Member Avatar for WaltP

Using onMouseOver in a link - I am able to display a file's contents in a frame. - I can display an image file in an IMG tag But I can't figure out how to combine the two. What I want to do is onMouseOver display the contents of a …

Member Avatar for WaltP
0
177
Member Avatar for WaltP

For years when people post that they are using Turbo-C/C++ they always get a heated response saying basically "[I]why are you using that piece of sh*t? Use Dev-C++ instead.[/I]" Dev-C++ was being recommended because it's newer, it followed the standard better, it's free, etc. A couple years ago, though, it …

Member Avatar for pseudorandom21
0
1K
Member Avatar for WaltP

I (hopefully) can get the normal file displays to show in LIST mode but I see no way to get [I]Save File[/I] or [I]Open File[/I] lists out of Details mode. Any ideas?

Member Avatar for jRADD
0
182
Member Avatar for WaltP

Does anyone have any idea why 1/3 of the time Win7 will not boot? Sequence is: Dell Inspiron boot screen Blank screen Windows wallpaper screen Blank screen with mouse pointer centered Nothing from then on. Turn off machine. Turn on Boots fine. Usually. Since Windows does not like to show …

Member Avatar for Vul
0
162
Member Avatar for WaltP

I've been trying to find out the error returned from [iCODE]MkDir[/iCODE] to no avail. [iCODE]Err.Number[/iCODE] is 0 and I can't find any other error mechanisms available. [CODE] On Error GoTo mkError MkDir txtDir(Index).Text On Error GoTo 0 Exit Sub mkError: On Error GoTo 0 Text1.Text = Str(Err.LastDllError) + " " …

Member Avatar for vb5prgrmr
0
190
Member Avatar for WaltP

I have a page with a navigation column and a data column that I wish to control separately, both sides use forms. When I scroll down and click on a button on navigation side I want the data side to change accordingly but I want the nav side to stay …

Member Avatar for diafol
0
100
Member Avatar for WaltP

I have the following code in a form: [code=php] <? for ($n = 0; $n < count($filelist); $n++) { printf ("<button type='submit' name='imgnam' value='%s'>", $filelist[$n]); printf ("<img src='%s' width='100' />", $dirname . $filelist[$n] . ".gif"); print "</button>"; printf ("<br>%s</p>\n", $filelist[$n]); } ?> [/code] [ICODE]$dirname[/ICODE] contains the directory value [ICODE]$filelist[][/ICODE] contains …

Member Avatar for WaltP
0
139
Member Avatar for WaltP

For some reason on my new laptop I can't seem to turn off that annoying BEEP when I change the speaker volume. I got everything else turned off but this beep seems to be bypassing the "Sounds and Audio Devices" properties. Any ideas?

Member Avatar for FlamingClaw
0
177
Member Avatar for WaltP

If anyone has the time or inclination, I'd be interested to hear what others think of [url=http://www.openwatcom.org/ftp/]Open Watcom C++[/url]. Unlike DevC++ it's still under development so it may be a better compiler for those that can't/won't purchase one. I just downloaded it myself so it'll be a while before I …

Member Avatar for jbennet
0
140

The End.