Welcome to Foxite.COM Community Weblog Sign in | Join | Help

VB & .Net (RSS)

Visual Basic .net and .Net only

The text is more longer than the width of DropDownList?

In some cases the user can't see the complete text when the description of the text is more longer than the width of the DropdownList however we can implement an easy solution into VB2008 (this found into the old versions):   If Not Me.Page.IsPostBack
posted by frankling | 0 Comments
Filed Under:

Talking with VB (Part 1)

When the machines record a voice and reproduce the human try to talking with the machines, so now with VB this is more easy, so I begin with a serie of posts begin to reproduce a voice until to talk with the machine, entire with VB.net 2008 code.
posted by frankling | 0 Comments
Filed Under:

Parallel Extentions of .Net and Velocity Code Name (Net Rocks)

With VB2008 the bits are optimised to user multy-core processors however MS are thinking what we can manage our personal code to build special algorithms, also, we will development intuitively or with special functions to get full full the production
posted by frankling | 0 Comments
Filed Under:

Best work and performance with VB2008

You can see many tests from MS about VB2005 and VB2008, great comparations.   http://blogs.msdn.com/vbteam/archive/2008/01/04/vb2008-outperforms-vb2005-lisa-feigenbaum.aspx   Best Regrads,   Franklin Garzón   MVP Visual FoxPro.
posted by frankling | 0 Comments
Filed Under:

Gift to AJAX (VB2008)

When we work with Ajax over vb2008 we find 2 things, 1: Speed and performance, 2: nice view when the page are working, so you can generate the gif and dowload directly from: http://www.ajaxload.info .    Prosessing...   Best Regards,
posted by frankling | 0 Comments
Filed Under:

Updating GridView with Datasource

Hi, the last days we need edit a row into GridView only with DataSourse, so in many places any body has a entire solution to this, then, I decided post the code to solution this. ( Note: In VFP this is easy, only a cursor, a grid and one append and replace
posted by frankling | 0 Comments
Filed Under: ,

Sync - VB2008/SQL2005 and VFP.

With VB2008 we can explore more potentials issues to our new developments, easy, power and extensibility. Now you can see the new synchronization technique with VB2008 and SQL2005.     Dim sinc As New CacheSyncAgent sinc.Synchronize()
posted by frankling | 0 Comments
Filed Under: ,

Ribbon y LINQ con VB2008

The CLR integration into Office 2007 and VB2008 is great, we can use all options between tecnologies, in this example you can see LINQ also. Here you can see a pictures: Best regards community.   Franklin Garzón MVP Visual FoxPro MCITP
posted by frankling | 0 Comments
Filed Under:

Microsoft garantiza la interoperabilidad de su tecnología

Hoy en día el bum de open source esta por todos lados donde se está acentuado la discusión entre open source y propietary source.   Muchos dicen preferir el código abierto porque no necesita pagar una licencia por equipo, otros dicen porque pueden

From c# to VB.Net

In many cases we need send or convert any code in c# to VB, is important that we learn c# however not all people have the enought time to learn when the chief need this as quickly as possible. So, you can get this functionality in: http://labs.developerfusion.co.uk/convert/csharp-to-vb.aspx
posted by frankling | 0 Comments
Filed Under:

Windows Vista Dialogs in Vb.net and Sedna.

Such as Sedna enable Windows Vista Dialogs (great featue add-ons), I review this features with VB.net and we take more things that we can control and implement. You can see this graphics. (normal progress) (error progress) With Sedna you
posted by frankling | 4 Comments
Filed Under: ,

ADOBE vs Microsoft

While Microsoft go to the Web Application with the new Silverhtligth 2.0 , ADOBE go to the Desktop application with AIR. We are in standby for VB10, is Silverthlight into VB10 realy?.
posted by frankling | 0 Comments
Filed Under: ,

VS2008 for Processors multi-core (intuitive)

With Visual Studio 2008 the compile files are optimised for processor multi.core, delete the intermediate work of operative sistem. http://msdn.microsoft.com/msdnmag/issues/07/10/Futures/default.aspx?loc=es   Franklin Garzón MVP Visual FoxPro
posted by frankling | 0 Comments
Filed Under:

New projects and new challenges (Google Maps)

These new challenges I want to share with the community to Fox that he accompanied for many years and will continue doing so until the last foxero has disappeared. Well, on this occasion I would like to introduce you how easy it is to handle GoogleMaps
posted by frankling | 0 Comments
Filed Under: ,

Combo Object in VFP and VB (VFP has flexible poperties, VB has stronger poperties)

VFP is stronger with database work, so if you need add a ítem in the combobox you can see this: Add a combobox with : RowSourceType=3 BondColumn=2 Note: the next code in vfp is very nice. (you need enter double equal) Rowsource = = datos(1) In the
posted by frankling | 0 Comments
Filed Under: ,
More Posts Next page »