
rahul_puri20
MemberContent Type
Profiles
Forums
Events
Everything posted by rahul_puri20
-
I have Pinnacle PCTV tuner installed on one computer running Windows 7 RC x64: PCTV PRO PCI 110i The drivers are ones that came with PinnacleTVCenterProSetup_5.4.0.3032 Vista 64Bbit The drivers installed without an issue. However, the PCTV software seems to not work on Windows 7 RC. First of all, the lag between the opening of the application and the time TV picture comes on seems significantly larger on Windows 7 RC than on Vista Home Premium x64. The application nevertheless opens and the picture eventually comes on. However, this is an error message I get when I click on the Record button. http://img200.imageshack.us/img200/1460/recordu.png When I click on OK on the above capture, I get the following screen. http://img193.imageshack.us/my.php?image=record2.png When I click on OK on this above screen, the application icon disappears the task bar and comes back a few seconds later, however, PMCLoader.exe does not quit, so, when I click on the icon on the task bar again to open, a new window opens but the background is grey . After that, I cannot get the application to open anymore until I restart the computer or go in to Task Manager and manually stop PMCLoader.exe I get a similar if not identical message when I put Win 7 RC to sleep with a scheduled recording and come back to open the application after the recording begins. PCTV's scheduled recordings wake up the machine. However, this is the error message a few seconds after I open the application to watch the show that is being recorded. http://img29.imageshack.us/img29/7076/record3.png Lastly, whatever I do on the application, for instance, pulling up the EPG and Settings windows, seems to take a lot longer on Windows 7 RC than Vista Home Premium.
-
I found its ok
-
your suggestion is good but is this future proof coz i don't wanna upgrade atleast for next 1 year
-
how is coolermaster 690 case with coolermaster extreme 650 W supply ? and asus p5ne motherboard for intel quad core ?
-
and with which motherboard and case ?
-
I think QX9xxx is better in price,performance and stability than i7 and phenom ? what you think ? or you guys suggest me to wait for further price cut. and when i7 hitting the retail shop
-
what you say about coolermaster 690 case with 600 watt supply
-
when i7 releasing
-
no one wanna comment /?
-
my budget is maximum 800$ I can spend 50-100$ more but I want to stick below 800$. my main purpose of buying this new pc is for video editing/converting. I'm not game freak I play Need for speed kinda game. which right now works on my other pc very quietly.and the question aboout overclocking , I never did overclocking nor I'm thinking about this.
-
which you think better for gaming/video editing amd phenor or intel's E/Q series cpu ?
-
and which tv tuner card you suggest ?
-
hello guys, I'm building a new PC for gaming and video capturing/editing use and just want to verify that I have chosen good quality parts etc. This PC will mainly be used for internet, word, music, movies, DVD burning, Macromedia Dreamweaver and Fireworks, and of course gaming. CPU: AMD Phenom 9550 or Intel Core 2 Duo E7200 2.53Ghz Motherboard: MSI K9A2GM-FD(AMD) or Asus P5KPL-CM (for intel) RAM: Kingston 2x 2GB DDR2 800 Dual Channel Kit or Transcend 2x 2GB DDR2 TV tuner : not decided suggest me GPU: not decided suggest me PSU: not decided suggest me CHASSIS: not decided suggest me if you have better option tell me please.what'll be the final price of pc. I don't need a monitor, keyboard, mouse,speaker or operating system.
-
which is the best software for viewing TV. right now I'm using windvr but its quality ok. I wanna know any software can be better than this if yes than which one. I hope you technical guys will solve my query
-
as I says I have Asus motherboard A8N VM adn I GB RAM
-
whenever I play "Need for speed underground-II" my computer automaticaly turned off after 10-15 minutes. I don't know what is the problem I have AMD athlon 3200+ adn 1 GB ram . can anyone tell me why it happens with only this game ?
-
Here's my code; PHP <?php ini_set("upload_max_filesize", "8mb"); // $userfile is where file went on webserver $userfile = $HTTP_POST_FILES['userfile']['tmp_name']; // $userfile_name is original file name $userfile_name = $HTTP_POST_FILES['userfile']['name']; // $userfile_size is size in bytes $userfile_size = $HTTP_POST_FILES['userfile']['size']; // $userfile_type is mime type e.g. image/gif $userfile_type = $HTTP_POST_FILES['userfile']['type']; // $userfile_error is any error encountered $userfile_error = $HTTP_POST_FILES['userfile']['error']; // userfile_error was introduced at PHP 4.2.0 // use this code with newer versions // put the file where we'd like it $upfile = 'upload/'.$userfile_name; // is_uploaded_file and move_uploaded_file if (is_uploaded_file($userfile)) { if (!move_uploaded_file($userfile, $upfile)) { echo '<p><strong>Error:</strong> Could not move file to destination directory.<p>'; exit; } } else { echo '<p><strong>Error:</strong> Possible file upload attack. Filename: '.$userfile_name.'</p>'; } echo '<p>Success! File uploaded successfully. Filename: '.$userfile_name.'.</p>'; ?>
-
any 10GB space server
rahul_puri20 replied to rahul_puri20's topic in Server - Side Help (IIS, Apache, etc.)
But guys I know 2 server. they are providing unlimited bandwidth but space is limited only 3GB. check these site allianzsolution.com and hostionnet.com -
any 10GB space server
rahul_puri20 replied to rahul_puri20's topic in Server - Side Help (IIS, Apache, etc.)
very strange that no one knows any server with unlimited Bandwidth and 10GB of webspace -
any 10GB space server
rahul_puri20 replied to rahul_puri20's topic in Server - Side Help (IIS, Apache, etc.)
Do you allowed porn or not ? -
any 10GB space server
rahul_puri20 replied to rahul_puri20's topic in Server - Side Help (IIS, Apache, etc.)
well I'm also looking for unlimited bandwidth. Do you have it and do u allowed porn ? -
I'm looking for a server of 10GB of space.please suggest me any good server which is overall good. looking forward for your help
-
Hi, I need some help. i have a page with a list box containing id. when i choose a id i have to show the info belongs to the id in the same page. the info are in the database with the id. I m using php and javascript I think u understand the prob, if not, inform me. Thanks