3,842 Topics
![]() | |
While I'm trying to instal windows 7 on my computer it restarts automatically with an error code. And even sometimes it happens while using win xp also. The error code is 0xC00000e9 | |
I need to develop aa database to store stock taking information and sales. I was going to use MS Access to strructure and make all the logistics for my database since im quite friendly with access and i find it easy to use. MY problem is, i want this database … | |
![]() | have been looking at MSDN for onenote, but most of it , is over my head :-( i did find this https://msdn.microsoft.com/en-us/library/office/hh377180(v=office.14).aspx have been trying to get it to work, but on luck so far.... do not have MS Office installed. the idea is to get the data(mostly text) from … |
Using Window 8.1, today I get updates and than it say update not complete undoing changes....... but it stuck here. I does system restore but I get error on this Which is unspecified error accured during system restore (0*80070017). And I don`t have sysm image to do system image recovery.. … | |
I'm volunteering for a non-profit organization based in Chicago that collects community support for global initiatives through the collection of digital signatures and related supporter created profiles & data. We often have to transfer large files, more than several gigabytes, to organizations located throughout the world. The problem is some … | |
Okay, I am trying to learn Windows programming and there are all sorts of new data types that I am running into and need to learn. I'm trying to understand the point of it all and failing. If there is no point and it's just Microsoft making things difficult for … | |
Hello fellow Daniwebians, it's been a bit of time since my last login here. I tried to reply to a post and was confronted with a new login method (dazah.com??). I'm used to only logging in with my username and password via Daniweb directly. What do I have to do … | |
Hi is there a way to login using my old useraname?apparently when i tried login in i am being redirected to DAZA.. and i tried logging in using my email address but when i login daza created a new profile for me.. ho can i login get back my old … | |
Hello, I have to install Oracle Developer 2000 R2.1 on a Windows 8.1 (x64) machine to run an application developed by a third party developer, but my installation keeps on crashing. Tried running in Windows XP SP3 compatibility mode still same result. The error is as follows: "D2KQT10.ins(54): 'Statement' expected … | |
Hello. I've recently upgraded a Windows 8.1 Pro (OEM) to Windows 10 using the Media Creation tool since I was not getting the GWX icon. Activation has been successful from the OEM key. However, there were some registry issues from the Win 8.1 install itself, and these are still present … | |
Hey there! I have a problem with my computer. When I start my pc, it loads fine, I can go to the BIOS, it passes the POST successfully and so on. I can run the Hiren's Boot CD with no problem and it doesn't lose signal or shuts down, but … | |
I tried many times to login using my gmail, my yahoo email, did resets, cleared cookies, even from a Linux box that I had never been to Daniweb before and can't get in. It seems there should be a document how to get back in. Is this a Menza test, … | |
I really tried. I have 2 emails and have resorted to using a 10 minute email account to post this. Login for me is just broken. I can't guess why resets, deauth, try again and more fail to get me in on my usual email accounts so here I am … | |
This is CimmerianX. Why the move away from ID/PW and over to another 3rd party? Why the need for Dazah at all? Sorry guys, but I won't use Dazah. Good Luck in your future endeavors. | |
Does anyone know if there's a way for me to access the port in my computer using C#, so i can access a cellphone connected to it? THNX | |
I am attempting to transfer all content from a Win10 machine to a Win7 machine. They are connected via a cable. I go through the steps to allow them to recognize one another; I transfer one, small text file to test it. On the Win7 machine, the other machine (Win10) … | |
Hi! I am trying to setup a hosted network on my windows 10 laptop. i have used the command "netsh wlan set hostednetwork mode=allow ssid=test key=password". The network is created, i set the sharing of my ethernet connection on my pc to allow an share via hosted network adapter. My … | |
Hi Dw. What is the correct way to write an sql query like this? `"select * from MyTable where username ='username' And password ='Password'"` in vb.net. My problem is that on my database I have some usernames repeated but they differ by their passwords. Each record has a different information. … | |
Good morning, I have 2 client applications which do the same thing. The first app which is written in VBA(MS ACCESS) and the other is ASP.Net. We can have multiple items for a client so we use a transaction id. When the access application starts a new transaction the app … | |
I have a project that uses DirectSound to play streaming sound. I use SetThreadpoolWait to get a threadpool callback every time the notification (AutoReset) events are signalled. (To fill the streaming buffer with more audio). The new Win7 threadpool API requires you to use SetThreadpoolWait to schedule a new wait … | |
I have the following: string oledbcmd = ""; string constr = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Excel.xls;@Extended Properties='Excel 8.0;HDR=Yes;"; oledbcmd = "Select top (1) * From [CLIENTES$] ORDER BY id desc"; OleDbCommand oconn = new OleDbCommand(oledbcmd, con); OleDbDataAdapter sda = new OleDbDataAdapter(oconn); DataTable data = new DataTable(); sda.Fill(data); It fails. What is wrong with … | |
Help me please! below is a part of the code which causes the error. int B[996]; for (j = 0, k = 0; j < (N / 6); j++){ if (A[j] == 0){ continue; } B[k++] = A[j]; } //팀원이 여섯명인 팀만의 순위대로 저장한 배열을 새로 만듭니다. int SUM[167] = … | |
Hi Dw. I'm deeply in need of your help, I'm having a problem that is giving me a very serious problem with my code. My program is a multithreaded program and its a TCP/IP based application. Client has no problem, only a server that is being so weid to me … | |
Given the following C code: `B[8] = A[i - j]` Assuming B = $s7, A = $s6, i = $s3 and j = $s4 What would the assembly code be? sub $s3, $s3, $s4 # i - j sll $s3, $s3, 2 # multiply the offset by 4 add $s3, … | |
Hi, I want to write a python program for connect to remote server (using ssh) and execute the command and return back with output. Here is my code: import sys import os from subprocess import Popen, PIPE, STDOUT from time import sleep from os import waitpid, execv, read, write #Ports … | |
Good day I am experiencing issues with Microsoft Excel 2013 32- bit running on Windows 7 Ultimate 64-bit. Whenever I start Excel or switch to it from another program the following error message pops up: "An unexpected error occured: Object reference not set to an instance of an object" To … | |
Sorry i dont know how to explain this properly, but what i'm trying to get across is how do i get sql to select a data type (i dont think thats wording it properly, sorry) which only appears once? Thanks ;p | |
Can anyone please tell me how do I get the total row in my ms access table and put in my label.text at vb.net? | |
Three days ago, my laptop stopped connecting to the internet. Error says no modem found. When I go to Device Manager, modem is not listed. Can't update anything because cannot connect to the internet. Help, please! | |
Hey Guys, So using a webform textarea I am passing some data into PHP. This data is basically 4 columns of an excel sheet and potentially unlimited rows. Now I want to be able to go through this data, select each of the four individual elements from each row, insert … |
The End.