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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|