Blogs1 - 10 of 1,669 recent posts for tag:vb.net
09
Jul
2009
Videos Tutoriales Gratis de Visual Studio 2008 (5 horas)  

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  

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  

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  

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  

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  

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

08
Jul
2009
Alguma informação sobre Microsoft Reports  

1 day ago by jpaulino

Recentemente tenho escrito alguns artigos sobre Microsoft Reports. Na minha opinião são uma opção bastante válida de reporting e um sério adversário ao Crystal Report. Pessoalmente uso bastante e recomendo. Brevemente irei escrever mais alguns artigos, sobre a utilização de Custom Assemblies, como i ...

Jorge Paulino, MVP - pontonetpt.com/blogs/jpaulino/default.aspx

Walkin Interviews for Jobs on July 8,9,10,11 2009!  

1 day ago by Walkin Jobs

Friends, Here are the new walk-in jobs interviews announced for july 8th/9th/10th/11th 2009. CTS Walk-in for Windows Admin – 11th July ‘09- Chennai Java / J2ee / C# / Symbian C++ – Walkin Interview – Chennai – July 11th BPO Walkin Jobs – Noida – July 8th/9th/10th 2009 – iEnergizer Freshers Walk-ins ...

Walkin Jobs in INDIA - walkinjobs.wordpress.com · 5 references

PED 2nd Edition – Hello World!  

1 day ago by Ken Puls

As I mentioned in this post, I started working my way through the .NET Hello World example. I ran into a funny issue though, where it kept opening up my application in Excel 2003 instead of 2007. I fired off a quick email to Dennis who was kind enough to give me some pointers. As it turns out, my “C ...

The Ken Puls Blog - excelguru.ca/blog · 5 references

07
Jul
2009
How to get the Using statement to work when dealing with interfaces directly.  

2 days ago by Peter Blomqvist

Just recently I did some coding in a project and was faced with something that took me awhile to figure out so I thought I'd write a line or two about it. But before we continue let me state that this post deals with WCF based services in a VB.NET application. The thing is that personally I'm not ve ...

Binary Headaches - peterblomqvist.blogspot.com · 11 references

Previous1234567