Click here to Skip to main content
15,891,688 members
Everything / Virtual device

Virtual device

virtual-device

Great Reads

by Apriorit Inc, Artem K.
A clear overview on how you can establish communication between a device and its driver
by Bjørn
A Windows batch script to import a physical disk into a virtual machine
by Apriorit Inc, Sergii Kusii
And its modules during runtime
by DataBytzAI
Exploring Azure ScaleSet VMs

Latest Articles

by raddevus
Try out Linux Debian via Oracle VirtualBox (includes snaphots of every screen for setup)
by Apriorit Inc, Artem K.
A clear overview on how you can establish communication between a device and its driver
by Apriorit Inc, Sergii Kusii
And its modules during runtime
by DataBytzAI
Exploring Azure ScaleSet VMs

All Articles

Sort by Score

Virtual device 

4 Mar 2019 by Apriorit Inc, Artem K.
A clear overview on how you can establish communication between a device and its driver
31 May 2014 by Bjørn
A Windows batch script to import a physical disk into a virtual machine
1 Mar 2019 by Apriorit Inc, Sergii Kusii
9 Jul 2014 by Member 10935983
Is there is any possibility to automate login into virtual desktop through any of programming languages ( either through sockets or others ) need to automate login in to vdi and access application of it in local
2 Mar 2015 by Member 11478531
Hi , I have developed one windows application on VirtualBox OS and i want to use that OS as Sever where my database is stored and use my Host Machine i.e Physical Machine as client in which application is runned and it should use DataSource from Virtual OS
2 May 2015 by Richard MacCutchan
See Code Project Quick Answers FAQ[^].
20 Sep 2018 by dmitryponv
Here is how I got mine to work. 0. cd to the build folder C:\Temp\VirtualSerial\ComPort\x64\Release\virtualserial> 1. First install the driver using the devcon command, it will fail. Devcon command is devcon install virtualserial.inf UMDF\VirtualSerial 2. Check device manager, you will...
18 Nov 2018 by DataBytzAI
Exploring Azure ScaleSet VMs
1 Jun 2020 by Tshumore
I have a working program that retrieves information of disk such as FreeSpace, TotalSpace etc from a remote server. I have a problem however that i cannot get these stattistics for all Clustered Disks mapped on onto the server. Th query only...
21 Sep 2020 by Gagandeep1996
I want to send receive a audio stream on my pc and put that data into windows virtual mic. Basically I want replicate WO MIC's application stack but I want to understand every single part of the design. What I have tried: I have built the...
30 May 2016 by amitrkcian
AS my development machine & my test machine are 64bit windows system with Windows 7 operating System So to give myself a head start I compiled the ComPort project under Windows-driver-samples-master/serial/VirtualSerial2 sample code provided by Microsoft, initial it flashed an error that said as...
30 Jul 2020 by raddevus
Try out Linux Debian via Oracle VirtualBox (includes snaphots of every screen for setup)
31 Aug 2014 by keyur chauhan
found the solution , did'nt know it was way to easy to create a vhd using DiscUtils ,the code somehow looks like thisusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using DiscUtils;using DiscUtils.Fat;using...
31 Aug 2014 by keyur chauhan
i want to create a virtual hard drive using visual studio , and i think DiscUtils is the easiest way to do it , so..if someone can tell me how to use it ?
18 Sep 2013 by SYAMKUMAR S
I am going to make an audio Loopback device driver(a virtual audio device).MSVAD source code getting along with WDK only perform capture and save audio data which apears at the input port of the device, I don't know how to implement CopyTo and CopyFrom functions to make an audio Loopback device...
1 Feb 2015 by Member 11419085
How can i run a windows based program (insurance quoting software) from my web page. My problem is that i use a mac, and the program runs only on windows, so i have an external harddrive that i have been using to run my virtual computer with windows 7, but i find it takes to long to do anything...