Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score Data/Business Object Tier Best Practices
D Witherspoon - 18 Mar 2005 3:59 PM - 18 messages
I am developing a Windows Forms application in VB.NET that will use .NET remoting to access the data tier classes. A very simple way I have come up with is by creating typed (.xsd) datasets. For example dsParts.xsd and including that in the data tier.  I then will ...
Score Is a report writer what I need?
Mitchell Vincent - 16 Mar 2005 5:23 PM - 2 messages
I would like to provide the end users of some of my software with the ability to customize the look and feel of certain documents for print and email. These documents all pull data from a database. I'm totally new to the world of "report writers" so I can't say that I ...
Score Insert statement for the DateTime field
kd - 16 Mar 2005 11:05 AM - 3 messages
Hi All, I have a datetime column in a table on the SQL database. I need to insert values into the datetime column from vb.net code. Here is my code: dim nameval, str, qry as string nameval = "abc" str = "2005/03/16 14:20" ...
Score Time Critical Process in .NET
Charles Law - 16 Mar 2005 10:52 AM - 25 messages
Hi guys I have a time critical process, running on a worker thread. By "time critical", I mean that certain parts of the process must be completed in a specific time frame. The time when the process starts is not especially ...
Score Simple LookupAccountName (working)
Tomas Nilsson - 15 Mar 2005 7:21 AM - 6 messages
Working code below (paying back to the groups :) /Tomas Class SidFunctions     Enum SID_NAME_USE         SidTypeUser = 1         SidTypeGroup         SidTypeDomain ...
Score Datalist/datatable sorting
Brian Barnes - 14 Mar 2005 2:07 AM - 5 messages
Hi, I know this has been done quite often before, but all my research and trials have not worked. Basically I am trying to display a sorted list of e-mail Addresses in a datalist control (using web forms) from a dataset. The only ...
Score Dragging a mail from Outlook/Outlook Express in to a .NET VB app
Jim Florence - 13 Mar 2005 4:31 PM - 10 messages
Hello, I've just started to look seriousl at VB and .Net. I have written a calendar app and am trying to find the best way to drag and drop messages from Outlook/Outlook Express ditrectly in to the calendar.Not ...
Next » 2 3 4 5 6 7