Posts
 
Reputation
Joined
Last Seen
Ranked #912
Strength to Increase Rep
+11
Strength to Decrease Rep
-2
95% Quality Score
Upvotes Received
20
Posts with Upvotes
18
Upvoting Members
12
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
4 Commented Posts
~254.30K People Reached
About Me

Student

Interests
Biking, Computers, Fishing, Programming

818 Posted Topics

Member Avatar for moderate_rock48
Member Avatar for anty

We checked him for "nasties" in the spyware section. He was clean, so I don't think it is a virus causing the problems. His thread: [url]http://www.daniweb.com/techtalkforums/thread42675.html[/url]

Member Avatar for Reynalo
0
589
Member Avatar for tayspen

This is an on going story, each post adds 3 words to continue the story (no more than three words). Try not to post two times in a row ;) ill start I like this...

Member Avatar for avishek12345
1
4K
Member Avatar for ramiljoaquin

We need a little more info. *What Os, what brand computer *What are the specs *Did you recently install anything *Did you recently make any hardware changes etc. :)

Member Avatar for aawebdev
1
159
Member Avatar for Yzk
Member Avatar for Christina

Hey try Saving this as cdopen.vbs and then run it, it should open your cd drive [code] Dim WMP: Set WMP = CreateObject("WMPlayer.ocx") Dim colCDROMS: Set colCDROMS = WMP.CDROMCollection If colCDROMS.Count > -1 Then For i = 0 to colCDROMS.Count - 1 colCDROMS.Item(i).Eject Next End If [/code] If it didn't …

Member Avatar for Reverend Jim
0
262
Member Avatar for bestonearth

Could be as simple as.... [code] if(tbUserName.Text != "username") //Textbox names tbUserName { MessageBox.Show("Wrong user name"); //show message } else { MessageBox.Show("Correct"); }[/code] That is as basic as it comes ;).

Member Avatar for Mike Askew
-1
206
Member Avatar for flidshaflihliah

[QUOTE=flidshaflihliah]Just bought computer at store and it was working.Then I turned it off and put more memory in it.When I tried to turn the computer on it worked,but it wouldn't display on the monitor.How do I fix this?[/QUOTE] Are you sure that your monitor works.

Member Avatar for caperjack
0
289
Member Avatar for hxzero

Try, unpluging all devices from the computer such as usb printer, scanner and leave the bare essentials, monitor, mouse, k board and tower hooked up. Try rebooting. If the problem persists, try to boot into safe mode and use System Restore to roll back to a date where it was …

Member Avatar for jingda
0
288
Member Avatar for hoosier23

Somthing like. [code] System.Threading.Thread.Sleep(1000) ' Sleep for 1 second [/code] ?

Member Avatar for Gopher2011
0
699
Member Avatar for Khiladi420
Member Avatar for jacobr
0
495
Member Avatar for greatlobang

Nothing looks to bad in your log. Please run HJT again and check off the follwoing items. [b] O16 - DPF: {A526A2C7-723E-4081-BF70-A7A9913E8C4A} (LogData Class) - [url]http://ipgweb.cce.hp.com/rdqna/downloads/sysinfo.cab[/url] O16 - DPF: {DBA230D1-8467-4e69-987E-5FAE815A3B45} - [/b] Click [COLOR=Red]Fix Checked[/COLOR] Then to take care of any misc. things please download [COLOR=Blue]ewido[/COLOR] - [url]www.ewido.net[/url] - Install. …

Member Avatar for boergao
0
135
Member Avatar for nanosani
Member Avatar for cajunR6

Logs clean, but your Java is outdated. [url]http://www.java.com/en/download/manual.jsp[/url] As for why explorer is not opening, is beyond me. Sorry :(

Member Avatar for crunchie
0
359
Member Avatar for Joe2
Member Avatar for tayspen

I jsut ran the SLAX live linux CD. And when i exited out windows will no longer boot. It gets to verufuyng data pool, then shows me abunch of/ 010101010101010101010101010101010101010101010101010101 010101010101010101010101010101010101010101010101010101 010101010101010101010101010101010101010101010101010101 010101010101010101010101010101010101010101010101010101 010101010101010101010101010101010101010101010101010101 I can boot into the windoows CD shouldd i run FixBoot from the recovory console to …

Member Avatar for hansbanana
0
197
Member Avatar for DonutBanana
Member Avatar for Rajnesh

An OS cannot be coded in C#. It needs to be a language that requires no framework...like C. Yes there are OS's in C, google for them :).

Member Avatar for kvprajapati
0
928
Member Avatar for tayspen

