1,765 Topics

Member Avatar for
Member Avatar for chirag_11
Member Avatar for v.gangani

I have list of unique names of players in column A in sheet 1. And in sheet 2 I have data of cricket score of different matches for that particular player with same unique names. And in sheet 3 I have data of same players for football matches. Now I …

0
101
Member Avatar for MickeyD

Unless I've missed one, I have selected every combination of Sort By and Group By for displaying files and sub folders in a given folder. I cannot seem to get the default display as was in previous versions of Windows That default display was: All sub folders first, in numerical, …

Member Avatar for Reverend Jim
0
880
Member Avatar for Beka_1

After installing malwarebytes my laptop's performance slowed down seriously. What's up?

Member Avatar for richarddhill
0
682
Member Avatar for Xozz

I have Windows 10 on a Lenovo T500. And no USB-stick works. How can this be solved? Thank you

Member Avatar for Ricky_9
0
388
Member Avatar for amvx86

Hello Everyone, I'm trying to create / edit a binary value within the windows registry so far I have this: Dim data As Byte() = New Byte() {&H48, 96} Microsoft.Win32.Registry.SetValue("hkey_local_machine\hardware\description\system\bios", "SystemProductName2", data, Microsoft.Win32.RegistryValueKind.Binary) However, I want to set a product name say "Acer Stuff" to the registry and what is …

Member Avatar for rproffitt
0
338
Member Avatar for dave.wright

I looking to create a database form for people to create receipts to issue to customers but I need to be able to lock the record so that it can't be edited once it has been printed and saved. How can I do this?

Member Avatar for rproffitt
0
244
Member Avatar for sebastienrenaud

Hi, We want to make disappear the Outgoing Message Queues to be sure that our app wouldn't use them anymore. If Outgoing Message Queues are temporary, when does it disappear from compmgmt.msc when they are suspended and cleared, and the application only uses local message queues afterword? What is their …

0
214
Member Avatar for Reverend Jim

Because Microsoft will be removing vbScript in the next version of Windows, I have been busy converting my utility vbScripts into Python. Part of this is a library of functions that I keep in `D:\include`. I'd like to maintain this system in Python, but the import process is rather clumsy. …

Member Avatar for bangalore.webguru
0
6K
Member Avatar for alfredz

I am Alfred and passionated about technology, web, servers and hosting. I would like to share my experience and learn from others.

Member Avatar for John_165
0
269
Member Avatar for acoustic24

Hi folks, please see the attached screenshot, there is no way to create a task. and no task library, Any ideas please ![Task_scheduler.jpg](/attachments/large/3/d441b6463bab59a396db2c013da31fe0.jpg)

Member Avatar for rproffitt
0
282
Member Avatar for banvari

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 …

Member Avatar for Reverend Jim
0
357
Member Avatar for AndrewEscobar

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 …

Member Avatar for rproffitt
0
315
Member Avatar for rproffitt

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 …

Member Avatar for Bllistic
0
2K
Member Avatar for crazyvonzipper

Hi guys. I have two servers: 1. Client Facing Production Server 2. API Server. The Client facing sever (Server1) sends requests to the API Server (Server2). Server2 is hosted with one staric IP address and is accessible through three domain names, e.g. **www.domain1.com**, **domain1.com**, **test.domain2.com**. Often times the Server1 seems …

0
188
Member Avatar for MickeyD

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 …

Member Avatar for MickeyD
0
2K
Member Avatar for Forge13

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.

Member Avatar for RuhiAngel
0
4K
Member Avatar for macservice123

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 …

Member Avatar for rproffitt
0
563
Member Avatar for dongtuuyen

Windows tablet With very high compatibility with Microsoft Office suite. So if your needs are mostly work, consider Windows tablets. Should I buy an Andriod tablet? Advantages of Andriod: With the iPad you don't have much choice but with Andriod it is different. Since most companies currently run the Android …

Member Avatar for CrunchyRoll
0
390
Member Avatar for vinodvinu

Hi all, I have a little script which i want to execute on "Alt Tab" keypress. I made this script as an exe file. All i want to do is to execute this script/exe when i press alt tab in my pc. Do i need to use SetWindowsHookEx or is …

Member Avatar for rproffitt
-2
396
Member Avatar for brommer66

Hello everybody I am new here and hope to find an answer to my computer problem. I am Dutch, live in Germany and work with compuers for quite a while (home and work) I have a big problem with my USB keyboerd that stopped working after a restart some days …

Member Avatar for PRCx
-2
11K
Member Avatar for Mr.M

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 …

Member Avatar for Mr.M
0
3K
Member Avatar for hannesvh

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.

Member Avatar for rproffitt
0
714
Member Avatar for cometody

How to remove edit protection from Excel 2016? Can't edit anything in a given worksheet.

Member Avatar for 15amoer
0
427
Member Avatar for Shiella

Create a c++ program that accepts 5 integers in ascending order without using array or looping. Pure else and if statements.

Member Avatar for rproffitt
0
3K
Member Avatar for overwraith

How do I start a MonoDevelop software program as a system service on Windows, Linux, and Mac? Windows appears to not have a system service setting. I have a WCF service that essentially runs from command line. Even if I have to run from command line, I will need to …

Member Avatar for RabidDog5150
1
2K
Member Avatar for cppgangster

Hi I am developing using C/C++ window application using winapi. I will be using some standard STL containers and some win api functions provided by windows.h. I would like use the app on different windows versions such as windows 7 and 10. The apps will be builded for x86 architecture. …

Member Avatar for zigale
0
572
Member Avatar for almarionoah

Intro: I am Almario and I would like to discuss windows installation especially and more specifically out of the box installations. Why it should be partitioned to at least two drives. Body: A drive is volatile to a user and easily damagable. A drive when given super user access to …

Member Avatar for adam_k
2
4K
Member Avatar for rproffitt

> We have paused the rollout of the Windows 10 October 2018 Update (version 1809) for all users as we investigate isolated reports of users missing some files after updating, -Microsoft on its support site for Windows Update. So if you have already downloaded the latest ISO from the Media …

Member Avatar for Reverend Jim
2
2K
Member Avatar for emmamilla

Back in the days before Microsoft had not yet given up on their mobile operating system, there were a bunch of Android apps that made your Android smartphone or tablet look like a Windows device

Member Avatar for rproffitt
0
283

The End.