- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
35 Posted Topics
Re: To recover files from corrupted partition, try out the "recover my files" software it recovers maximum files. But an important thing to remember is that, once u realise that the partition is courrpted, dont go fot any scans or disk check.. which windows tries to do on a courrpted disk. … | |
Re: my usb ports dont work there enabled in bios I checked I dont know what to do its driving me crazy | |
Re: Hi Jaz, i am developing a windows application using c#. In that I want to display all the outlook profiles. can u send me the code for that. Thanks in advance.. yeah... [QUOTE=jazeelkm;444804]Hi , I am developing a windows application using C#. In that I want to display all the … | |
Re: It's part of the C89 and C99 standard to require a newline at the end a non-empty file so any C compiler that does not warn about it is not following the standard. | |
Re: yes the G3 can easily handle tiger, Unlike windows minimum requirements, mac ones are just telling you what you need to run the product without wanting to claw your eyes out in frustration YOU THINK THIS IS MY ACCOUNT? George | |
I've got a .txt file with lots of passwords in, in the following format: (passwords must be between 12-15 characters) password1 password2 password3 i want to use a text box that allows the user to enter a password & upon the correct password being entered they are allowed to proceed … | |
Re: I know this is an old thread, but since the last poster went on a total tangent, I've taken the initiative to post a solution to the original question. *** Zen cart friendly URLs are very possible with a few basic script modifications and an appropriate .htaccess file with apache … | |
Re: [QUOTE=kingsofcrunk;191225] Go to: Start Click on: Run Copy and Paste: msiexec.exe /x{78d944d7-a97b-4004-ab0a-b5ad06839940} Hit enter, click yes if it prompts, and boom, your done! That easy, no HJT, or adware removal bs. Lemme know if this helps anyone at all.[/QUOTE] Yeah it helps! very simple! Thanks man! | |
Re: I am having a similar issue. Virus scan showed nothing and there is not a lot of dust in the machine. Any ideas? Thanks. | |
Re: I wrote to Microsoft about this issue two days ago. Their reply went a little something like this: The problem you have described could be due to a lot of reasons. As per our experience, it occurs if any of the following conditions are true: · The client computer that … | |
I want to know how to open a file existing in a computer in vb 6.For example I want to open notepad when I click a button.notepad.exe exists in C:\WINDOWS\.So when I click the button notepad.exe should execute.Also tell me how can I generalise this to any computer(means computer where … | |
Re: You could also use Automation Anywhere's [URL="http://www.automationanywhere.com/solutions/webDataExt.htm"]web data extraction[/URL] capability. It is very easy to use and I have been using it for quite some time now, without any problems. | |
Hello all! I'm trying to add a WD 750G HDD to my system. I have a Silicon Image SiL3114 PCI SATA card, and I'm still booting from my IDE HDD. I initialized and formatted the new 750 while it was in an external case, and started moving some files onto … | |
Re: I found a rather simple way to fix this issue after the virus has been removed. The reason that the desktop can not be clicked is because there is a active desktop item that spans the entire desktop. To get rid of this, go to your control panel, and go … | |
I don't mean "iostream.h" or missng "return 0;". I wonder why don't run like it should but shows "press eny key continue"? [CODE]#include <iostream.h> int n,m,result,br=0; int a[100][100]; int jj=0; void main() { cout<<"n?"; cin>>n; cout<<"m?"; cin>>m; for(int i=0;i<n;i++) for(int j=0;j<m;j++) { cout<<"a["<<i<<"]["<<j<<"]="; cin>>a[i][j]; } for(int ii=0;ii<n;ii++) for(int jj=0;jj<m;jj++) { … | |
Re: I had the same thing happen to me today. I built an App and actually added new controls on a separate tab page and all of a sudden the controls on tabpage1 are now mysteriously invisible in the form designer. | |
C++ program that input rectangular matrix A nxm (integer) and finds out the indexes of most occurred element and counts how many times he occurs. I just can't do it :( | |
Re: Hi, I had the same problem and figured it out: If your Windows XP is crashing with a rundll32.exe error whenever you either try to change the background color, or the desktop theme then try this: Check the following registry keys ensuring 'Administrators' and 'System' have full control: HKEY_LOCAL_MACHINE\SOFTWARE HKEY_LOCAL_MACHINE\SOFTWARE\Sophos … | |
Hi I just started out with python.. I'm trying to write some code that will request a file with HTTP GET, be able to send custom headers to the remote host, download this file and save it locally, and show some kind of percentage downloaded which updates WHILE its downloading. … | |
The error message continues: The given assembly name or codebase is invalid. Exception from HRESULT: 0x80131047 Help please. Thanks | |
I'm trying to get a headstart on a project that im writing for college. I want to write a instant messenger simular to msn messenger. I've got the following so far but its throwing up a load of errors. Can someone take a look please. Thanks [CODE]Imports System Imports System.Windows.Forms … | |
Hi everyone, So i recently purchased 2GB of ram. When i installed them, my dxdiag showed a total of 1GB and the crucial scan only showed 1GB total with 512mb per stick. I tried booting with 1 stick and that yet again showed 512mb. I know the rams are seated … | |
I have a problem with DataContext - it inserts existing data in my database, even without calling InsertOnSubmit. Any ideas? Here's the code: [CODE=c#]ApplicationDataDataContext db = new ApplicationDataDataContext(); ChangeSet c = db.GetChangeSet(); // nothing to insert Place place = new Place(); place.Country = CountryClass.CreateObject(countryXmlString, db); c = db.GetChangeSet(); // one … | |
Re: The windows scripitng host fixed my problem. thank you very much. ----- I have winxp sp2 with ie7 ..... i couldn't klik buttons in some websites. sites where you have to wait 5 seconds for a download didn't work. activex controls didn't want to install Tthe installation of mcafee gave … | |
Im having some trouble writing a booking system for my site. Im using dreamweaver so the built in functions should make it easier but its not helping right now. First of all here is my database [IMG]http://i19.photobucket.com/albums/b178/GregHesp/Untitled-11.jpg[/IMG] Now on my booking.php page I want have a dynamic select menu which … | |
Hi all, Please somebody tell me the code. I have : a textbox name txtfname a table named Customer (located in Database.mdb) the customer table has only 1 field fname. How do i create a connection such that whenever i click on add button, whatever is in the txtfname textbox … | |
Hello IT experts! I am a high school student doing a research project about programmers and people in the IT field. Could you please be so kind and answer these four questions. 1. What do you do for a living? (What is your exact job title?) 2. What would a … | |
Re: [QUOTE=vbradley;2690]I'm going to roll back to 7.3 on my server box. RedHat 8.0 SUCKS! First thing I noticed was when I upgraded my Linux Server from RedHat 7.3 that it lost it's NIC and Soundcard. Other software quit working. I had to format the drive and start from scratch! First … | |
Re: The newLine() method in BufferedWriter simply fills in the correct new line character sequence for the platform your running on (Windows, it sounds like). If you already have a String with lots of \n, simply do the following: try { BufferedWriter out = new BufferedWriter(new FileWriter("test.txt")); String someText = "aString\nthis … | |
I am trying to upgrade my laptop memory from 256 to 1gb. The current memory is a 256 MB PC2100 DDR SDRAM card. I bought Kingston 512MB 200-Pin DDR SO-DIMM DDR 333 (PC 2700) to upgrade it. I was just wondering my laptop would support it. I have seen two … | |
Hi, I am writing a small search engine. There are two tables. The first one holds the search engine main index, the second one is link table. I have the following query that retrieves results. I would like to sort the results by: dbo.OCCURS2(LOWER(:query),se_links.anchor). se_links.anchor obviously comes from se_links table, … | |
A friend of mine wants a blog site that allow posts on the whole page. I mean, without categorizing by month/year. Is there any? | |
Re: Dropped in here from a Google search, but being that this post is about 6 months old this may not be of use anymore. Being in the repair business I have seen numerous E-machines with similiar problems. The problem has always been a bad motherboard. Unfortunately E-machines/Gateway decided to use … | |
help! I set up Norton Internet Security 2005 a couple of weeks ago...but now it is not letting any of my progs to access the internet. I know i have to go into the supervisor account and add set allow to access to programs. Unfortunately, I have lost the password … |
The End.