- Strength to Increase Rep
- +6
- Strength to Decrease Rep
- -1
- Upvotes Received
- 42
- Posts with Upvotes
- 40
- Upvoting Members
- 29
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
Re: It'd be pretty tough to chase down who's using it. You could try uninstalling it and restarting the machine to let it reinstall. | |
The backstory: We had a "power issue" here a few days ago and now our Samsung SyncMaster 931b is not working. The blue power light around the button flashes and every second or so the display will flicker with light and you can briefly (for 200ms or so, I'd guess) … | |
Re: Good tips. CL used to be great for getting some internet props but they switched from using do-follow to no-follow links. Before they were so big that with some good anchor text, links and relevant ad text you could get some nice PR from them. I'm having good luck with … | |
Re: Directory submission is king for getting your website higher in the SERPs (search engine results page). Combine having lots of good content on your site with lots of links to your site and you'll be at the top in no time. [URL="http://www.dmoz.org/"]http://www.dmoz.org/[/URL] [URL="http://dir.yahoo.com/"]http://dir.yahoo.com/[/URL] [URL="http://www.thesitedirectory.info"]http://www.thesitedirectory.info[/URL] [URL="http://www.wowdirectory.com/"]http://www.wowdirectory.com/[/URL] [URL="http://www.dmegs.com/"]http://www.dmegs.com/[/URL] [URL="http://directory.classifieds1000.com/"]http://directory.classifieds1000.com/[/URL] | |
Re: In tools|folder options there is an option to open files with one click vs with double click. You can check that setting; a buffer may have gotten overrun and changed the setting or you could have done it inadvertently. What drivers are you you using? have you made any driver … | |
I am using MCI controls to play media files within some software. For the most part, it works OK but sometimes things go poorly (e.g. when the media file is corrupt). How can I either put the code into a try/catch (i.e. what exception do I look for?) or how … | |
Re: Is there something wrong with just opening and reading it like any other (text) file? There's nothing magical about WAV files, it's just a header with information about the bit rate, file size, number of samples, etc. followed by the values along the waveform for the audio output, all encoded … | |
Re: Does it automagically fix itself when you update the TOC? Sometimes mine does that. Also, if you're in IT/CS/similar field and writing a technical/engineering/etc. thesis, have you considered LaTeX rather than MS word? | |
Re: Just use Windows Virtual PC and you won't have to mess with partitioning, MBR issues, dual boots, GRUB, etc. The other OS will boot within the VPC container and it will look like just another application on your PC. IIRC, some versions of 7 don't come with Windows Virtual PC … | |
I would like to be able to dynamically load and display images in a Windows application written in an old version of MS Visual C++. I'm currently using functions as given [URL="http://forums.devx.com/showthread.php?t=89505"]here[/URL] by Karl Lilje. The pictures display fine when they are supposed to but they are not "persistent" (by … | |
Re: Try sniffing around [url=http://docs.wxwidgets.org/2.8/wx_wxkeyevent.html]wxWidgets[/url] for KeyEvent stuff. Hope that helps | |
Re: It's a fair book. I've always liked Savitch's books quite a bit. What do you want it for, just to teach yourself C++? For a class? If you just want it for your own enlightenment and you're not required to get any particular book, your best bet is likely to … | |
Re: That's an interesting way of doing it, I suppose. You'll want to parse through your [ICODE]encr [/ICODE]string, stopping at each period, and build a string from the numbers you find. Then use something like [icode]atoi[/icode] to change it into an integer. Then you need to subtract the value you added … | |
Re: Are the parts all new, or is this particular configuration/build just new? Are all the parts known good? Tested in another machine? What about the PSU? Output? Are the jumpers on the drives in some goofy position (masters/slave/cable select) that they shouldn't be in for the way you have it … | |
Re: "Maze game" is pretty vague. Is it a go (North, South, East, West - choose one) type of maze game, is it a FPS type maze that one wanders around freely in, is it a birds-eye view of a maze that you have to work though, etc. | |
Re: Do you have a network card? [URL="http://www.codeguru.com/cpp/i-n/network/networkinformation/article.php/c5451/"]Check here.[/URL] | |
I'm using the function CInternetSession::OpenURL in a "try" to open a webpage (a servelet which returns XML). The servelet take a little while to respond sometimes (around 13-15 seconds in a web browser). When it's slow like this, the code catches a CInternetException. Is there a way to see what … | |
[B][U]Short version:[/U][/B] Windows 7 appears to be losing changes made to text files if the PC loses power, even if the changes have been saved. Why would it be doing this and how can I make the changes stick? I need the changes to be persistent even if there is … | |
I can make a program fire up at start up by dragging it to the start-menu->programs->startup-folder. This program needs one of the windows services to be able to function correctly. Occasionally, at boot, this program experiences a problem that is somewhat specific to that required service (which is set to … | |
Re: I don't know if it's the extra initialization, the flags, or the fact that this is in it's own function, but I call this function from a thread and it speaks fine. [code]// This function does the actual speaking of the generated TTS script void CProgNameDlg::AudioTTS() { ISpVoice* Voice = … | |
Hello: I am using the Apache James SMTP with Blat for a front end with "localhost" as the mail server to send emails from a machine; however, not all emails are being delivered. Messages are delivered fine to addresses at GMail, although they are sent to the spam folder and … | |
Re: I'm a PC and I can make ISO files. Presumably Google doesn't work on Macs either. Try these links: [url]http://club.myce.com/f59/create-iso-image-mac-os-x-using-built-disk-utility-app-200501/[/url] [url]http://forums.macrumors.com/showthread.php?t=220740[/url] | |
Re: This is what "they" are saying online: [quote] Socket AM3 versions of the Phenom II are backwards-compatible with Socket AM2+, though this is contingent on motherboard manufacturers supplying BIOS updates. In addition to the Phenom II's pin compatibility, the AM3 memory controller supports both DDR2 and DDR3 memory (up to … | |
Re: Is it new, under warranty? If so, have the manufacturer/vendor fix it. If not, and you're handy, you could try taking it apart to see if you can find the problem. There could be a bad solder joint in the power on/off switch or on some sort of filter or … | |
Re: I seem to recall the error being more clear and specific when this is the case, but could it be that the other PC needs the visual c++ redistributable package installed on it? Did you build it as a shared DLL or using a static library? | |
Re: Assuming that [I]count [/I]ranges from 1 through 5, for each iteration of your for loop, you have to print something (be it stars, numbers, etc.) out [I]count[/I]-times. You'll probably need another for loop that goes from 1 through [I]count[/I] in which you do the printing and add a newline after … | |
Hello, I'm using code as shown below to play the first [i]duration[/i] milliseconds of a media file [CODE] MCIWndHome(m_Audio); MCIWndPlayTo(m_Audio, duration); [/CODE] This works fine to only play the first [i]duration[/i] milliseconds when the length of the audio file is greater than [i]duration[/i], but if the audio is longer than … | |
I am trying to play some audio from within a program using [ICODE]MCIWndPlay(m_Audio);[/ICODE] or [ICODE]MCIWndPlayTo(m_Audio, duration);[/ICODE] type calls. The program is getting the path of the media from an RSS feed and the audio can be either an MP3 file or a streaming MP3 (either progressive download or actual streaming … | |
Re: Is this at home or at work? Do you have a router in the picture? Most routers let you set up access restrictions to block access to certain domain names, IP addresses, computers on the network, etc. and can be configured to do this at certain times. In Linksys routers, … | |
Re: Is [URL="http://tinyurl.com/2buruk8"]THIS[/URL] what you're looking for? Not much information to go on...what kind of MP3 player is it? |