348 Topics

Member Avatar for
Member Avatar for PhilEaton

Hello! I am having trouble getting the abspath when entering only an executable file. How can I fix this to return the full abspath? I am taking user input and opening a process (application). Here is my code: file = "/" + arr[2] + ".exe" print(file) path = os.path.abspath(file) print(path) …

Member Avatar for PhilEaton
0
412
Member Avatar for Michael_SB

I had a hard drive crash, which meant I had to install a new HDD in my Dell 64-Bit XPS 1350 (lovely computer). I had previously been running Windows 7 Ultimate Professional which I had upgraded from the OEM Win 7 Home Premium by means of a disk I purchased …

Member Avatar for Michael_SB
1
577
Member Avatar for coolikedat99

I am trying to put a Western Digital 500 GB HDD into my Dell Inspiron 1011 (which has a 120 GB HDD with Ubuntu 12.04 LTS). I was able to exchange the hard drives, and my laptop was able to recognize the HDD, but there was another problem. After the …

Member Avatar for BigPaw
0
192
Member Avatar for salmaah

how can i buck up my data which are located in a computer with a corrupt window, i cant access my computer and i want to format it to install new window but data in it are most important, i must not loose them

Member Avatar for Reverend Jim
0
159
Member Avatar for cricguru

hello there, i have just upgraded from xp to windows 7 ultimate 32-bit. i am facing a problem, my creative 5.1 speakers are not working. only two ports are working and rest 3 ports as well as subboofer are not working. i have installed all new drivers just downloaded from …

Member Avatar for nrsh.kmr2006
0
376
Member Avatar for krutatA

I am using dual boot on a same HDD (C:XP - D:w7) and my default OS is XP. I accidentally changed the admins password on W7 and now unfortunately cant access it.. i have already tried couple of hacking programs but no success at all... i also tried to access …

Member Avatar for johhny-marshal
0
260
Member Avatar for Lynn

I recently upgraded to Windows7,from Vista. When we opened the box, there were two discs. I wanted to install the 64bit version. When we inserted the disk into the drive it said it couln't install as there was Vista 32bit on the laptop. So after looking around in the Microsoft …

Member Avatar for asa111t
1
188
Member Avatar for sneezyyzeens

Hi, I've been experiencing an odd computer problem where my windows7 PC will reboot itself after about 2-3 minutes of being turned on. It happens if I login and start web surfing or watching a video, or any sort of normal computer activity. It happens if I don't touch it …

0
87
Member Avatar for rotten69

Hi everyone, I had an issue today with my hard disk(internal hard drive). I was trying to partition the C drive.Eventually, I successfully paritioned it then I was asked a question then I pressed yes. Here is the problem. Everything changed from primary partition to simple volume. I was not …

Member Avatar for caperjack
0
621
Member Avatar for AndyAsks

I saved my files and settings from a previous installation of windows 7 to an external hard drive using windows easy transfer. Now when I try to transfer those files and setting to my new installation I get the following message: Windows Easy Transfer can't transfer your files and settings. …

Member Avatar for AndyAsks
0
415
Member Avatar for pinkygirl

I have a problem in my laptop. I wanted to reinstalled windows 7 but unfortunately it couldn't complete. It showed a blue screen for one second then it restarted. So I went to recovery option from the windows 7 setup, It detected my uncomplete installation, but it couldn't continue the …

Member Avatar for caperjack
0
223
Member Avatar for mahfuz ronak
Member Avatar for caperjack
1
94
Member Avatar for sachintha81

