all groups > dotnet general > april 2006 > threads for wednesday april 5
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
Email and .NET
Posted by Charles A. Lackman at 4/5/2006 5:48:35 PM
Hello,
I am trying to format an email and have a .net application open up Outlook
or Outlook Express so that the user can simply click Send and have the
formatted email send from their email account. I am currently doing this
the following way:
Dim sParams As String
Dim TheTo, TheSubje... more >>
Looking for some examples
Posted by Max André Bündchen at 4/5/2006 5:35:45 PM
Hi,
I found many "full" applications for study in VS 2005 like the TaskVision that was "translated" for .Net 2.0. But I'm looking for
more "full" examples to study, including here things as Winforms, Smart Clientes, Web Services, Best Practicies and so on, all for
VS 2005.
Anyone have some... more >>
Custom control creation problem, please....
Posted by Radu at 4/5/2006 3:19:47 PM
Hi. I am creating a user control in vs2005 which is supposed to provide
a fancy gradient background - in theory, you just drop it on a form,
you set the start/end colors, the gradient type, and you're done....
but that's in theory. It should repaint itself, it should take the size
of the client ... more >>
ASP.NET Vs Cold Fusion
Posted by Tom LeBold at 4/5/2006 2:19:01 PM
I'm a Microsoft Access and ASP.NET developer.
Currently I'm working at a company that uses Cold Fusion and we can't find
any
developers. I suggested that we use ASP.NET and Visual Studios.
The Cold Fusion developers tell me that it takes longer to develope
applications using ASP.NET. We are... more >>
Does "Visual Source Safe Express" exist ?
Posted by olrt at 4/5/2006 11:33:44 AM
Hello,
I plan to install Visual C# 2005 Express.
I need a source code control system. It seems that there's no express
version of Visual Source Safe.
What should I do ?
Is Visual C# 2005 Express "compatible" with open source CVS system ??
Thanks !!
Olivier.
... more >>
SQL Express 2005 won't let me in
Posted by Radu at 4/5/2006 11:00:23 AM
Hi. I'm trying to use SQLExpress 2005 (default install vsnet 2005). No
matter what I tried, I still can't use it.
A. In SQL server configuration manager I have tried the following:
1. Logon as built-in account - network service. Then in VSNET, new
database reference, I have servername="\SQLEXP... more >>
Open socket from a specific IP
Posted by wplatnick NO[at]SPAM gmail.com at 4/5/2006 10:19:27 AM
We are writing a monitoring application that needs to open a socket to
a telnet port over a specific ip address, rather than the default for
the system. We have all the IPs bound to the machine. How can I
accomplish this, short of setting the default IP for the system, which
is not something w... more >>
Remoting / StackOverflowException problem
Posted by Thomee Wright at 4/5/2006 9:35:02 AM
I'm having a problem with a pair of applications I'm developing. I have a
server application which interacts with several instruments, and a client app
which connects to the server and provides a UI for interacting with the
instruments. Readings from the instruments are periodically sent to ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dot Lucerne
Posted by John Bailo at 4/5/2006 7:41:53 AM
This looks like an extremely cool .net project to front end the open
source indexer, Lucerne, as an api:
http://www.codeproject.com/aspnet/DotLuceneSearch.asp
--
Get the new
http://www.you-read-it-here-first.com
content from Texeme Textcasting Technology
... more >>
Exceptions are not raised
Posted by Giuseppe Chielli at 4/5/2006 12:00:00 AM
Hi to everyone. I am studying VB.net and I am wondering why this trivial
code doesn't raise any exception:
Option Strict On
Imports System
Imports Microsoft.VisualBasic
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handl... more >>
Visual C# 2K5 Express Edition cannot work properly
Posted by Zhuyong at 4/5/2006 12:00:00 AM
Hi all
I am a newbie from China. I downloaded VCSharp 2005 Expression from MSDN and
installed it on my computer.There was no trouble or error during the
installation, but after pressing "File"-"New Project",there are only three
templates available: Class Library, Empty Project, ScreenSaver. W... more >>
pass login to application
Posted by beachboy at 4/5/2006 12:00:00 AM
how can pass the login (security info) to secondary application?
ASP.NET 1.1
user login to application 1(app1.myapp.com) with their username and
password, then they have a link to application 2 (app2.myapp.com) and I want
to pass the authentication of application 2 with backend process.
A... more >>
|