all groups > dotnet general > january 2006 > threads for wednesday january 25
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 31
Send email under VB.Net?
Posted by GB at 1/25/2006 6:32:03 PM
Hi,
I would like my App to send an email message (with an attached file) . How
would you do that in pure .Net VB code (without using .COM components if
possible)
Regards
GB
begin 666 p.gif
M1TE&.#EAB0`1`( !```3S/___R'Y! $```$`+ ````")`!$```+1C(^IR^T/
MHYRTVHNSWKS[#S[ 6(TFH)WD... more >>
msbuild
Posted by cisco at 1/25/2006 5:57:02 PM
could not find anything specific to this but does anyone know of msbuild has
a new quick start tutorials. The only one i can find seem to be for the
preview version of msbuild. Is thiis the only one out there?
Appreciate it,
Cisco... more >>
Loading referenced DLL's
Posted by Patrick Ravi-Pinto at 1/25/2006 2:20:20 PM
Dear colleagues,
i'm new in the .net programming and hope you can help me.
I have two classes: Employee and Address
The Employee class has a reference to the Address and imports them on the
top.
I can test it locally, and it works but now I wants to load the Employee-DLL
with this code:
... more >>
Create an HTML file
Posted by JackO at 1/25/2006 2:17:06 PM
Does anyone have an example in VB.NET on how to create an HTML file.... more >>
MVC and Command Pattern questions
Posted by anonymous.user0 NO[at]SPAM gmail.com at 1/25/2006 1:43:35 PM
Ok, this is kinda dumb. I'm trying to wrap my head around the use of
the MVC and Command Patterns. The questions basically concern where to
place code.
In the MVC pattern, where are the Commands instansiated? Are they
created by the Controller, or are they contained fully in the Model.
In ot... more >>
Generate Web Controls Dynamically?
Posted by WB at 1/25/2006 1:36:03 PM
Hi,
How can I generate web controls such as textboxes and drop-menus on the fly?
My web application allows users to fill out PDF forms online. There are many
PDF forms, and my application reads the fields in the user's chosen PDF file,
displays a webform with relevant fields (textbox or dr... more >>
Creating new form
Posted by Peter Schmitz at 1/25/2006 1:30:03 PM
Hi,
just one question: My application consists of two forms - when the user has
finished changing the application's configuration in the first one, this one
shall be closed, unloaded and the second form shall become the main form of
the application. How can this be done?
Thanks in advanc... more >>
Type.GetType("System.Drawing.Point")) error...
Posted by hzgt9b NO[at]SPAM nopost.com at 1/25/2006 11:25:03 AM
I'm building a dataset that writes out a Point type value.
Here's the code that I've got:
1 Dim dsContent As DataSet = New DataSet("content")
2 Dim dtAsset As DataTable = New DataTable("asset")
3 Dim dcPk(0) As DataColumn
4 dcPk(0) = _
5 dtAsset.Columns.Add... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dragging User Controls in Visual Studio 2005
Posted by randy1200 at 1/25/2006 10:57:04 AM
In Visual Studio 2003, I could create a new user control such as panel1. The
name panel1 would appear in the toolbox under "My User Controls." I could
drag this panel1 from the toolbox onto another panel or dialog box. This
worked great.
In Visual Studio 2005, I can still create a new user... more >>
WebBrowser control - know when user saves.
Posted by standish22 NO[at]SPAM hotmail.com at 1/25/2006 10:54:35 AM
I'm using the WebBrowser control to display a document.
I need to know if the file changed at all once the user closes the
document.
I have the Saved property of the document, but that doesn't tell you if
the user did a Ctrl-S or not.
Any ideas?
I guess I might be able to capture the l... more >>
Forced Property Assignment
Posted by whornak at 1/25/2006 10:01:02 AM
I am building a class template that forces the user to override
functions/subs. I need to force the developer to set the value of a property
also but don't know how.
How do I force the developer to set the value of a property as design time?... more >>
FileSystemWatcher UNC Path Invalid
Posted by greg_slavin NO[at]SPAM hotmail.com at 1/25/2006 9:44:28 AM
I'm attempting to use the FileSystemWatcher class to monitor a folder
on a remote server. My app is running as a Windows service, currently
on an XP machine, but it will be on Server 2003 in production.
Everything works fine when I set the Path to a local drive (i.e.
"C:\Test"). However, when ... more >>
Problem displaying information for Crystal Report (.NET 2003)
Posted by ATroy at 1/25/2006 9:41:02 AM
Hello:
I've created a strongly typed dataset which I know has rows of information
but the information in the dataset isn't displayed on the report form. All
that are visible are the report buttons and the column headings. Any
suggestions on what I should be focusing on or what I'm missing?
... more >>
ASP
Posted by Brian at 1/25/2006 9:24:53 AM
Hello all, I have windows 2000 Pro. Running PWS is this not good enough
to run an ASP.net 2003 project. I really want to develop this on my
local machine but I get the following error.
Visual Studio .Net has detected that the specified Web Server is not
Running ASP.Net Version 1.1. You wi... more >>
Creating a new Class over a webService
Posted by Steve at 1/25/2006 9:21:05 AM
C#
I am developing a basic app to run on a mobile device, to interact with our
central server using WebServices. I have created a class called PacketInfo
which has a couple of properties suchs as CreateDate RecieveDate and Message.
I created this classs in a new project called MAMI, built... more >>
Concerning AssemblyVersion
Posted by PIEBALD at 1/25/2006 8:17:06 AM
I'm just curious why the fields of an AssemblyVersionAttribute are limited to
65534.
Why have such a low limit? short.MaxValue-1 seems unnecessarily limiting,
why not int.MaxValue or long.MaxValue or, even better, decimal.MaxValue?
It seems to me the framework should allow me to set whate... more >>
From Scrollbar Width
Posted by Krishna Bhoutika at 1/25/2006 7:22:03 AM
How can I increase the width of a scrollbar in a Windows form application?
Thank You
... more >>
visual studio 2005: no toolbox menuitem in view menu
Posted by Nadav Popplewell at 1/25/2006 6:36:02 AM
Hi everybody,
I've install Visual studio Team Edition for Testers on my computers,
And I can't seem to find how to show the toolbox.
The documenation says there should be a 'Toolbox' menuitem under 'view' menu,
But I don't have it!
This happens both when editing WinForms & WebForms.
Thanks... more >>
Please recommend an UML for dotNet development
Posted by athos at 1/25/2006 6:35:32 AM
Dear All,
Please recommend an UML for dotNet development. I heard of "Cecima
Windesign", "MagicDraw UML", but for DotNet programming, which one
would you prefer? Thanks.
yours,
Athos
... more >>
ASP.Net security
Posted by Conrad at 1/25/2006 6:16:03 AM
Forgive me for asking such a rudementary question but I can't seem to find an
answer for this particular instance and this is not my area of expertise. I
have an intranet site that I am building. We will be hosting it on Server A
and the sql backend on Server B. We would like to use windows... more >>
Securing Software with License
Posted by P1ayboy at 1/25/2006 4:40:04 AM
I need advice on how to best to protect software with licenses.
We are developing a windows application that people can purchase and
download off the net, but the software needs to be protected by licensing.
The software is being written in vb.net v1.1.
If anyone knows any beeter places ... more >>
Display Access Database OLE Objects
Posted by Seok Bee at 1/25/2006 1:30:03 AM
Dear Experts,
I'm using the asp.net 2.0 fileupload control to upload files into Access
Database. The file types that being uploaded may be in word, excel or image
format. Therefore, I would like to seek your help to show me how can I have a
link in my webpage to view this file by reading fr... more >>
Resource problems .net 2005
Posted by Harry Hanley at 1/25/2006 12:00:00 AM
I have recently moved an application from .Net 2003 to .Net 2005. It is an
MFC / C++ app not using any of the .Net Framework stuff.
I am experiencing very buggy behaviour when editing resources, i.e. dialogs
etc.
Visual Studio simply reports "Cannot save file C:\...myfile.rc", afte... more >>
One application instance must be in existence
Posted by Dmitriy Kolesnik at 1/25/2006 12:00:00 AM
Hello, All!
Take me advice about, please:
Description:
At the same time can be in existence only one copy of the my application. If
a user try to run the second copy of the application, the instance of the
application must be leave and one more tab must appeared in application.
What so... more >>
|