Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K

35 Posted Topics

Member Avatar for framerw47

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. …

Member Avatar for AdamParola
0
677
Member Avatar for kranzberry

my usb ports dont work there enabled in bios I checked I dont know what to do its driving me crazy

Member Avatar for daniel.gogov
-1
707
Member Avatar for jazeelkm

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 …

Member Avatar for sundar786
0
795
Member Avatar for abd2

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.

Member Avatar for kimchong
2
2K
Member Avatar for CharleneM

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

Member Avatar for sheikhali449
0
202
Member Avatar for ohyeah

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 …

Member Avatar for NewUserVB.Net
0
188
Member Avatar for Maureen
Member Avatar for SEO Cat

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 …

Member Avatar for jcwayne
0
366
Member Avatar for kingsofcrunk

[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!

Member Avatar for hypertime179
0
667
Member Avatar for Inziladun

I am having a similar issue. Virus scan showed nothing and there is not a lot of dust in the machine. Any ideas? Thanks.

Member Avatar for sparkax
0
264
Member Avatar for Paddy

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 …

Member Avatar for Bob_180_Bob
0
321
Member Avatar for ohyeah

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 …

Member Avatar for omoridi
0
143
Member Avatar for bei

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.

Member Avatar for Jennifer63
0
4K
Member Avatar for ohyeah

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 …

Member Avatar for flattery
0
219
Member Avatar for BigDB

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 …

Member Avatar for ohyeah
0
315
Member Avatar for ohyeah

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++) { …

Member Avatar for MelechM
0
155
Member Avatar for mistyfy_t

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.

Member Avatar for ohyeah
0
137
Member Avatar for ohyeah

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 :(

Member Avatar for murderotica
0
162
Member Avatar for Pitufo

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 …

Member Avatar for ohyeah
0
145
Member Avatar for ohyeah

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. …

Member Avatar for EAnder
0
487
Member Avatar for ohyeah

The error message continues: The given assembly name or codebase is invalid. Exception from HRESULT: 0x80131047 Help please. Thanks

0
52
Member Avatar for ohyeah

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 …

0
69
Member Avatar for ohyeah

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 …

Member Avatar for EMCCleveland
0
86
Member Avatar for ohyeah

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 …

Member Avatar for ohyeah
0
130
Member Avatar for 2big

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 …

Member Avatar for ohyeah
-3
3K
Member Avatar for ohyeah

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 …

Member Avatar for vinothkumarc
0
126
Member Avatar for ohyeah

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 …

Member Avatar for ohyeah
0
108
Member Avatar for ohyeah

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 …

Member Avatar for ohyeah
0
103
Member Avatar for samaru

[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 …

Member Avatar for linux
0
346
Member Avatar for adityav

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 …

Member Avatar for PeterCharles
0
614
Member Avatar for ohyeah

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 …

Member Avatar for Suspishio
0
96
Member Avatar for ohyeah

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, …

0
60
Member Avatar for ohyeah

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?

Member Avatar for Jaysun
0
78
Member Avatar for kittenceleste

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 …

Member Avatar for ohyeah
0
119
Member Avatar for ohyeah

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 …

Member Avatar for tayspen
0
171

The End.