50,473 Archived Topics
Remove Filter ![]() | |
private void OnCaptured(CaptureResult captureResult) { try { // Check capture quality and throw an error if bad. if (!_sender.CheckCaptureResult(captureResult)) return; count++; DataResult<Fmd> resultConversion = FeatureExtraction.CreateFmdFromFid(captureResult.Data, Constants.Formats.Fmd.ANSI); SendMessage(Action.SendMessage, "A finger was captured. \r\nCount: " + (count)); if (resultConversion.ResultCode != Constants.ResultCode.DP_SUCCESS) { _sender.Reset = true; throw new Exception(resultConversion.ResultCode.ToString()); } preenrollmentFmds.Add(resultConversion.Data); if (count … | |
how am i supposed to find the best internet services in my area since i have recently shifted to california. im lookin for networking sites. please leme know if anyone can help me with it.?? | |
What is the significance of options like "Share" and "More" in document library command bar ? | |
I have Android studio on me USB drive so I can use it on any windows computer without having to install it every time, and I've specified the paths to reference files on the drive itself. the problem is, I wrote the paths using the drive letter (E:/example/path) and then … | |
I have a problem- and I don't know if this is the place to post for help, but I've found good info on here before. I haven't been able to find an answer after looking through several dozen forums and chats and help sites. Maybe someone here can give me … | |
dear community working with Micropython - which ecosystem to choose - ESP 8266 or ESP 32? I work with Kids. I'm always looking for economical platforms to build intriguing projects. there are systematical decisions: in earlier times i use Arduino and Raspberry Pi for the projects because the eco-sytems of … | |
**Windows7 - UpGrade ???? I have Win7 Home Premium 32 bit - ordered by mistake - I want the 64 bit version** - or - **Professional 64 bit** - - for more memory use - Is there an **"UpGrade"** for Win7 I can purchase **without** starting over and **paying the … | |
Hello, Everytime I connect my 1920x1080p monitor to my pc I always get a blurry display, the colors are washed out and look fake, I've tried different cables (DVI and HDMI) but I get the same results. When I look at my 1080p monitor It doesn't feel like it's a … | |
Just got a HP Pavilion x360. When the screen is rotated round to turn the laptop into a tablet, the keyboard and trackpad don't auto-lock, so it still gets inputs. Obviously this makes it useless as a tablet. Windows' tablet mode settings don't seem to include a setting for this. … | |
Let me share how I began to understand Microsoft: A long time back when I went to Microsoft Redmond's campus for a seminar. I had two things I wanted to share since I thought Microsoft would want to look into this. 1. A CD that when put into the PC … | |
I started my first stream to learn how to use OBS and Twitch. After some time, everything worked pretty good for a first stream. However, I have one question. I use a gaming PC and a streaming PC. I tried to preview my stream on my streaming pc before I … | |
I am working on my company's ledger and my accounts department need a search ledger by COA id with from date to date. I am able to find the record from date to date but when I write the code for COA ID, then it ignore the date formula. Below … | |
![]() | I need some help with the below please! After installation of **[Fedora]** is completed, write a script called your LastName_StudentID.sh to obtain following options information: * Get information about your operating system, * Get information about hosts * Network interface and routing information * Display a list of users currently … |
A pulling technique does fine for one Android [things to do before rooting Android](https://techiezlounge.com/things-to-do-before-rooting-android/) gadget, which doesn't mean it works for you. You should think unmistakably about your gadget explicit. As indicated by the gadget explicit, discover a suite establishing technique. | |
Hi, I'm a Perl program in Windows 7 32-bit using ActivePerl. I have created a registration form using HTML and saved this file as Details.html <!DOCTYPE html> <html> <body> <form name="myform" METHOD="POST" ACTION="D:\Application\perl\cgi-bin\app.pl" onsubmit= "return validation_form()"> <p> <label for="employee name">Employee Name</label> <input type="text" id="employee name" name="employee name" /><br> </p> <p> … | |
Hi DaniWeb People. I am not really a network guy so please excuse me if this is a silly question. I want to find out if it is possible for me to set up one server that allows me to create various user profiles and let employees log into the … | |
My Java Sir told me to install MySQL-server, workbench, and connector. I did that somehow after spending 30+ hours reading different posts. After launching Workbench, I went to Tools > Start Shell for MySQL Utilities. Which gave me this popup: https://imgur.com/GQvHKsI Pressing Download option redirected me to this website: https://imgur.com/ETr2nrY … | |
![]() | I bought two refurbished (?) HP SFF computers from Amazon. They were older computers fitted with Win10 Pro. I have been pleased with my purchases. I developed a problem with one of the computers that I could not correct. A system restore would have corrected the problem, but I could … ![]() |
My dad has an older laptop that I intalled Linux Mint on a long time ago and he loves his Linux Mint. For Father's Day I got him an SSD but when I would get to the part of the installation where it needs to format the drive it would … | |
I have a Gateway MT3422 that will not power up properly - dead LCD screen, dvd spins, CPU cooling fan runs, indicator lights blink but no display or bios, etc. Tried external VGA display - same result. Took unit apart and redid CPU heat sink connection using artic silver grease, … | |
My laptop's fan often works fine when the laptop isn't heated. But when i indulge it in some heavy activity and when it starts to get heat up. The fan stops automatically even though when the fan stops the laptop isn't heated that much. When the fan stops the laptop … Hardware and Software laptop motherboards-cpu-ram | |
mklink can be run from any command path, therefore I'm trying to run mklink though runas by means of runas /noprofile /users:AdminUser mklink but I can get error that The system cannot find the file specified ? How can I tell runas to run the command mklink as I would … | |
Ok, So I sell some online services basically there is no need for my clients to put in their shipping address but paypal still asks for shipping address on the checkout page they are taken to from the payapl button. Is there a way to remove that option? I I'm … | |
![]() | This question should be put to Nero Burning. I tried to join their forum but couldn't due to a domain error I didn't understand. I want to burn a Windows10 ISO image to a dual layer DVD disk. Hope you can help. Thanks. My question is: I have never used … Hardware and Software ![]() |
Hello everyone,, Okay so I play this game called x-plane on my 2016 mpb base model. It runs decent given its specs and it’s a Mac. Now I know macs are not good at gaming but I can’t stand windows and refuse to get one ever again. I looked at … | |
I am trying to establish a connection between LibreOffice (5.4.6.2) and Mariadb (10.1.29)/mysql. I have researched various resources on the web but am stuck not being able to establish a connection preliminary steps taken: * the file mariadb-java-client-2.4.0.jar is downloaded from [https://downloads.mariadb.com/Connectors/java/connector-java-2.3.0/](https://downloads.mariadb.com/Connectors/java/connector-java-2.3.0/) * JRE is installed and enabled under LibreOffice … | |
Hello guys, Recently my site was infected with malware, which caused me a lot of problems. In particular, many spam links have been created and indexed. I managed to get a lot out of them with Google search console, but it still appears in some key searches. Is there any … | |
Pls guys how do i fix my u8799 mother i wrongly placed the ram in it then it sparked now the gpu, keyboard and other components are working but it coming up and the cooling fan is working so please help me out | |
(Date Class) Create class Date with the following capabilities: a) Output the date in multiple formats, such as MM/DD/YYYY June 14, 1992 DDD YYYY b) Use overloaded constructors to create Date objects initialized with dates of the formats in part (a). In the first case the constructor should receive three … | |
Using print app print info does not show on envelope. No problem printing but cannot transfer info from contact app to envelope | |
I made a list of applications that don't enable me to mount ISO-files. Here: PowerISO doesn't mount Virtual CloneDrive doesn't mount ISODisc doesn't mount KernSafe doesn't mount OSFMount doesn't mount Pismo File doesn't mount WinISO doens't mount Daemon Tools doesn't mount What should I do? | |
Does anyone know of an HP Printer driver for windows 98 that will enable me to map to and print to an HP Officejet 8610 printer connected to a machine on the network that runs a newer OS? The 8610 does not have a 98 driver. | |
It blocks every attempt to modify any file anywhere. I give Steam and all its subsidiary .exes permission and then it says that there is no permission to modify 'Documents'. I just bought the darned machine to game with and it is freaking driving me nuts. Any suggestions on where … | |
One of the mantras of computing and just about anything data related is "**We only lose what we don't backup**" but some are taking offense that this is still the current state of computing today. Recently some owners call this out as "blaming the user", "you're holding it wrong" or … | |
I've discovered a weird problem with my Linux Mint-system (Linux Mint 18). After rebooting my system (or restarting as well) I got the GRUB menu, but my keyboard is not responding... So I have to wait for the timeout to get my system booted. The keyboard is wired to the … | |
I try to mark content from a web-page (with pictures, hyperlinks etc) to clipboard and then paste it into Microsoft Word (belonging to the Office 365 Home suite). Then I discover problems starting with the following warning: "A potential vulnerability has been identified in Microsoft Office. This document contains fields … | |
The Conservative party issued a statement on Saturday which apologised for "any concern caused" and confirmed that "the technical issue has been resolved and the app is now functioning securely." However, not before Boris Johnson's profile image had been changed to a pornographic one and that of Environment Secretary, Michael … | |
I have a Dell and I'm running 8.1. I can't download or upgrade anything. After a couple of days my email wont work and the internet slows down to a standstill. I usually restart my computer and it wont start. I keep hitting the reset button for about 15 minutes … Hardware and Software adobe api apple apple-hardware | |
Hi guys, I have 3 HPE servers all with iLO3 Advanced, in the office I can manage them easily as each has their own private IP, and the main server has ports opened so it can be access from outside the office, as some of you will know, the web … | |
Chrome just prompted me to restart to update to the latest version, as it sometimes does. I did it, and the browser looks *entirely* different. Completely unexpected. It looks more like Firefox now, IIRC. Not really a problem with it, just surprised and thought I'd comment. | |
Hello everyone. Despite my boot order set to Windows Secure Boot (USB last) and UEFI, when I turn my computer on it hangs at loading until I disconnect all USB external devices. When the computer tries to go to sleep mode, the screen goes black and I can hear the … | |
Hi DW. Can someone with Windows 10 help me out by testing my library on Edge browser and open the developers console and see if there are any errors that are causing the library not to work on Edge browser. The library is http://iwpe.000webhostapp.com/iwpe This should encrypt your password on … | |
The icon at the left bottom corner of my windoews ten programme does not react when I click on it. It only works when I right click on it but tha does not give me the list of programms. The same goes for the icons at the right bottom corner. Hardware and Software microsoft windows-10 | |
I have some blu-ray movies on my computer, and I want to burn them to disc. I need to convert them to blu-ray folder first, right? If I copy the movies to DVD, then I need to burn them to ISO file? | |
so i had bought a new graphics card and new powersupply for a pc tower my friend gave me. When I upgraded them both on my computer tower, i pluggged it in and now it wont start at all. Not even the fans turn on. The power button blinks like … | |
Everything I download I keep getting the "This file is damaged and cannot be opened, move to trash?" message and I don't know what to do anymore The sudo-master disable command thing worked for a while but it's not anymore This laptop isn't very useful if I can't download anything! … | |
I have a 2012R2 Server, it is currently on two GB NICs Teamed, one of the bespoke software is really old, more like a Btreive type flat DB and it is currently holding over 1 Million + records. We have 30 workstations, and while we know the software is either … | |
Just updated to 10.14.4 but that didn't fix anything Everything I download I keep getting the "This file is damaged and cannot be opened, move to trash?" message and I don't know what to do anymore The sudo-master disable command thing worked for a while but it's not anymore This … | |
I have a Dell XPS 15 9560 and it is running very slowly. When I use lightroom, it often crashed. Can you offer a solution pls. | |
I've encountered an unknown user appear in my calls log and its had a 16mins airtime videocall to this person in messenger. I'm just suprised, it was appear in my call logs even though I didn't do anything Can anyone help me to track this code or identify who is … |
The End.