Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > june 2004 > threads for thursday june 24

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Server Explorer: Only for SQLSrv/MSDE??
Posted by piglesias NO[at]SPAM ya-dot-com.no-spam.invalid at 6/24/2004 10:43:23 PM
Hi, community! This is my first post on this forum. Excuse my english if it's not very correct :oops: After searching for a while, and having found nothing about this subject, i ask you: Does the "Server Explorer" in Visual Studio .NET 2003 accept connections to DBMSs other than SQL Server / M...more >>

can someone help convert this from c# to vb.net? (pocket pc voice recorder)
Posted by usenet_daughter NO[at]SPAM yahoo.com at 6/24/2004 10:42:18 PM
Can someone convert this code to vb.net? it is a voice recorder for pocket pc. many thanks ! source: http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=62 the code: using System; using System.Data; using System.Runtime.InteropServices; /// <summary> /// Creates an instance of ...more >>

To retrieve version of assembly on web server
Posted by Reetu at 6/24/2004 4:46:58 PM
Hi All, I am trying to get the version of the assembly which resides on the web server. Right now I gotto know how to get the version of the assembly present on my physical directory : System.Reflection.AssemblyName.GetAssemblyName ("C:\vcoclient\test.dll").Version.ToString(); But I...more >>

ASP Calendar Control within a frame
Posted by suresh at 6/24/2004 3:16:06 PM
Hi all, I have a little problem with an ASP Calendar Control within a frame. When I click the next month or previous month button it kicks the calendar out of the frame and shows it in a normal window. I looked on the control for a target property but could not find one. The calendar work gre...more >>

Displaying dates
Posted by springb2k NO[at]SPAM yahoo.com at 6/24/2004 2:29:00 PM
I'm trying to display a date from my sql database, but when I use a repeater control as follows: <ASP:Repeater id="thedata" runat="server"> <itemtemplate> <%# Container.DataItem("ArticleDate")%> </itemtemplate></ASP:Repeater> the date displayed shows 6/24/2004 12:00AM, whereas i dont want t...more >>

VS.NET 2005: Why VB's IDE is better than C#'s IDE ??
Posted by Stefano at 6/24/2004 2:00:49 PM
Dear Friends, i have had a preview of the new VS.NET 2005 version that has showed to me a lot of improvment in C# and VB language. But i have notice that the VB's IDE is better than C#'s IDE. Could someone explain to me why ? Are VB programmers more lazy (or stupid) than C# programmers and need...more >>

Ending a Program Error
Posted by travisw NO[at]SPAM safetyontheweb.com at 6/24/2004 10:47:49 AM
I have encountered a problem with ending any program I build with VB.net and was hopeing someone might have an answer. This is a simple example of the code that will cause an error: In a module I have: Dim Form As New Form1 Sub main() Application.Run(Form) End Sub ...more >>

One or more of the types in the assembly unable to load
Posted by Tolga Erdogus at 6/24/2004 10:10:28 AM
Hi, out of the blue, I started getting errors when trying to open a form that I have built in VS.Net 2003. The error is regarding an Activex control. After further investigation, it turns out that I am getting the following error anytime a drop an ActiveX control on a winform: "One or more of...more >>



Automatically translate Open Source VB.Net projects to C#
Posted by Roger Jack at 6/24/2004 9:55:30 AM
We have a commercial product, C-Sharpener For VB, that converts Visual Basic ..Net projects to C#. As a service to the Open Source community, we will convert Open Source Visual Basic .Net projects for FREE. You can find out more about Open Source conversion or a trial version at http...more >>

Fax Components
Posted by Alex Stevens at 6/24/2004 8:44:48 AM
Hi All, We've been using Winfax to produce faxes from our applications, and are looking to use something else as: a) Symantec are hopeless at replaying to emails. b) Winfax requries a licence on each machine to send faxes c) The intergration with dotnet is great. Does anybody else use a ...more >>

Disk Directory and File Searches in VB.net
Posted by Robert at 6/24/2004 3:54:01 AM
I am still a little new with the .net Framework and VB. Can anyone email me a link that describes an algorithm or a .net Framework class that will allow me to find directories and files? ...more >>

ISymbolMethod
Posted by newsgroup NO[at]SPAM happysphinx.co.uk at 6/24/2004 3:38:47 AM
Hi I want to pull the name of the namespace a method is defined in from inside the method itself. MSDN say to use ISymbolMethod.GetNamespace. However, how do I get a reference to ISymbolMethod interface. Anybody got an example? TIA Richard...more >>

Dissapearing Validators
Posted by Tom Pearson at 6/24/2004 1:31:01 AM
I create controls and validators dynamically dependent on data at runtime. I create the control then the relevant validator(s) for it assigning the Control.ID as the control to validate. These controls and validators are then added to a table for display to the user. This code did seem to work or...more >>


DevelopmentNow Blog