Tagged Questions
0
votes
4answers
592 views
What is the UInt32 data type in Visual Basic .NET?
What is the UInt32 datatype in VB.NET?
Can someone inform me about its bit length and the differences between UInt32 and Int32? Is it an integer or floating point number?
-1
votes
1answer
64 views
VB.NET - Problems with SHQueryRecycleBin
I'm currently working on an application for my personal use. The idea is that you can open it up and reach all kind of stats of your computer (Recycle bin, Drives, Network and much more). Now I was ...