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
Member Avatar for framerw47

Hi all, I just joined the forum hoping to find an answer to this problem. When I try to open "My eBooks" folder in Win XP Pro, I get an error message that says "My eBooks is not accessable" "the file or directory is corrupted and unreadable". The first thing …

Member Avatar for AdamParola
0
643
Member Avatar for kranzberry

NOTHING I have hooked up to a USB port works, the computer doesn't recognize anything in a USB port. The devices work when plugged into a different computer, so it's not the peripherals. The optical mouse, for example, has power ( the light comes on), but nothing moves. Any suggestions?

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

Hi , I am developing a windows application using C#. In that I want to display all the outlook profiles in a listbox and on selecting one, The folder structure should be displayed on a treeview control. I can display all the profiles in the listbox and on its changedindex …

Member Avatar for sundar786
0
789
Member Avatar for abd2

hi, this is the code: #include <stdio.h> main() { int m1, m2, m3, m4, m5, per; printf("Enter marks in five subjects\n"); scanf("%d%d%d%d%d",&m1,&m2,&m3,&m4,&m5); per=(m1+m2+m3+m4+m5)/5; if(per>=60) printf("first division\n"); if((per>=50) && (per<60)) printf("second division\n"); if((per>=40) && (per<50)) printf("third division\n"); if(per<40) printf("fail\n"); } this is the output for: [root@localhost lbin]# gcc -o division division.c …

Member Avatar for kimchong
2
2K
Member Avatar for CharleneM

Installing a PowerPC G3 with OS 9.2.2 (6GB hardrive) for someone less-advantaged, but realize that the browser, in particular, presents a problem just in rendering. I've installed iCab 3, but not sure she can keep up with the updates. Question: Can this hardware run OS X (Tiger) smoothly? anybody have …

Member Avatar for sheikhali449
0
199
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
171
Member Avatar for Maureen

I am new to programming, so please accept my apologies if this question is simple. I have a class (say called Student). I want to store the name of the student (name) and the course (course) I have declared some variables in my Student class: [code] private String name = …

Member Avatar for manjushreekaran
0
3K
Member Avatar for SEO Cat

Hi guys Are there any pulgins available to make the ZEN Cart URLS SEO friendly? Many thanks

Member Avatar for jcwayne
0
363
Member Avatar for kingsofcrunk

Ok guys, I've searched and searched, and found a full proof way to remove the stubborn MWSA from the A/R list which untill now could not be removed. If this specific method has been explained before, I'm sorry, but I just got it to work for me and thought it …

Member Avatar for hypertime179
0
658
Member Avatar for Inziladun

So I was on my PC in the morning, just browsing the internet, what I usually do. Eventually my GF calls to hang out and I go out of the house for the day. I come home that evening and try to boot up my machine to no avail. After …

Member Avatar for sparkax
0
233
Member Avatar for Paddy

Hello :) When I attempt to access my Hotmail account via Outlook Express I get the following error: [b]Unable to poll for new messages on your HTTP server. Account: 'Hotmail', Server: 'http://services.msn.com/svcs/hotmail/httpmail.asp', Protocol: HTTPMail, Server Response: '', Port: 0, Secure(SSL): No, Socket Error: 12002, Error Number: 0x800CCC19[/b] I've been using …

Member Avatar for Bob_180_Bob
0
315
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
139
Member Avatar for bei

Hi all, anyone know how to extract data from a web database. For example, how can I extract movie information from [url]http://www.imdb.com/[/url] into a relational database? Is there any existing tools to do this? Or need I write some codes? Thanks a lot!

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
216
Member Avatar for BigDB

Recently I got this spyware on my computer. It changed my Jack Evans Desktop Background to this thing with two links reading "DANGER SPYWARE" and gave the screen a red trim. All my desktop icons, exept for the Recycle Bin and Internet explorer also disappeared. Now I'm unable to right …

Member Avatar for ohyeah
0
310
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
152
Member Avatar for mistyfy_t

i'm creatin a form layout with a menu item. but suddently the menu item dissapear from the form, then i check with the .designer.vb, it show the coding below : [ICODE]Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(892, 24) Me.MenuStrip1.TabIndex = 1 Me.MenuStrip1.Text = "MenuStrip1" ' …

Member Avatar for ohyeah
0
134
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
152
Member Avatar for Pitufo

Hi, I hope I'm posting in the right place. My computer randomly crashes to desktop while playing games. I used to have a RADEON 8500 LE 128mb but I just upgraded to a 9800 128MB and I'm still getting the same problem. What I want to know is does Win …

Member Avatar for ohyeah
0
141
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
467
Member Avatar for ohyeah

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

0
50
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
66
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
84
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
127
Member Avatar for 2big

I have Windows XP home edition, and Internet Explorer 6. This happened before but I did something to fix it, and I don't remember what. What happens is whenever I click on a javascript link, it doesn't do anything, or just sits there and has the loading cursor forever. Any …

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
124
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
106
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
100
Member Avatar for samaru
Member Avatar for adityav

Hi all, I am working on a program which will generate a log file for it's operation. Because of the way the program is designed, the program maintains a String variable for all the log that needs to be written and write that string into the file at it's exit. …

Member Avatar for PeterCharles
0
610