Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

Member Avatar for Borzoi

Hello everyone. Hopefully somebody can help me. I have an old 250 GB external HDD which I used to use for data storage. It's a fairly old model (bought it in 2005) and the USB port on the caddy seems to be broken. At first, I could have the HDD …

Member Avatar for cloud_server
0
272
Member Avatar for david.bullock.984

My laptop had XP on it, but a french version. I installed Vista over the top of it, but cant get it to work. It installed correctly, then rebooted. Its now stuck on the black screen with the green bars going back and forth, and it just sits there. So …

Member Avatar for TheQuestor
0
112
Member Avatar for TheQuestor

I need some help here. I am writing a little desktop app that monitors my ToDo database and whilst it works great when run once, it kind of freaks out when I run it from a timer. As in all the labels start repeating. Below is the entire code. Imports …

Member Avatar for TheQuestor
0
376
Member Avatar for houssem.benameur.5

I need driver wireless of dell latitude c510/c610 plz help me and thx

Member Avatar for TheQuestor
1
168
Member Avatar for fara26462

i installed window as my laptop was not working.now when my laptop started working there no internet in my laptop.the wifi button use to blink with orange light but it isnt blinking.am unable to use internet.what shall i do to start internet work and so that wifi starts.wifi is able …

Member Avatar for TheQuestor
0
237
Member Avatar for atyll

Hello, my problem is very strange. Since few weeks couple of my pen drives don't work on any of my USB Ports. Mouse and Keyboard is working, strange thing is that when I plug my IPhone via USB cable it can be read like normal, but pen drives don't (they …

Member Avatar for TheQuestor
0
225
Member Avatar for hartleyrs02

I use it for a program a person made for me but every time I change my settings I have to wait for him to give me a new code. I just want to be able to go in without the hassle of waiting for a new code and can …

Member Avatar for TheQuestor
0
91
Member Avatar for ingeborgdot@yah

I am going to be putting together another computer and using another SSD. I was wondering what the required setting for and SSD in the bios is? Don't I set it to AHCI? I have SATA burners and also 3 HDDs though. What should I do for that situation?

Member Avatar for TheQuestor
0
212
Member Avatar for onix

I have a desktop pc that keeps on looping instead of loading windows xp, the problem is even when I try to use safe mode to restore it still keeps on looping.it has 80gb hdd that uses sata cables,2gb ram and its motherboard is FOXCONN N15235.When I use it's HDD …

Member Avatar for caperjack
0
190
Member Avatar for mmayputt

Friend Sub Inventory_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load 'Connect to database dbProvider = "PROVIDER=Microsoft.Jet.OLEDB.4.0;" dbSource = "Data Source= C:/Inventory.mdb" con.ConnectionString = dbProvider & dbSource 'Open database connection con.Open() MsgBox("Inventory is opened now") 'Import the data on tables sql = "SELECT * FROM Brands" sql1 = "SELECT * FROM …

Member Avatar for TheQuestor
0
148
Member Avatar for Rasool Ahmed

I have problem with making my program works on windows startup. Here's the code: Sub RunAtStartup(ByVal PutAtStartup As Boolean, ByVal Name As String, ByVal Path As String) Dim StartupPath As String = "Software\Microsoft\Windows\CurrentVersion\Run" Dim myKey As Microsoft.Win32.RegistryKey myKey = Microsoft.Win32.Registry.LocalMachine.OpenSubKey(StartupPath, True) If PutAtStartup = True Then Try myKey.SetValue(Name, Path) Catch …

Member Avatar for TheQuestor
0
272
Member Avatar for Delnith

I have 3 monitors attached to my video card, but only two show up and are mirrored not extended, When I go into the display settings their is no identify option and it only shows one monitor as being connected. Any ideas where to begin?

Member Avatar for TheQuestor
0
111
Member Avatar for TheQuestor

Imports System.IO Imports System.Net.Sockets Imports System.Text Imports System.Net.Security Public Class Form1 Dim PopHost As String = "my mail server" Dim UserName As String = "my user name" Dim Password As String = "my password" Dim PortNm As Integer = "110" Dim POP3 As New TcpClient Dim Read_Stream As StreamReader Dim …

Member Avatar for TheQuestor
0
489
Member Avatar for TheQuestor

I am trying to read through a text file and pull out bits of information I need. I have it 1/2 working but need to figure out how to loop through it to get the other 1/2 Sample log file '-------------------------------------------------------------------------------------------------------------- [01:32:18.281] [@Flos'tok] [@Flos'tok] [Force Valor {875503313485824}] [ApplyEffect {836045448945477}: Force …

Member Avatar for Reverend Jim
0
154
Member Avatar for jezguitarist30

I just want to know what WMI class should I use to get the Name,Socket,BrandName,Manufacturer and Total Size of my Memory.

Member Avatar for jezguitarist30
0
120
Member Avatar for TheQuestor

[CODE]<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <addon id="plugin.video.stagevu" name="StageVU" version="1.3.6" provider-name="AJ"> <requires> <import addon="xbmc.python" version="1.0"/> </requires> <extension point="xbmc.python.pluginsource" library="default.py"> <provides>video</provides> </extension> <extension point="xbmc.addon.metadata"> <summary>stagevu: Watch video</summary> <description>Watch what you have been searching on internet.</description> <disclaimer>The video add-ons hosted by my XBMC add-ons repository(aj add-ons) makes no warranties, expressed or implied, and hereby …

Member Avatar for GeekByChoiCe
0
289