Visual Studio 2005 SP1
. Added 15 MFC classes
. Device Emulator 2.0 (Standalone Release)
. Numerous bug fixes
. Better eMbedded Visual C++ 4.0 Migration Support
. Ability to work with SQL Server 2005 Compact Edition
. Updated the Native Compilers and Remote Tools
. Ability to support Windows CE 6.0-based SDKs
Website: www.devconnections.com | Filesize: 1998kb
No of Page(s): 18
Content
…
Visual Studio 2008 Enhancements
Unit Testing for Devices
Device Configuration Manager
Device Certificate Manager
Device Emulator Version 3.0
Windows Mobile 5.0 SDK is in-the-box
.NET Compact Framework 2.0 SP1 and 3.5
Updated Native Compilers and MFC Libraries
Managed Device Connectivity API
…
Get the file Download here
Retrieving environment details in VB.Net
Posted On Sabtu, 2009 Januari 10 at di 23:37 by DSoft Centre' 1) Place a button in the form
' 2) Place a TextBox in the Form and name it as txtInfo
' 3) Set the Multi-line property of the TextBox(txtInfo) to True
' 4) Import the System.Environment namespace
' 5) Write the following code in the CommandButton click Event
Dim s As String
Dim o As System.Environment
s = "Current Directory=System.Environment.CurrentDirectory()->"
s = s & o.CurrentDirectory() & vbCrLf
s = s & "CommandLine=System.Environment.CommandLine()->"
s = s & o.CommandLine() & vbCrLf
s = s & "Environment Variable=System.Environment.GetEnvironmentVariable(variable)->"
s = s & o.GetEnvironmentVariable("PATH") & vbCrLf
s = s & "MachineName=System.Environment.MachineName->"
s = s & o.MachineName & vbCrLf
s = s & "SystemDirectory=System.Environment.SystemDirectory->"
s = s & o.SystemDirectory & vbCrLf
s = s & "UserName=System.Environment.UserName->"
s = s & o.UserName & vbCrLf
s = s & "UserDomainName=System.Environment.UserDomainName->"
s = s & o.UserDomainName & vbCrLf
s = s & "OSVersion=System.Environment.OSVersion->"
s = s & o.OSVersion.ToString & vbCrLf
txtInfo.Text = s
' The namespace System.Environment provides methods to access various information like System Name, Domain Name , Username, OSVersion etc. These methods returns a string as a parameter. Values are retrieved and stored in the local variable s. To avoid using a length qualifier System.Environment with each call, a varaible is declared of type System.Environment and the same is substituted there.
' When the button is pressed, all the above information are retrieved and posted in the Textbox txtInfo.
' Happy programming with VB.NET.
TextControl v.14.0.1400.500
Posted On at di 23:14 by DSoft CentreGive your application the ability to read, edit, and create documents in industry standard formats like MS Word DOCX, DOC, RTF, HTML and XML. TX Text Control .NET includes the ability to export all documents to print-ready Adobe PDF documents without any third-party software. The fully programmable component supports nested tables, document sections, images, text frames, drag and drop, headers and footers, bulleted and numbered lists and MS Word compatible mail merge fields for database applications. Typical applications include mail merge, PDF creation, document conversion or WYSIWYG word processing.
Website
http://www.textcontrol.com/ |
0 komentar:
Post a Comment