In my C++ Win32 program I want to set the current Display Settings to "Extend" mode. I Googled and found out that SetDisplayConfig() is the way to go forward in Windows 7 (I'm on Windows 7) but now I am kind of stuck how to proceed as the MSDN explanation …

Member Avatar for sriv
0
2K
Member Avatar for DeathsDesign

When using Remote assistance in windows 7 it shows a list(albeit a small one) of past addresses(ip or computername) that you have logged into. Problem is it is numeric/alphabetic order. Is there a registry setting I can change so it will show me this History in chronological order? TIA.

Member Avatar for DeathsDesign
0
376
Member Avatar for -VLV-

Hi, Main problem: My Laptop (*Not the one I'm using now*) isn't accepting ant input, the mouse and the keyboard are both disabled... It must be due to Trojan attacks... I suspect they unninstalled some drivers... #------'The Story'------# 1. I was surfing the Net, when my 'Microsoft Security Essentials' popped …

Member Avatar for -VLV-
0
554
Member Avatar for rajshrimohanks

I came across [this](http://www.daniweb.com/software-development/cpp/threads/189901/screen-capture-program) program in the C++ section. How to do something similar in C? Let me elaborate. I want to read the colour values of individual pixels in at the rate of at least about 25Hz. I have a nVidia GeForce GTS450 graphic card and Windows 7 64-bit/Linux …

Member Avatar for rajshrimohanks
0
2K
Member Avatar for Crakken

So, the title pretty much explains the problem... everytime I move or resize my windows (any program), a black or a white border appear and I can't see where my window is going until I release it... I found a way to do it by going to the taskbar, ricght …

Member Avatar for Crakken
0
277
Member Avatar for kittfox

Hi! I'm having a wierd problem. When I save moving gifs, it shows up as....like a subdocument, with several seperate images. I've reuploaded them, so I know I have downloaded the moving gif.....but I cannot see it moving when saved to my computer. Help? Any idea's?

Member Avatar for eltonpiko
0
109
Member Avatar for Xyzyxx

Here is my procedure... 1. [Right-click on the desktop, choose New and choose Shortcut](http://i.imgur.com/Tk3td.jpg) 2. [Type a Web address in the field](http://i.imgur.com/e1IEd.jpg) 3. [Give the shortcut a name](http://i.imgur.com/SgTSk.jpg) 4. [There is now a shortcut icon on my desktop](http://i.imgur.com/7wsIT.jpg), which, when double-clicked, opens my web browser to the correct page. 5. …

Member Avatar for Xyzyxx
0
237
Member Avatar for Michael_SB

Hi, I'm getting BSOD extremely frequently over the last 24 hours. The blue screen says: Kernal Data Inpage Error, and 0x0000007a. but goes by too fast for me to copy down any other code. It also recommended stopping "Cache Shadowing" in the BIOS, but I could not find this option …

Member Avatar for Michael_SB
0
414
Member Avatar for mfadel

Word Files that are generated under win 7 on client are rendered differently on server win 2003, it is because of the font simplified arabic, I searched a little, and found that the version of this font on Win 7 is v5.0, while it is v1.0 in Win 2003 how …

Member Avatar for LastMitch
0
221
Member Avatar for gurupts

Time and Date reset in win 7, every day it happen some time when i restart the system...i replace a new cmos battery but it won't help..

Member Avatar for JorgeM
0
201
Member Avatar for vmars

I'll try to start over again: Windows7, Python3.2.. When I click on a *.py file it starts up the python.exe interpreter in interactive mode. What I want it to do, is to RUN the *.py file. Please, how can I accomplish this. A *.py file is associated with python.exe . …

Member Avatar for vmars
0
2K
Member Avatar for Watson306

Hi Guys, I hope I am posting this in the correct place? I have a Acer 8935g with Windows 7 installed on it, and for the last month and a half the touchpad driver keeps disapearing - I reinstall it, and it works until I put the machine into hybernate …

Member Avatar for Watson306
0
242
Member Avatar for mikenew1

I am trying to connect to an external server via FTP using windows explorer. On other computers I have no problems but on 2 computers, the windows explorer comes up and asks for the password as usual but will then run through twice and time out. Clicking on the refresh …

0
128
Member Avatar for aabi

hi all.. i'm having a problem with my win7 desktop, its not showing up neither task bar but Task Manger is working properly .. even internet explorer and many other apps also working fine but when i start the window its only pop up MyDocument window automiatically and on searching …

Member Avatar for judan
0
563
Member Avatar for Stancer

I am currently running Windows 7 Home Premium SP1, AMD FX-6100 Six-Core Processor 3.3 GHz, 8.00 GB RAM, 64-bit OS. My problem occurs while running Excel and Word 2007. However, all systems with 2007 or 2010 office have the same issues in our office.(Some are XP, Windows 7 and one …

Member Avatar for RTFMID10T
0
218
Member Avatar for ikunu

Hi we know capturing a video is one task. But i want to make my video more like professional. One task i want to perform is : Suppose i want to introduce my team. So i want in this way : 1st memeber picture loads, then the picture gets in …

Member Avatar for caperjack
0
331
Member Avatar for ecklcakes

I currently have a BSOD problem which isn't [I]very[/I] disruptive, however, after recently fixing a very severe BSOD issure (I had to reinstall Windows 7 again) I now fairly regularly play Skyrim on my desktop computer. The BSOD occurs occasionally while I am playing Skyrim - up until the most …

Member Avatar for jbennet
0
212
Member Avatar for MrBinx

Hello everyone! I hope this is the right place to post this issue and if not, forgive me :P The problem I seem to be suddenly having is that any program I try opening shows up in task manager but will not actually load, if that makes any sense. For …

Member Avatar for caperjack
0
297

The End.