| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Simple way to Detect Usb and the Letter of USB Device | VB.NET | Advanced / reynokawa (from psc cd) | 9612 since 1/6/2015 6:59:00 AM |
By 6 Users
|
|
Detect usb and the Drive letter of inserted Usb Device! (ScreenShot) |
|
|
|
 |
String.Format | C# | Beginner / hatem mostafa ahmed | 621 since 9/20/2019 6:44:48 PM | Unrated
|
|
use String.format to format the output |
|
|
|
 |
System.net.sockets.socket Sample Code | C#, VB.NET | Advanced / brandon teoh (from psc cd) | 9411 since 1/6/2015 10:06:00 AM |
By 4 Users
|
|
Client server program using System.Net.Sockets libraries.
Transfer text and image (of any sizes)
Duplex communication architecture.
This sample demonstrates
1). Usage of system.net.sockets.socket over usage of system.net.sockets.TcpClient and TCPListener ...(description truncated) (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Tips to faster codes in VB .Net | VB.NET | Beginner / Salem Al Shekaili | 3034 since 4/25/2016 8:31:50 AM | Unrated
|
|
Although different codes could achieve same goal, they may be the same in their performance. Here are some tips for better code in term of performance. |
|
|
|
 |
TreeView Functions Plus Save to ini | VB.NET | Intermediate / David Freiberger (from psc cd) | 1635 since 1/1/2015 8:00:00 AM |
By 13 Users
|
|
Opens, Saves, Creates, Deletes nodes in a treeview object via a ini file for saving.
Also sets picture indexes for selected and unselected nodes at runtime. Utilizes the most important functions in the TreeView control.
I spent 7 hours on this code and I ...(description truncated) |
|
|
|
 |
Tutorial: How Do I Do It In VB.NET?? | VB.NET | Beginner / Sean Dittmar (from psc cd) | 5605 since 1/1/2015 3:25:00 AM |
By 30 Users
|
|
This tutorial teaches syntax migration from VB6 to VB.NET with simple VB7/VB.NET comparison. |
|
|
|
 |
undocumented varptr in vb7 | VB.NET | Intermediate / Izek_S (from psc cd) | 3014 since 1/1/2015 7:43:00 AM |
By 9 Users
|
|
VB6 has 3 undocumented functions. VarPtr, StrPtr, and ObjPtr.StrPtr returns object of a string, VarPtr returns address of any other variable and ObjPtr returns address of an object. In VB.Net these 3 functions are abosolete but their functionality is stil ...(description truncated) |
|
|
|
 |
update control value in C# Thread | C#, ASP.NET, C++.NET | Intermediate / Amit Gaur | 2291 since 2/7/2016 12:00:24 PM | Unrated
|
|
How to update control value in C# Thread. |
|
|
|
 |
Using CrystalDecisions.CrystalReports.Engine.ReportDocument | VB.NET | Beginner / brandon teoh (from psc cd) | 7430 since 1/6/2015 7:22:00 AM |
By 3 Users 2 Excellent Ratings
|
|
Sample to illustrate the usage of CrystalDecisions.CrystalReports.Engine.ReportDocument for generating reports alongside CrystalReportViewer.
Usage of 'ReportDocument' is used for
1. Dynamic reset the datasource of the report files.
2. Load report files.
...(description truncated) (ScreenShot) |
|
|
|
 |
Various Ways to a String Reverse | VB.NET | Beginner / Salem Al Shekaili | 2267 since 5/6/2016 7:29:50 AM | Unrated
|
|
The below program reverses a string using various ways. Code timings were implemented to show the fastest code. |
|