Posted at 5:19PM on February 27th, 2008 by Bob Schwarz

Source Code Release for Visual Studio 2008. The Web Service Software Factory: Modeling Edition is an integrated collection of resources designed to help you quickly and consistently build Web services that adhere to well-known architecture and design patterns. This release is for Visual Studio 2008 and contains the Service Factory source code.

The Web Service Software Factory: Modeling Edition (also known as the Service Factory) is an integrated collection of resources designed to help you quickly and consistently build Web services that adhere to well-known architecture and design patterns. These resources consist of patterns and architecture topics in the form of written guidance and models with code generation in the form of tools integrated with Visual Studio 2008. This release contains the Service Factory source code.

Download Web Service Software Factory Modeling Edition Source Code

Posted at 10:34AM on January 27th, 2008 by Bob Schwarz

The Source Outliner PowerToy is a Visual Studio 2008 extension that provides a tree view of your source code’s types and members and lets you quickly navigate to them with filtering inside the editor.

The Source Code Outliner PowerToy was created as a package using the Visual Studio SDK for Visual Studio 2008. For more information about VSX, visit the Visual Studio Extensibility Developer Center. The project source code (in both C# and Visual Basic) can be found on the SourceCodeOutliner project on CodePlex.com.

System Requirements

  • Supported Operating Systems: Windows Vista; Windows XP, Visual Studio 2008, Standard edition or above.

Download

Posted at 9:12AM on January 21st, 2008 by Bob Schwarz

Microsoft made good on its promise to offer .Net Framework 3.5 source code this week, three months after Scott Guthrie, a general manager within the Microsoft Developer division, posted Microsoft’s intent on his blog. The source code to classes such as System, IO, Windows.Forms, and others is now viewable from within Visual Studio. When the announcement was first made, however, some developers viewed it as a Pandora’s Box because the source code would be released under a “Reference” license, which meant developers could view the code but not use or modify it. On Wednesday Guthrie revealed a small change in the licensing which addresses those concerns:

“We made a small change to the license to specifically call out that the license does not apply to users developing software for a non-Windows platform that has ‘the same or substantially the same features or functionality’ as the .NET Framework,” he wrote. “If the software you are developing is for Windows platforms, you can look at the code, even if that software has ‘the same or substantially the same features or functionality’ as the .NET Framework.”

You can read the rest here.

Posted at 4:53PM on January 10th, 2008 by Bob Schwarz

There are 44 files, weighing 55.2 MiB with 8,339 hits in total.

Displaying 1 to 20 of 44 files.

Bas

Download: 3d Borders  3d Borders
» 12.6 KiB - 446 hits - January 10, 2008
All the functions to make your form or controls 3D.

Download: Animate Cursor  Animate Cursor
» 462.7 KiB - 306 hits - January 10, 2008
Use this to animate the cursor.

Download: Asteroids  Asteroids
» 88.5 KiB - 66 hits - May 13, 2008
Asteroids game example.

Download: Auto32  Auto32
» 3.4 KiB - 126 hits - April 26, 2008

Download: Bas Libs  Bas Libs
» 28.2 KiB - 593 hits - January 10, 2008
This is a collection of bas files.

Download: Comm Dialog  Comm Dialog
» 67.9 KiB - 285 hits - January 10, 2008
Basic common dialog functions.

Download: Equations  Equations
» 66.3 KiB - 125 hits - April 26, 2008

Download: Fader  Fader
» 95.7 KiB - 382 hits - January 10, 2008
Used to fade a picture box or form.

Download: File Utilities  File Utilities
» 743.2 KiB - 552 hits - January 10, 2008
Functions to find file, shell file, read a file and more.

Download: Find Window  Find Window
» 876.3 KiB - 279 hits - January 10, 2008
This is used to find a window by its title even if you only know part of the title.

Download: Generic Bas  Generic Bas
» 11.8 KiB - 127 hits - April 26, 2008

Download: Reboot  Reboot
» 201.2 KiB - 256 hits - January 10, 2008
A variation of the exit window bas below.

Download: Timer Bas  Timer Bas
» 907.6 KiB - 222 hits - January 10, 2008
4 different ways of using sleep api.

Download: Windows API  Windows API
» 661.9 KiB - 363 hits - January 10, 2008
This has windows function such as exit windows, reboot and more.

Download: Windows Shell  Windows Shell
» 317.4 KiB - 354 hits - January 10, 2008
A few shell examples.

Games

Download: 3D Maze  3D Maze
» 122.3 KiB - 67 hits - May 13, 2008
This is a 3d maze game example.

Download: Direct X Example  Direct X Example
» 446.1 KiB - 63 hits - May 13, 2008
This is a game which utilizes Patrice Scribes type library. Download the tl's below.

Download: DirectX Type Libs  DirectX Type Libs
» 3.4 MiB - 63 hits - May 13, 2008
These are the 3d libs you need for the DirectX game demo.

Download: FictionGen  FictionGen
» 33.3 KiB - 66 hits - May 13, 2008
This is an example fictional character creator game.

Download: Menace  Menace
» 229 KiB - 58 hits - May 13, 2008
This is another game example.

Page 1 of 3123»
Posted at 8:49AM on January 7th, 2008 by Bob Schwarz

Windows Forms sample code for adding drop-down filter lists to the DataGridView control similar to the AutoFilter feature of Excel.
This sample code is associated with a white paper on this topic.

For more information, see the associated Building a Drop-Down Filter List for a DataGridView Column Header Cell white paper.

To provide feedback on this sample code and to check for updates, see the Windows Forms Documentation Updates Blog.

Download

Posted at 12:26PM on March 16th, 2006 by Bob Schwarz

Why it’s good to obfuscate your JavaScript source code?

There are two good reasons. First, you will stop theft of your JavaScript source code. And second, its size will shrink for around 70% which will significantly improve download time and execution speed in the web browser.

What is obfuscation anyway?
Read the rest of this entry »