-
V
Creating an Analog Clock in Visual Basic: Tips and Guidance Needed
How can you make an analog clock? Thanks! Sent from my SM-T110 using Tapatalk- Visual Basic
- Thread
- analog clock development programming sample code scripting tapatalk tutorial visual basic
- Replies: 1
- Forum: Programming and Scripting
-
Windows 7 [C#] Marshalling, Pointers, Structs & Classes Full Example
class ShapeClass { public unsafe Shape* Polygon; } struct Shape { public unsafe Shape(char* name, int numsides) { Sides = numsides; Name = name; } public unsafe char* Name; public int Sides; } private unsafe void MainMethod() { char[] name =...- AceInfinity
- Thread
- class fixed statement garbage collection intptr marshal marshalling memory management null termination pointer programming sample code shape structs structuretoptr unsafe code
- Replies: 1
- Forum: Programming and Scripting
-
P
Windows 7 Get Rotation Speed of Disk Sample Code
Hi all! Im not really good at VC++ but does anyone have a sample code to get the rotation speed of disk in a computer. I have been working on detecting SSD drives and one solution from researching all day was to get the rotation speed and since SSD have 0 rpm this might be the only way to detect...- patadrian
- Thread
- data retrieval disk performance drive information hardware performance programming rotation speed sample code ssd detection vc++
- Replies: 1
- Forum: Programming and Scripting
-
V
Windows 7 Credential Provider problem on Windows 7
Hello, I am a software developer and I encounter a LogonUI problem on Windows 7 when I use a credential provider in particular conditions. I have modified the SampleHardwareEventCredentialProvider sample of the RTMCredentialProviderSamples__FINAL archive (Link Removed). The original sample...- valaiden
- Thread
- asynchronous credential provider credentials list debugging developer support dynamic updates error handling logonui performance issues programming remote reboot rtmcredential sample code software development system freeze user interface windows 7
- Replies: 1
- Forum: Programming and Scripting
-
N
Windows Vista Enumprinters API behaviour in Windows Vista
Hello, my application has a feature that shows printers details as tree node and I use EnumPrinters API to fill nodes of this tree. i.e., the provider name, domain names and printer names etc. We have used Lazy loading concept in this tree formation. EnumPrinters API is called for any node level...- Neha
- Thread
- api app development coding console application debugging enumprinters error error handling interop lazy loading memory management platform invoke printer printer enumeration sample code windows api windows development windows vista
- Replies: 1
- Forum: Programming and Scripting