
dotnetrix.co.uk
Mick Doherty's .net Tips and Tricks.The home of TabControlEx as well as Windows Forms programming tips for Vb.net and C#.
http://dotnetrix.co.uk/
The home of TabControlEx as well as Windows Forms programming tips for Vb.net and C#.
http://dotnetrix.co.uk/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
1.6 seconds
PAGES IN
THIS WEBSITE
18
SSL
EXTERNAL LINKS
14
SITE IP
149.255.62.81
LOAD TIME
1.602 sec
SCORE
6.2
Mick Doherty's .net Tips and Tricks. | dotnetrix.co.uk Reviews
https://dotnetrix.co.uk
The home of TabControlEx as well as Windows Forms programming tips for Vb.net and C#.
Mick Doherty's Lucky Lotto.
https://dotnetrix.co.uk/lotto.htm
Mick Dohertys' .net Tips and Tricks - Fun/ Lotto. A Lotto number Picker. Randomly selects 6 numbers from 49.
Mick Doherty's TabControl Tips.
https://dotnetrix.co.uk/tabcontrol.htm
Mick Dohertys' .net Tips and Tricks - Tips / TabControl. Change the colours of a Tabcontrols Header Item. The first thing to do is to set the TabControls DrawMode to OwnerDrawFixed as shown above. Then simply add the code shown below. I'll leave you the challenge of modifying the code to show an image. A Completely OwnerDraw TabControl. As used by Microsoft). For more complete examples see the following articles on codeproject:. Http:/ www.codeproject.com/cs/miscctrl/flattabcontrol.asp. For a better solu...
Mick Doherty's .net Miscellaneous Tips.
https://dotnetrix.co.uk/misc.htm
Mick Dohertys' .net Tips and Tricks - Tips / Miscelaneous Controls. Restrict the Minimum and Maximum Size of a UserControl. The Following Code is based on an example originally posted by Jacob Grass. Get Alpha Bitmap from 32 bit Icon. Get rid of those ugly shadows. Save the Image currently displayed in a PictureBox. The following code will allow you to save the Image with all extra painting. Draw 32 bit images from an Imagelist.
Mick Doherty's Fun Pages
https://dotnetrix.co.uk/fun.htm
Mick Dohertys' .net Tips and Tricks - Fun. If you want to buy nothing, then this is the place to buy it. Take me to it. I was bored one day and made this just to learn a little about paths and brushes. Take me to it.
Mick Doherty's .net Form Tips.
https://dotnetrix.co.uk/form.htm
Mick Dohertys' .net Tips and Tricks - Tips / Form. Move a borderless form. The following two examples show how to move the form from either the Forms or a controls MouseDown event. An example of a moveable/resizable shaped form. This is by no means a complete solution, just an idea for creating custom shaped forms with custom Titlebars. The form can be dragged by its fake titlebar, and if right clicked the fake Titlebar will popup the WindowMenu. The MainMenu is actually labels that popup Contextmenus.
TOTAL PAGES IN THIS WEBSITE
18
VB net, Draw Text On Glass Window - Windows 7 Aero Glass, How to Make Transparent Form
http://win7aero.blogspot.com/2011/05/vb-net-draw-text-on-glass-window.html
VB net, Draw Text On Glass Window. Sunday, May 29, 2011. VB net, Draw Text On Glass Window. Text On Glass Window. When you make a glasses window, and you drop a label to the form designer, you will see that the label is not good. to fix this problem, you can use this way (sample code):. Set black to get nice transparent. Set this form transparent. Regular, 30,. 12, 12), StringFormat. Set Smoothing Mode to get smooth text. Fill form with text and color (brush). DwmApi To Call Glasses Window.
Windows 7 Aero Glass, How to Make Transparent Form: June 2011
http://win7aero.blogspot.com/2011_06_01_archive.html
Friday, June 24, 2011. Custom Windows Form Border With Background Opacity. 40) (will work in NetFramework. Read more Custom Windows Form Border With Background Opacity. Posted by Klampok Child. Monday, June 6, 2011. Face detection using vb net 2010. Create new WindowsForm Project, and drop a PictureBox Control. You must add the Emgu libraries, by adding reffences of this DLL:. Read more Face detection using vb net 2010. Posted by Klampok Child. Subscribe to: Posts (Atom). Face detection using vb net 2010.
Create Simple Form With Aero Glass Effect (VB net) - Windows 7 Aero Glass, How to Make Transparent Form
http://win7aero.blogspot.com/2011/05/create-simple-form-with-aero-glass.html
Create Simple Form With Aero Glass Effect (VB net). Thursday, May 26, 2011. Create Simple Form With Aero Glass Effect (VB net). Simple Form With Aero Glass Effect. Set all value -1 to apply glass effect to the all of visible window. Posted by Klampok Child. VB net, Draw Text On Glass Window. Create Simple Form With Aero Glass Effect (CSharp). Create Simple Form With Aero Glass Effect (VB net).
Custom Windows Form Border With Background Opacity - Windows 7 Aero Glass, How to Make Transparent Form
http://win7aero.blogspot.com/2011/06/custom-windows-form-border-with.html
Custom Windows Form Border With Background Opacity. Friday, June 24, 2011. Custom Windows Form Border With Background Opacity. 40) (will work in NetFramework. With Custom Appearance, but standard Behaviour This program use the following dll:. Is on the Windows. System by default, you don't need to download the dll. Again, exept your system is missing the files. Will use the following method/function:. This The Code Of The Sample Program. Imports System.Windows.Forms. Imports System.Drawing.Imaging. AddHa...
Face detection using vb net 2010 - Windows 7 Aero Glass, How to Make Transparent Form
http://win7aero.blogspot.com/2011/06/face-detection-using-vb-net-2010.html
Face detection using vb net 2010. Monday, June 6, 2011. Face detection using vb net 2010. Create new WindowsForm Project, and drop a PictureBox Control. You must add the Emgu libraries, by adding reffences of this DLL:. PictureBox1.Image = Image. Haarcascade frontalface alt tree.xml". Will take a several minute. please wait. ImgGraphics.DrawRectangle(MPen, m.rect). This DLL must in the same folder of exe file:. Posted by Klampok Child. Custom Windows Form Border With Background Opacity.
Create Simple Form With Aero Glass Effect (CSharp) - Windows 7 Aero Glass, How to Make Transparent Form
http://win7aero.blogspot.com/2011/05/create-simple-form-with-aero-glass_26.html
Create Simple Form With Aero Glass Effect (CSharp). Thursday, May 26, 2011. Create Simple Form With Aero Glass Effect (CSharp). Simple Form With Aero Glass Effect. System.Collections.Generic;. System.Windows.Forms;. System.Runtime.InteropServices;. CxLeftWidth, cxRightWidth,. CyTopHeight, cyBottomHeight;. McxLeftWidth = -1;. McxRightWidth = -1;. McyBottomHeight = -1;. McyTopHeight = -1;. Set all value -1 to apply glass effect to the all of visible window. Handle, m);. Posted by Klampok Child.
Windows 7 Aero Glass, How to Make Transparent Form: May 2011
http://win7aero.blogspot.com/2011_05_01_archive.html
Sunday, May 29, 2011. VB net, Draw Text On Glass Window. Text On Glass Window. When you make a glasses window, and you drop a label to the form designer, you will see that the label is not good. to fix this problem, you can use this way (sample code):. Read more VB net, Draw Text On Glass Window. Posted by Klampok Child. Thursday, May 26, 2011. Create Simple Form With Aero Glass Effect (CSharp). Simple Form With Aero Glass Effect. Read more Create Simple Form With Aero Glass Effect (CSharp).
CSharp Dwmapi Class - Windows 7 Aero Glass, How to Make Transparent Form
http://win7aero.blogspot.com/2011/05/dwmapi-class.html
Thursday, May 26, 2011. IntPtr hWnd, DWM BLURBEHIND pBlurBehind);. IntPtr hWnd, MARGINS pMargins);. IntPtr dest, IntPtr source);. IntPtr hThumbnail, DWM THUMBNAIL PROPERTIES props);. IntPtr hThumbnail, out. DWM TNP RECTDESTINATION = 0x00000001;. DWM TNP RECTSOURCE = 0x00000002;. DWM TNP OPACITY = 0x00000004;. DWM TNP VISIBLE = 0x00000008;. DWM TNP SOURCECLIENTAREAONLY = 0x00000010;. CxLeftWidth, cxRightWidth,. CyTopHeight, cyBottomHeight;. CxLeftWidth = left; cyTopHeight = top;. Left, top, right, bottom;.
TOTAL LINKS TO THIS WEBSITE
14
Tales from the world of Microsoft development.
Tales from the world of Microsoft development. Stories, tips, rants and raves for developers utilizing the Microsoft Solutions Stack - C#, ASP.NET, Biztalk, Dynamics, Commerce Server, Team Suite, Team Foundation Server etc. Wednesday, October 21, 2009. Microsoft Application Architecture Guide (eck? Http:/ apparchguide.codeplex.com/. I spent about 2 mins skimming through the doc linked above and im not sure its worth going back.I suggest you head over to the GOF or buy the 'Patterns of Enterprise Appl...
.Net Rick | .NET related tech babble
NET related tech babble. WPF Persist UI State for VB.NET. March 11, 2010. First, I understand that VB.NET is the code behind and that technically WPF being the UI should mean that there is little/no difference in the XAML whether using C# or VB but I wasted time looking for this solution and finally figured the last little bit out on my own. Then from your XAML you need to add the following to your window declaration:. Finally you need one line of code in your Window’s Closing event:. This has been writt...
Dot Net Tricks -Test
Dot Net Tricks -Test. Handy Tricks and Tips to do your .NET code Fast, Efficient and Simple. Some common questions that comes into mind. Please check if you could find them listed or not. New Features of C# 3.0. Posted by Abhishek Sur. You can define extension methods to your namespace, so that if this is added, the class in which it is applied will act as instance variable. Example :. Pubic void isDateTime(this string x) { return DateTime.TryParse(x); }. Var x = new {x=20,y=40};. MyProperty1 = 20,.
dot net interview questions and answers
Dot net interview questions and answers. Monday, February 8, 2010. A process is an instance of a running application. Each process is allocated its own block of available RAM space. No process can access another process code or data. If the process crashes, it dies alone without taking the entire OS or a bunch of other applications down. Define channels in .NET Remoting. Another, as well as one process to another on the same box. A channel must exist before an object can be transferred. Microsoft Distrib...
Mick Doherty's .net Tips and Tricks.
Mick Dohertys' .net Tips and Tricks - Home. Welcome to my website. So that's where this site started off. Hopefully, you will find something useful on this site. If you feel that there is something which should be included on the site, but isn't, then feel free to let me know. If I agree and I have time to implement it, then I will.
Index of /
Robert's Dot Net World | Just another WordPress.com weblog
Robert’s Dot Net World. Just another WordPress.com weblog. Coding Styles and Standards. July 5, 2009. At my current engagement, recently, we have decided to start making our coding standards more uniform and so some of the guys got together and decided that from now on, we shall no longer prefix private member fields with an underscore “ ” and will just use lower case. So for example the following property:. Posted in .NET. Tagged .net coding standards. Chrome browser is bad for Silverlight Development.
DotNetRobert.com | Find Solutions
Understanding and Creating Classes in C#. On Wednesday, 3 September 2014. Find out how classes are defined and new instances are created, how to define Properties, and how to both set values and get values for a given instance of the class. A. Which are assigned to a variable. Read more about Understanding and Creating Classes in C#. How to Monitor a Database in Microsoft Azure. On Wednesday, 3 September 2014. Monitoring tools and techniques that you might be accustomed to using on an on-premises server,...
dotnetrobot
Experiments in SLAM, MSRS, and vision. Tuesday, 18 March 2008. First off the production line. Here is a sneak peak of the first of many Nao's to come off the production line. Links to this post. Friday, 31 August 2007. Devantech Drivers for MSRS 1.5. After an excesive delay, I have finally put up the Devantech drivers for MSRS 1.5 on CodePlex at http:/ www.codeplex.com/DevantechMSRS. Links to this post. Thursday, 23 August 2007. Kuka has released a very thorough collection of tutorials. It covers many re...
SOCIAL ENGAGEMENT