Forum: PCI and Add-In Cards Jun 20th, 2005 |
| Replies: 2 Views: 3,390 Re: no sound on digital TV card Hello,
I have tried two brands of tv card and found both to be plaqued by bugs of various kinds. I had some success in fixing these over time by updating the drivers from the company website as soon... |
Forum: Monitors, Displays and Video Cards Jun 20th, 2005 |
| Replies: 2 Views: 3,114 Re: Video capture from sony VCR Hello,
sounds like an interesting challenge. I presume that your VCR has a scart output and this is how you normally connect it to your TV? Can you give me details of exactly how you normally send... |
Forum: C# Apr 12th, 2005 |
| Replies: 12 Views: 6,154 |
Forum: Legacy and Other Languages Apr 12th, 2005 |
| Replies: 5 Views: 12,856 Re: Can't Run Ms-dos On Updated Win Xp Some security updates including those in SP2 for XP can remove the files neccessary for running DOS programs. This microsoft knowledge base article describes the steps you should take to fix this... |
Forum: Windows NT / 2000 / XP / 2003 Feb 4th, 2005 |
| Replies: 2 Views: 9,053 Re: Problem running DOS programs in XP Hi,
this is a known problem that can occur when installing SP2, which is caused when one or more system files are deleted during the SP2 installation. The best instructions for fixing this problem... |
Forum: VB.NET Dec 23rd, 2004 |
| Replies: 3 Views: 4,825 |
Forum: Windows NT / 2000 / XP / 2003 Nov 18th, 2004 |
| Replies: 9 Views: 3,967 Re: Desktop reversed!? Hi,
Do you still have this problem?
If you have a graphics card in your PC you may be able to go into the display settings and choose rotate 180 degrees to turn the display the right way up again. |
Forum: C++ Nov 16th, 2004 |
| Replies: 5 Views: 2,341 Re: static function? help Member functions (and data members) of a class can be declared as static. This means that they do not belong to any particular instance of the class, but instead are similar to gloabal functions (or... |
Forum: Windows NT / 2000 / XP / 2003 Nov 15th, 2004 |
| Replies: 1 Views: 6,849 |
Forum: C++ Nov 15th, 2004 |
| Replies: 17 Views: 3,428 Re: C++ Compilers MS is now offering a free download, 'Visual C++ Toolkit', which upgrades the compiler in VC++ standard to the optimizing compiler. You can get it from the MSDN site. |
Forum: HTML and CSS Nov 10th, 2004 |
| Replies: 1 Views: 2,583 Re: how can i make it ? multilanguage problem! The only way I know of is with server-side processing.
You can do it with ASP using the method explained in this MSDN link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;208935 |
Forum: Web Browsers Nov 10th, 2004 |
| Replies: 2 Views: 3,656 Re: IE6 & XPsp2 refresh problem It could be a problem with the Javascript on this website not working with the new security features of XP Sp2. I've had problems like this since installing Sp2 and read posts from others with... |
Forum: C++ Nov 4th, 2004 |
| Replies: 3 Views: 2,651 Re: a beginner needs help Hi Sweety,
remember that the reason your program was exiting when a user entered 0 or a negative number was because of:
{
cout<<"Please enter only positive numbers";
getch();
exit(0); ... |
Forum: Web Browsers Nov 3rd, 2004 |
| Replies: 25 Views: 44,191 Re: Desktop background hijacked-NEW Problem 'Display properties' is the place where you set things like screen resolution, desktop background image etc.
There are several ways to get to the Display properties dialog box, here is one of... |
Forum: Windows Software Nov 2nd, 2004 |
| Replies: 3 Views: 3,606 Re: Adobe 6.0 Hi,
MS Windows Journal is a program used on XP Tablet PC Edition.
If the file you are trying to open was created in this program and you are trying to open it through regular XP-pro or XP-home you... |
Forum: C# Nov 2nd, 2004 |
| Replies: 12 Views: 6,154 Benefits of moving to C# from vC++.NET? I've been learning the .NET framework in vC++ for a while and I'm thinking of going to C#.
I'd like to here the opinions of others who have experience with both.
Thanks. |
Forum: ASP.NET Nov 1st, 2004 |
| Replies: 2 Views: 6,418 Re: Printing from .NET Hi,
If you go to Tools menu -> Options dialog box, select 'Environment' and then 'Fonts and colours' from the list on the left. You can then choose font settings for text editor and printer... |
Forum: Web Browsers Nov 1st, 2004 |
| Replies: 25 Views: 44,191 Re: Desktop background hijacked-NEW Problem Hi,
If you are running windows XP try going into 'display properties' -> 'desktop' tab -> 'customize desktop' button -> 'web' tab. See if you can unselect the check box for the html file that is... |
Forum: C++ Nov 1st, 2004 |
| Replies: 2 Views: 11,208 Re: Help Reading Info in Text File Into an Array Hi,
I found the following article when looking for help writing and reading parameter storage files as CSV files for a current application.
Although the example is based on .NET code you should be... |