Forum: PCI and Add-In Cards Jun 20th, 2005 |
| Replies: 2 Views: 4,417 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... |
Forum: Monitors, Displays and Video Cards Jun 20th, 2005 |
| Replies: 2 Views: 3,903 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: 8,673 Thanks for your reply, I have since tried both and I agree with your opinion, for most of the things I do C# is easier and just as 'powerful'. |
Forum: Legacy and Other Languages Apr 12th, 2005 |
| Replies: 5 Views: 14,533 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 Feb 4th, 2005 |
| Replies: 2 Views: 11,782 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: 5,770 If you are using a beta version of visual basic.net (presumably the 2005 beta version) then the dotnet framework will also be version 2.0 beta. Your application will probably only ever run with this... |
Forum: Windows NT / 2000 / XP Nov 18th, 2004 |
| Replies: 9 Views: 5,575 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: 3,364 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 Nov 15th, 2004 |
| Replies: 1 Views: 14,154 This user account is automatically created when the .NET framework is installed on your PC. Its only purpose is to allow you to run ASP.NET aps on your PC's local host web server.
If you are not... |
Forum: C++ Nov 15th, 2004 |
| Replies: 17 Views: 4,533 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: 3,571 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: 4,338 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: 3,184 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();
... |
Forum: Web Browsers Nov 3rd, 2004 |
| Replies: 25 Views: 49,127 '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 them:... |
Forum: Windows Software Nov 2nd, 2004 |
| Replies: 3 Views: 4,100 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... |
Forum: C# Nov 2nd, 2004 |
| Replies: 12 Views: 8,673 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: 7,039 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: 49,127 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: 14,523 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... |