How can these be done. For example running a shourtcut thats path is this C:\app.exe -sync will run a certain part of the application(the sync function). Do i need to make a seperate application. Also say i have a program that plays music files. then i have a music file …

Member Avatar for kvprajapati
0
194
Member Avatar for debutant

Perhaps this will help you: [url]http://www.codeproject.com/useritems/IsNumeric.asp[/url] Let me know :).

Member Avatar for kvprajapati
0
106
Member Avatar for mickeyfitzray

Well, you could use the Windows Media Player Control for the player, that will display the song name, and allow you to control the volume. To do this, you need to add a reference to the [b]C:\Windows\System32\wmp.dll[/b]. you can then add a control to the form from there. As for …

Member Avatar for kvprajapati
0
366
Member Avatar for >shadow<

[url=http://www.merijn.org/files/hijackthis.zip]Download hijackThis[/url]. Extract it to its [color=red]own[/color] folder. Then run it and select. [b]Do system scan and save log[/b]. Post the contents of the log that pops up. We will work from there to determine if it is indeed a virus.

Member Avatar for jholland1964
0
279
Member Avatar for jacydale

[quote] This all happened after redownloading XP due to a virus [/quote] Sorry, but discussion of issues involving illegal software violates our site [URL=http://www.daniweb.com/techtalkforums/faq.php?faq=rules#faq_keep_it_legal]rules[/URL] . If you really did download XP then we canntot help as it is pirated software. Thanks -T

Member Avatar for vern111
0
415
Member Avatar for dozer

[QUOTE=dozer]I have been trying to reformat my drive on my computer, not a "windows XP reinstallation" but just straight out format the disk. after it gives me the warning of erasing everything on the disk, a window pops up after I click format saying, "windows cannot format this drive. quit …

Member Avatar for harish1
0
435
Member Avatar for tayspen
Member Avatar for jerMAn

Im not much of a VB.Net guy, but In I think you would need to write out the whole path. [code] myProcess.StartInfo.FileName = "C:\\Program Files\\Winamp\\winamp.exe" [/code] Let me know if that works.

Member Avatar for Nattynooster
0
1K
Member Avatar for campkev

[QUOTE=campkev]i ended up using aspemail and aspencrypt software.[/QUOTE] Hmmm would you mind pointing this out? Is it an APi. is it free?

Member Avatar for Lam4
0
162
Member Avatar for bbb2k4life

[QUOTE=bbb2k4life]Ok, well my problem is that my Help and Support center won't open and also Msconfig. When I try and open Help and Support, nothing happens and when I try and open Msconfig, I get an error message saying that "Windows cannot find 'msconfig'. Make sure you typed in the …

Member Avatar for caperjack
0
1K
Member Avatar for tayspen

how would i do this i need to do it other wise u have to havesomthing (i forget what is on your comp in order for them to worK)

Member Avatar for DARREN HANSON
0
292
Member Avatar for tayspen

Right click on desktop go to properties > go to desktop tab>click customize desktop>highlight what u want to change> click change icon>select from list>ok>apply

Member Avatar for tarshem
0
142
Member Avatar for tgreer

Yes, mmiikkee i can imagine that the "leetspeak" way would take longer, but in your case thats was because it was so drastic. I think that typing with simple abbrevations such as 'u' for you is alot quick than typing you or any other word that can easily be shortened.

Member Avatar for Scottg1989
0
332
Member Avatar for tayspen
Member Avatar for tayspen
Member Avatar for tayspen
Member Avatar for VinhBrao
0
168
Member Avatar for tayspen
Member Avatar for arun_962

Fix included in your other thread. [url]http://www.daniweb.com/techtalkforums/thread46134.html[/url]

Member Avatar for checkmated
-2
144
Member Avatar for only_lonely

I had the same problem. I went to the folder optins place. as described above. And added a new one. Set to open the files in Windows Explorer. Thats what worked for me.

Member Avatar for Jupiter 2
0
317
Member Avatar for tayspen

Ok so i want my program to read a text file to a certain point. Lets say to the line line that says fn: i then want it to read the one line only and only the the text after fn: and i want it to shoew that text in …

Member Avatar for jaiprakashv
0
617
Member Avatar for prakharprakash

[QUOTE=kccomputerdr]Try booting into the bios settings. hit del, or f1 or f2 as computer restarts (try all) look for boot sequence & see if it can be changed to external drives[/QUOTE] also try Esc. Backspace, tab. If non of those above dont work. If you need help let us know! …

Member Avatar for caperjack
0
302
Member Avatar for micky7899

Download [url=http://www.merijn.org/files/hijackthis.zip][COLOR="Blue"]HijackThis[/COLOR][/url] (current verison is v1.99.1) Make a new folder to put your HijackThis.exe into. (Anywhere on your hard drive is fine other than your Desktop or the Temp folder. Suitable examples are: * C:\HijackThis\ * C:\Programs\hijackthis\ * C:\Windows\My Documents\HJT\ but feel free to use any name.) Extract and save …

Member Avatar for jholland1964
1
272
Member Avatar for stranoblaze

Hi, The Task Manager can be disabled in the registry. It sounds to me like a virus did that to you. More on how it may have been chaned visit this site. [url]http://www.winguides.com/registry/display.php/163/[/url] Ihave attached a script to fx your task manager. Just unzip and double click. [b]Note: It changes …

Member Avatar for janebush08
0
217
Member Avatar for knightranger1

First go to [b]Start>Control Panel>Add\Remove programs[/b], and uninstall any of the following. [LIST=1] [*]smiley central [*]mywebsearch [/LIST] Then Download [url=http://downloads.malwareremoval.com/hijackthis.zip][b]HijackThis[/b][/url] ([color=red]current verison is v1.99.1[/color]) [url=http://downloads.malwareremoval.com/hijackthis_sfx.exe][i]or here (Alternate 1, a self-extracting zip file)[/i][/url] [url=http://downloads.malwareremoval.com/HijackThis.exe][i]or here (Alternate 2, an *.exe file)[/i][/url] [b][color=red]Make a new folder[/color][/b] to put your [b]HijackThis.exe[/b] into. (Anywhere on …

Member Avatar for Virus Expert
0
252
Member Avatar for maren2kool

Welcome to DaniWeb Whats the brand of you card? That is the first thing we need to know. If you dont know and dont know how to find out, get the program in my sig. Click "Get detailed system information". -T

Member Avatar for jbennet
0
296
Member Avatar for Comatose

I *think* it used to be, when you were a beta tester, you got a key. Now I am not sure how. There are ways though I am sure :cool:

Member Avatar for DrNet
0
418
Member Avatar for atky2004

That usally means that they cant find the unistaller. Which means that the file has moved. In HJT there is an unistall manager, which gives you the option of removing dead items. Its under the Misc. tools section. -T

Member Avatar for sittas87
0
356
Member Avatar for Reef808

[QUOTE=Reef808]AVOID ALIENWARE I've been an Alienware laptop owner for a little over 3 months now and I have dreaded nearly every day of it. I want to keep you from experiencing the frustration and loss of productivity that I have experienced. One day after about 3 weeks of use, my …

Member Avatar for Reef808
0
486
Member Avatar for hetixo

There was a program called [b]End it all 2[/b] that killed all processes exept the one needed for your computer to run. I think it was repaced and develpment was discontinued, but you can read about it here: [url]http://www.pcmag.com/article2/0,4149,1935,00.asp[/url] I am sure if you searched enough you could find it.

Member Avatar for SanFelipeSeaBee
0
915
Member Avatar for ajayvaghela

May still have a virus. Download [url=http://downloads.malwareremoval.com/hijackthis.zip][b]HijackThis[/b][/url] ([color=red]current verison is v1.99.1[/color]) [url=http://downloads.malwareremoval.com/hijackthis_sfx.exe][i]or here (Alternate 1, a self-extracting zip file)[/i][/url] [url=http://downloads.malwareremoval.com/HijackThis.exe][i]or here (Alternate 2, an *.exe file)[/i][/url] [b][color=red]Make a new folder[/color][/b] to put your [b]HijackThis.exe[/b] into. (Anywhere on your hard drive is fine [b][i]other than your Desktop or the Temp folder[/i][/b]. …

Member Avatar for s-wagner
0
87
Member Avatar for shrimpygirl

Uh, [quote] O20 - Winlogon Notify: DPWLN - D:\WINDOWS\system32\DPWLEvHd.dll O20 - Winlogon Notify: LMIinit - D:\WINDOWS\SYSTEM32\LMIinit.dll [/quote] These to are legit, belonging to the LogmeIn servce. Do not fix these... More detailed instructions :). Please run HJT again, select [b]Do ysstem scan only[/b]. Then check these items. [b] O2 - …

Member Avatar for dsc123
0
581
Member Avatar for jegosingson

[QUOTE=jegosingson]Hello, forumsters! This is my first time to log in. I'm a computer graphic artist :) needing help with my windows 2000 pc. All of a sudden, I can't find the folder options in my windows 2000 explorer window. I have several files hidden that are very important. Can someone …

Member Avatar for jbennet
0
264

The End.