Fix soft’s products are now an open source.We are publishing our products on CodePlex,but it takes some time to complete.Now you can find three of our projects there (For example Fix soft File Splitter).
Latest Entries »

This program is developed by Fix soft corporation. It’s a free Coop Launcher that supports search, custom maps, hosting and connecting, nickname and … .If you like this product, introduce it to other players. . It does not show official single player maps. It developed by WPF technology, so it needs .Net Framework 3.5.
Size: 1.04 MB
Download Fix soft Portal 2 Coop with direct link:
http://dl.dropbox.com/u/30450306/Fix%20soft%20Portal%202%20Coop%20Setup.zip
Download .Net Framework 3.5 SP1 from Microsoft:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=22
How to get custom maps:
Download them from www.thinkingwithportals.com and copy them to Portal 2 maps folder.
How to play Coop:
Use Hamachi or Tunngle to create a virtual network. Then you can be host or client. Client must write host’s ip and click Connect first. Then host select a map and click Start Hosting. You can search in internet for more information.
How to Play Portal 2 Split Screen Coop on PC:
See this video
or search it in internet.
The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here’s a high level summary of its overall blog health:

The Blog-Health-o-Meter™ reads This blog is on fire!.
Crunchy numbers
A Boeing 747-400 passenger jet can hold 416 passengers. This blog was viewed about 5,100 times in 2010. That’s about 12 full 747s.
In 2010, there were 6 new posts, not bad for the first year! There were 48 pictures uploaded, taking up a total of 6mb. That’s about 4 pictures per month.
The busiest day of the year was September 20th with 204 views. The most popular post that day was Fix soft HyperAero Form.
Where did they come from?
The top referring sites in 2010 were visualstudiogallery.msdn.microsoft.com, der-softwareentwickler-blog.de, forum.vb-paradise.de, social.msdn.microsoft.com, and en.wordpress.com.
Some visitors came searching, mostly for fix soft aero form, fix soft hyperaero, aero form, www.fixosoft.wordpress.com, and windows aero buttons.
Attractions in 2010
These are the posts and pages that got the most views in 2010.
Fix soft HyperAero Form September 2010
7 comments and 1 Like on WordPress.com,
Fix soft Aero Form September 2010
2 comments
Fix soft Aero Wizard September 2010
3 comments and 1 Like on WordPress.com,
Aero Glass for C# December 2010
About August 2010
Creating ColorAnimations,DobleAnimations and IntegerAnimations was never easier than now.With a line code,you can create Fade in animation,moves,resizes and … .This product is maked for Windows Forms but it works on WPF,too.It supports changes of values when animation is playing.It means the animation macth itself with new value.
All animations support duration time (Miliseconds).
How to use it:
1- Create an instance of Animation class:
Dim Ant As New Animation
2- Call methodes:
Ant.ColorAnimation(Me, "BackColor", Color.Red, 1500)
Ant.IntegerAnimation(Me, "Left", 400, 1000)
Ant.DoubleAnimation(Me, "Opacity", 1, 800)
Download:
Download Fix soft Animation Maker (DLL file)
Thank you for your downloading.
Important:To help us,please vote to us.
You can use Fix soft HyperAero Form that it is a .Net class library and work with VB ,C#,… .
And you can use this convertor: http://www.developerfusion.com/tools/convert/csharp-to-vb/
You can easily use DrawGlowText methode to draw texts.
Fix soft HyperAero 1.0 or later automaticaly draw labels on Aero (If AutoShowLabels be true).
Wait for Fix soft HyperAero 1.1 to use new tools of it for text drawing.
It’s a easy-Tabed Wizard that supports Wizard 97 and Wizard Aero look.It has cancelable Events for all buttons (Like NextClicked).automatically change “Next” to “Finish”.
It support Taskbar Icon,too:
All service elements (including wizard and page titles, header images, navigation buttons) are created and aligned automatically with any Font or Text.It supports Language customization.Navigate methods generated automatical.It support customization for all controls like Buttons,Panels and ….
As you already know, wizards are a ubiquitous feature of most Windows applications. Whether designed to break-down complex data entry forms or to provide step-by-step guidance for the end-user, wizards have become an indispensible UI solution for software developers.
Though common and essential to modern Windows Forms solutions, Visual Studio itself does not provide a straightforward way in which to create application wizards. When you need introduce a wizard into your app, Visual Studio forces you to construct the basic layout, implement logic for navigation buttons, and create/manage multiple frames with different control sets within them.
With the Fix soft Aero Wizard, you no longer have to deal with mundane and time-consuming issues such as those described above. Simply said, you drop the control and instantly turn your form into a multi-page wizard.
With the soft Aero Wizard,, you can design dialogs that conform to either the Wizard 97 or Wizard Aero standard…creating standard based UIs has never been easier.
By using Fix soft Hyper Aero Form StartAnimation/End Animation effects, you can easily enhance your wizard during Wizard opened.
It used Fix soft Aero ToolTip that provide an complete Aero Glass ToolTip with FadeIn/FadeOut and an image with any size.
How to use it:
Download it now,And build “Test Of Aero Wizard”.Run it and enjoy!
Download:
Features:
It add Aero Glass to your Forms!
It also has special properties:
1- AeroGlassEnabled: Gets or sets Is Aero Glass Enabled?
2- AeroEnabled: Gets or sets Is Window Aero Enabled?
3- CurrentAeroColor: Gets Windows Aero Color.
4- GlowValue: Gets or sets Value of Labels Glow.
5- AutoShowLabels: Gets or sets Is automatical call ShowLabel for all Labels in the Form?
It has special Events for Aero:
1- AeroEffectEnabled: Occurs when Aero Turn on.
2- AeroEffectDisabled: Occurs when Aero Turn off.
3- AeroColorChanged: Occurs when Aero Color changed.
It has two method to Create Aero Form:
1- ResetAeroGlass: Change all of Form to Aero Glass.
2- ExceptFromAero: Change all of Form to Aero Glass excluding a Control.
It run normaly in Windows 7,Windows Vista and above and can run in Windows XP.
It’s use this API to extend Aero Frame:
<StructLayout(LayoutKind.Sequential)> _ Public Structure MARGINS Public Right As Integer Public left As Integer Public Top As Integer Public Bottom As Integer End Structure <DllImport("dwmapi.dll")> _ Public Shared Function DwmExtendFrameIntoClientArea(ByVal hWnd As IntPtr, ByRef pMarinset As MARGINS) As Integer End Function
This is sample use code:
Me.BackgroundImage = Nothing Dim margins As MARGINS = New MARGINS margins.left = -1 margins.Right = -1 margins.Top = -1 margins.Bottom = -1 Dim hwnd As IntPtr = Handle Dim result As Integer = DwmExtendFrameIntoClientArea(hwnd, margins) Me.BackColor = Color.Black
How to use:
1- Click New Item…
2- Select Windows Forms category.
3- Select Fix soft Aero Form.
4- Click Add button.
Download:
If you like this product, Go and see Fix soft HyperAero Form!




