Copy the link of the video page and paste it here:
Example: http://www.youtube.com/watch?v=a7FQPMiph9M
NEW!. You can download videos from Vimeo!. :-)
Utils:
![]() |
YouTube Tutorial - Visual Basic 2008 - Login Form By HowToSchool Simple tutorail about: How to create a login form in Visual Basic 2008. Enjoy! Tags: .net, 2008, basic, form, login, tut, tutoiral, tuts, vb, vb.net, visual 1 Downloads - Last from: (Your Blog here!) |
![]() |
How to make Gadgets in VB.NET By iPersonality ReadMe* ********** This tutorial will teach you how to make Gadget in Visual Basic 2008. Hopefully this video is in HD. If it is in HD, please watch in HD! Also, put your annotations ON. It may be usefull. Subscribe for more cool Visual Basic 2008 Videos! Remember to Rate & Comment, thanks! code for the blind peoplz to inside Public Class Form1... Dim isClicked as Integer = false End class To timer: if isClicked = true then me.left = mouseposition.x - Me.width / 2 me.top = mouseposition.y - me.height / 2 end if on pictruebox1 WHILE clicked if isClicked = false Then isClicked = true else isClicked = false end if... HAPPY?! Tags: .net, 2008, basic, ipersonality, programming, studio, vb, vb.net, visual 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
How to download Visual Studio 2010 Beta By Factrocks http://www.microsoft.com/visualstudio... Microsoft has released a free public test beta of the new Visual Studio 2010 IDE. For people who are interested in Visual Studio, this is a great way to discover features in the new software. Tags: .net, 2005, 2008, 2010, 4.0, basic, beta, c#, c++, download, framework, free, get, how, j#, j++, net, pro, professional, rc, sharp, studio, system, team, to, visual 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
How to create an e-mail address like abc@abc.cjb.net By billiejeanmichael many of u may b wanting to get rid of that hotmail or gmail thing after ur email address. for that watch this Tags: .net, abc@abc.cjb.net, address, an, anything, cjb, create, desired, e-mail, gmail, hotmail, how, like, name, own, remove, to, your 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
VBA - Pull data to Word from Excel By rstcomputer Video shows how to programmatically pull data from an Excel workbook and automatically populate Word. Tags: .net, advanced, excel, macros, microsoft, vba, word 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
Visual Basic 2008 - Mouse Over - Tutorial - Roylyn Andrews By UserIsAnFBIAgent Here's a tutorial that will show you how to make a mouse over pictureBox, with mouse events like, Mouse Over, and, Mouse Leave Events. Also in this discriptive tutorial, I will not only show you how to change the image of the picturebox, but give two different audio responses when a mouse hovers, and leaves the picturebox. Enjoy. Tags: .net, 2008, basic, help, ms, tut, tutorial, vb, vb., vb.net, visual, visualbasic2008 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
C# 02: How to use Aero Glass in your WPF applications (1) By obedan2 How to use Aero Glass in your WPF applications. Code using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Interop; using System.Windows.Media; namespace TransparentWindow { public class Program : Application { TransparentWindow transparentWindow = new TransparentWindow(); [DllImport("dwmapi.dll", PreserveSig = false)] public static extern void DwmExtendFrameIntoClientArea (IntPtr hwnd, ref Margins margin); [STAThread] public static void Main() { Program program = new Program(); program.Initialize(); program.Run(); } protected void Initialize() { transparentWindow.Show(); } protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); IntPtr hwnd = new WindowInteropHelper(transparentWindow).H andle; HwndSource.FromHwnd(hwnd).CompositionTar get.BackgroundColor = Colors.Transparent; Margins margin = new Margins(); margin.Left = -1; margin.Right = -1; margin.Top = -1; margin.Bottom = -1; DwmExtendFrameIntoClientArea(hwnd, ref margin); } } } using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TransparentWindow { public class Margins { public int Left; public int Right; public int Top; public int Bottom; } } using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Media; namespace TransparentWindow { public class TransparentWindow : Window { public TransparentWindow() { Title = "Transparent Window"; Background = Brushes.Transparent; } } } Tags: .net, aero, c#, com, dwm, dwmapi.dll, glass, interop, vista, wpf 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
Reflection - Accessing Methods By davidmbush http://blog.dmbcllc.com Continuation of the series on reflection Tags: .net, csharp, reflection 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
delegados eventos programacion objetos .net c# visualstudio By Josematube delegados eventos programacion objetos .net c# visual studio. Realizado por y para http://www.tutorial-lab.com Tags: .net, c#, delegados, eventos, objetos, programacion, video, visualstudio 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
Tutorial SQL Server 2005 y Visual .Net Parte 3 (6/7) By eduardo18razo Describiremos en varios capitulos el desarrollo de una aplicacion windows en Visual Studio 2005 y SQL Server 2005 creando todos los objetos requeridos. A mi parcer me gustaria comentaran y enviaran sus dudas, tambien alguna implementacion que sugieran Tags: .net, 2005, desarrollo, ejemplo, server, sql, studio, tuorial, tutorial, visual, windows 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
Tutorial SQL Server 2005 y Visual .Net Parte 3 (4/7) By eduardo18razo Describiremos en varios capitulos el desarrollo de una aplicacion windows en Visual Studio 2005 y SQL Server 2005 creando todos los objetos requeridos. A mi parcer me gustaria comentaran y enviaran sus dudas, tambien alguna implementacion que sugieran Tags: .net, 2005, desarrollo, ejemplo, server, sql, studio, tuorial, tutorial, visual, windows 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
Tutorial SQL Server 2005 y Visual .Net Parte 3 (2/7) By eduardo18razo Describiremos en varios capitulos el desarrollo de una aplicacion windows en Visual Studio 2005 y SQL Server 2005 creando todos los objetos requeridos. A mi parcer me gustaria comentaran y enviaran sus dudas, tambien alguna implementacion que sugieran Tags: .net, 2005, desarrollo, ejemplo, server, sql, studio, tuorial, tutorial, visual, windows 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
Tutorial SQL Server 2005 y Visual .Net Parte 3 (1/7) By eduardo18razo Describiremos en varios capitulos el desarrollo de una aplicacion windows en Visual Studio 2005 y SQL Server 2005 creando todos los objetos requeridos. A mi parcer me gustaria comentaran y enviaran sus dudas, tambien alguna implementacion que sugieran Tags: .net, 2005, desarrollo, ejemplo, server, sql, studio, tuorial, tutorial, visual, windows 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
Tutorial SQL Server 2005 y Visual .Net Parte 2 (5/5) By eduardo18razo Describiremos en varios capitulos el desarrollo de una aplicacion windows en Visual Studio 2005 y SQL Server 2005 creando todos los objetos requeridos. A mi parcer me gustaria comentaran y enviaran sus dudas, tambien alguna implementacion que sugieran Tags: .net, 2005, desarrollo, ejemplo, server, sql, studio, tuorial, tutorial, visual, windows 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
Tutorial SQL Server 2005 y Visual .Net Parte 1 By eduardo18razo Describiremos en varios capitulos el desarrollo de una aplicacion windows en Visual Studio 2005 y SQL Server 2005 creando todos los objetos requeridos. A mi parcer me gustaria comentaran y enviaran sus dudas, tambien alguna implementacion que sugieran Tags: .net, 2005, desarrollo, ejemplo, server, sql, studio, tuorial, tutorial, visual, windows 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
Lego Mindstorms Warehouse Project By rainerstropek Take a look at what we did this winter... Software guys playing around with Lego Mindstorms. Tags: .net, biztalk, cubido, lego, mindstorms, warehouse, workflow 1 Downloads - Last from: http://downthisvideo.com/tag/freestyle (Your Blog here!) |