3,842 Topics

Member Avatar for
Member Avatar for gurupts

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

Member Avatar for rproffitt
0
382
Member Avatar for Joseph_24

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 …

Member Avatar for cereal
0
374
Member Avatar for westsiderailway

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 …

Member Avatar for rproffitt
0
196
Member Avatar for M_6

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.. …

Member Avatar for Itsdigger
0
354
Member Avatar for Will_8

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 …

Member Avatar for Chris_37
0
497
Member Avatar for AssertNull

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 …

Member Avatar for rproffitt
0
365
Member Avatar for Justin_18

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 …

Member Avatar for Dani
0
181
Member Avatar for skullscript

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 …

Member Avatar for Dani
0
280
Member Avatar for Ritesh_4

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 …

Member Avatar for rproffitt
0
2K
Member Avatar for Ritesh_4

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 …

Member Avatar for oalee
0
346
Member Avatar for RafaelSousa.13

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 …

Member Avatar for rproffitt
0
2K
Member Avatar for Its_1

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, …

Member Avatar for rproffitt
0
406
Member Avatar for Its_1

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 …

Member Avatar for Dani
0
111
Member Avatar for No_1

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.

Member Avatar for Dani
0
400
Member Avatar for Gracie0180

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

Member Avatar for Thobani_1
0
290
Member Avatar for mattyd

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) …

Member Avatar for Virus_Cinta
0
232
Member Avatar for askhari139

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 …

Member Avatar for rproffitt
0
189
Member Avatar for Mr.M

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. …

Member Avatar for Mr.M
0
250
Member Avatar for DGULLIVER

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 …

Member Avatar for rubberman
0
307
Member Avatar for doug65536

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 …

Member Avatar for Klaus_1
0
558
Member Avatar for riahc3

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 …

Member Avatar for riahc3
0
291
Member Avatar for NEwB!e

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] = …

Member Avatar for AssertNull
0
221
Member Avatar for Mr.M

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 …

Member Avatar for Mr.M
0
502
Member Avatar for brunoccs

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, …

Member Avatar for Ánh
0
2K
Member Avatar for mswamy

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 …

Member Avatar for mswamy
0
23K
Member Avatar for Etienne_1

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 …

Member Avatar for Etienne_1
0
715
Member Avatar for pleasehelplmao

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

Member Avatar for KumarPradeep
0
144
Member Avatar for qhadjirul

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?

Member Avatar for qhadjirul
0
732
Member Avatar for Dawn_1

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!

Member Avatar for Itsdigger
0
403
Member Avatar for ravoras

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 …

Member Avatar for skradoslav
0
4K

The End.