Videos Tutoriales Gratis de Visual Studio 2008 (5 horas) share 4 hours ago by Julio Cesar Bueno, ya que he estado tan ocupado para iniciar el temario del blog en forma, y para que los pocos que me leen tengan mas recursos para entender el Visual Studio 2008 aquí les dejo más de 5 horas de video sobre Visual Studio 2008. A lap around Visual Studio 2008 (75 min) por Paul Yuknewicz Aquí. Im ... Aprende Programación .NET ... - aprendevbsql.com |
MCPD share 7 hours ago by dotnetrick I realized there are a great number of things that I feel I should know but I do not regarding development within the .NET framework. I know that certifications are often maligned among developers who feel they prove nothing and are just for the pointy-haired bosses but I think I stand to gain signi ... .Net Rick - dotnetrick.wordpress.com |
Guardando y recuperando fechas de bases de datos share 10 hours ago by cdospuntos En alguna ocasión me ha ocasionado problemas la escritura y posterior lectura de fechas en una base de datos Access. Dichos problemas eran debidos a que se guardaban con un formato DD/mm/yyy y al recuperarlas este no era el correcto. Todo esto me dió muchos quebraderos de cabeza. Encontré una soluci ... C: - cdospuntos.wordpress.com |
Generating Crystal reports in ASP.NET using C# and VB.NET share 14 hours ago by DotNetShoutout webmaster In this example i m going to describe how to create crystal reports in ASP.NET. In this i am generating report by fetching data from two tables and grouping them based on Project Name. Database tables are just for demo purpose you can create your own tables with whatever schema you want Two tables a ... DotNetShoutout - Upcoming ... - dotnetshoutout.com/Upcoming · 1 reference |
如何在VB.NET中引用Dll share 15 hours ago by ROY LO 在VB.NET中通常可以用'加入參考'的方式來引用DLL 也可以用宣告API的方式,這裡我用的是另一種方式 1.需要用到一些函式 LoadLibrary , GetProcAddress , GetModuleHandle , FreeLibrary Public Declare Function GetProcAddress Lib "kernel32" _ (ByVal hModule As Integer, ByVal lpProcName As String) As Integer Public Declare Function LoadLibrary Lib "kernel32" A ... ROY's Moving Castle - roy2006tw.blogspot.com · 1 reference |
VB.NET: Microsoft Reports – Exportar Relatórios share 20 hours ago by jpaulino Exportar os relatórios para determinado formato, é uma opção muito prática, para simplesmente guardar um relatório num ficheiro ou, por exemplo, enviar como anexo num email. O controlo ReportViewer permite visualizar, mas também exportar, os ficheiros *.rdlc e *.rdl, quer seja uma aplicações WinForm ... Jorge Paulino, MVP - pontonetpt.com/blogs/jpaulino/default.aspx |