Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score Send Email Using VB 2008 Express
ryguy7272 - 9 May 2009 10:19 PM - 6 messages
I’ve been programming in VBA for a little over 5 years now.  I am brand new to VB.NET and I am trying to learn what I can about this interesting technology.  I found an example (online) of sending emails through .NET so I tried to ...
Score Cannot update Access Database
C a r l o s A n t o n i o - 7 May 2009 2:13 AM - 11 messages
Sorry for the x-posting.  It's just I'm not sure which group this post is related to. Well,  I have an Access 2007 database (also tried with Access 2003 with no success) and I am creating an application for my programming class (which is ...
Score vb.net 2008 resources for ms access database manipulation?
Rob W - 5 May 2009 9:22 PM - 3 messages
Hi, Can anyone recommend good tutorials,ebooks or other resources for ms access 2007 manipulation in vb.net 2008? There's plenty of tutorials for manipulating older access databases (*.mdb) which all seem very straight forward, I would appreciate if anyone can ...
Score How to pass a structure to a form subroutine
Young - 5 May 2009 4:42 AM - 3 messages
I've the following structure: Structure MyStruct Dim x As String Dim y As String End Structure In one of my form (Form1), I have this sub: Sub Test(byref XXX as MyStruct) ....... end sub I then try to pass in the structure by doing this: ...
Next » 2 3 4 5 6 7 8 9 10