Forum: Viruses, Spyware and other Nasties Sep 18th, 2008 |
| Replies: 10 Views: 18,774 Re: Unable To Right Click Desktop 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... |
Forum: Database Design Sep 1st, 2008 |
| Replies: 21 Views: 24,898 Re: How to extract data from web databases? You could also use Automation Anywhere's web data extraction (http://www.automationanywhere.com/solutions/webDataExt.htm) capability. It is very easy to use and I have been using it for quite some... |
Forum: VB.NET Aug 29th, 2008 |
| Replies: 1 Views: 432 Re: user control missing 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... |
Forum: Troubleshooting Dead Machines Aug 25th, 2008 |
| Replies: 3 Views: 1,083 |
Forum: C++ Aug 23rd, 2008 |
| Replies: 6 Views: 325 |
Forum: C++ Aug 23rd, 2008 |
| Replies: 6 Views: 325 What's wrong with this program? 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"?
#include <iostream.h>
int n,m,result,br=0;
int a[100][100];
int jj=0;
void... |
Forum: C++ Aug 21st, 2008 |
| Replies: 6 Views: 295 Re: Easy program the post above really touch'd me!
#include <iostream.h>
int count,a[2][2]={0,2,2,3}; //primary matrix
void main() {
for(int i=0;i<5;i++) |
Forum: C++ Aug 21st, 2008 |
| Replies: 6 Views: 295 |
Forum: C++ Aug 21st, 2008 |
| Replies: 6 Views: 295 Easy program 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 :( |
Forum: Website Reviews Aug 21st, 2008 |
| Replies: 2 Views: 372 |
Forum: Website Reviews Aug 20th, 2008 |
| Replies: 2 Views: 372 Review My new website Just finished making my website
Its got an arcade, downloads, tutorials and you can chat to other members too
It is my first website and would love to hear your feedback on my website and any... |
Forum: Windows NT / 2000 / XP / 2003 Aug 17th, 2008 |
| Replies: 3 Views: 3,542 Re: Crash to Desktop Help??? 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... |
Forum: Python Aug 10th, 2008 |
| Replies: 1 Views: 914 |
Forum: VB.NET Aug 1st, 2008 |
| Replies: 0 Views: 301 |
Forum: VB.NET Aug 1st, 2008 |
| Replies: 0 Views: 333 Instant Messenger - Please Help 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... |
Forum: C Jul 30th, 2008 |
| Replies: 16 Views: 40,676 Re: warning:no newline at end of file 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. |
Forum: Windows NT / 2000 / XP / 2003 Jul 18th, 2008 |
| Replies: 13 Views: 20,324 Re: "Directory corrupted and unreadable" 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... |
Forum: Apple Hardware Jul 1st, 2008 |
| Replies: 7 Views: 2,115 Re: PowerPC G3 capable of OS X install? 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... |
Forum: Motherboards, CPUs and RAM Jun 30th, 2008 |
| Replies: 1 Views: 317 2GB Ram Only Shows 1GB 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... |
Forum: C# Jun 24th, 2008 |
| Replies: 1 Views: 2,123 Re: Outlook profile Switching 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... |
Forum: Post your Resume Jun 9th, 2008 |
| Replies: 3 Views: 1,406 |
Forum: Storage Jun 6th, 2008 |
| Replies: 4 Views: 1,228 |
Forum: Storage Jun 1st, 2008 |
| Replies: 4 Views: 1,228 |
Forum: C# May 24th, 2008 |
| Replies: 1 Views: 547 |
Forum: C# May 23rd, 2008 |
| Replies: 1 Views: 547 DataContext problem - inserting existing data I have a problem with DataContext - it inserts existing data in my database, even without calling InsertOnSubmit. Any ideas?
Here's the code:
ApplicationDataDataContext db = new... |
Forum: Visual Basic 4 / 5 / 6 May 20th, 2008 |
| Replies: 3 Views: 1,225 |
Forum: Visual Basic 4 / 5 / 6 May 20th, 2008 |
| Replies: 3 Views: 1,225 Open a file in vb 6 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... |
Forum: Peripherals May 5th, 2008 |
| Replies: 10 Views: 14,048 Re: USB ports don't work my usb ports dont work there enabled in bios I checked I dont know what to do its driving me crazy |
Forum: Web Browsers Apr 26th, 2008 |
| Replies: 22 Views: 70,357 Re: Javascript links not working 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... |
Forum: PHP Apr 21st, 2008 |
| Replies: 3 Views: 378 Showing values depending on variables? 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... |
Forum: Visual Basic 4 / 5 / 6 Apr 20th, 2008 |
| Replies: 3 Views: 1,449 |
Forum: Visual Basic 4 / 5 / 6 Apr 19th, 2008 |
| Replies: 3 Views: 1,449 |
Forum: Java Apr 8th, 2008 |
| Replies: 8 Views: 35,115 |
Forum: Search Engine Optimization Apr 4th, 2008 |
| Replies: 2 Views: 7,222 Re: Zen Cart SEO URLS 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... |
Forum: VB.NET Apr 2nd, 2008 |
| Replies: 2 Views: 619 |
Forum: VB.NET Apr 2nd, 2008 |
| Replies: 2 Views: 619 Search a .txt file for valid password. 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... |
Forum: IT Professionals' Lounge Feb 5th, 2008 |
| Replies: 3 Views: 501 Re: A minute of you time Alright! thank you both very much, and perfect timing. Your responses were great especially Impi's. Wish me luck on my presentation. Thanks again |
Forum: IT Professionals' Lounge Feb 4th, 2008 |
| Replies: 3 Views: 501 A minute of you time 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... |
Forum: *nix Software Jan 17th, 2008 |
| Replies: 21 Views: 11,044 Re: RedHat 8.0 SUCKS! Who uses a gui to manage their partitions? The resolution is too loose on big drives.
RedHat8 RULES. Adobe sucks, gui partioner sucks, LinuxConf sucks and it sounds like your soundcard sucks. |
Forum: Java Nov 19th, 2007 |
| Replies: 6 Views: 6,563 Re: Writing string to a file 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... |