GENERAL

WinSock in VB
C# Certification
.NET
WinSock multiserver
Java (Pocket PC)
DHTML
CSS
Flash/XML
ASP
PHP
JavaScript
Java
Delphi
RSA
WAP
Java Sockets
Subnetting
RS-232
Zip/UnZip (Java)
Word

Source Code
Pascal
Java
C Programming
Applied PC Interfacing
WinSock client
WinSock server
FTP client
HTTP client
Java client/server
HTTP client
Subnetting in VB
RS-232 in VB
WinSock Multiserver
 Design | SFC | Adv. Sec. | Code | Diary | WWW | Essay | Research

Flash and .NET

NET Client/server
NET SNMP

Flash is one of the greatest programs every produced, but it's starting to show its age, as new systems such as .NET have come along and borrowed all the ideas from other development systems. Thus it's difficult to develop complex applications with Flash. So a solution is to integrate the power of Flash with .NET. This can be achieved simply by first adding the Shockwave component to the toolbox:

Next the Shockwave object is added to the form (with a default name of axShockwaveFlash1):

and finally the code can be added to load and start the movie:

try
{
string path= System.Environment.CurrentDirectory;
path+= @"\demo_emulators2.swf";

axShockwaveFlash1.LoadMovie(0,path);

axShockwaveFlash1.Play();
}
catch{} ;

such as:

and the result is:

Magic!!!!




 

 

 
 Design | SFC | Adv. Sec. | Code | Diary | WWW | Essay | Research