all groups > dotnet general > january 2005 > threads for wednesday january 19
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
Graphics in email
Posted by WM Chung at 1/19/2005 11:23:01 PM
Hi all,
My dotnet application can send out email message in simple text format. Now
I require to include colour font, graphics and animation in my email. Can
anyone with experience on this point a direction to me on the way to do this
? I am totally ignorant on how to achieve this at this m... more >>
Spell Checking
Posted by WM Chung at 1/19/2005 11:07:01 PM
Hi all,
I need to include spell check utilities into my dotnet application. Is this
a ready-to-use facility in dotnet ? Or do I need to use third party tool ?
I use Visual Studio 2002.
Thanks in advance.
W.M. Chung... more >>
File or assembly, or dependencies not found error
Posted by william at 1/19/2005 8:31:02 PM
Hi all,
WHen I tried to debug my COM+ from windows .NET form app, I got error"An
unhandled exception has occurredin your application. if you.... File or
assembly name classname, or one of its dependencies, was not found.".
Any idea?
Thanks
... more >>
ASP.NET Firefox Rendering Anomalies Documented?
Posted by clintonG at 1/19/2005 6:35:17 PM
I'm hoping somebody has started a table documenting Firefox rendering
anomalies or can refer to this type of document.
Neither text nor textboxes are not being sized the same as IE and there are
probably other issues. The same appears to be true of Netscape.
--
<%= Clinton Gallagher
... more >>
Utility app to run nightly - which project type?
Posted by Jeremy S. at 1/19/2005 4:34:13 PM
I will be writing a relatively small utility app that will be responsible
for periodically copying files from a few folders on the local machine for
nightly backup purposes. Just wondering what the recommended way to proceed.
Should I write this as a windows service or as some other applicatio... more >>
[newbie] Why is .Net so big? Why no linker?
Posted by Luke Skywalker at 1/19/2005 2:28:16 PM
Hi,
While I'm learning more about how to develop under Delphi,
which, was some of you know, built by the same person who architected
..Net... I was wondering ...
1. why is the .Net framework so big, while the object layer on which
Delphi runs lets you build stand-alone EXEs with something ... more >>
Asynchronous Threading Issue
Posted by Sam Loveridge at 1/19/2005 12:52:45 PM
Hi all. I'm relatively new to delegates and asynchronous threading and am
running into an issue. I need to asynchronously call a method (which I'm
doing with a delegate and BeginInvoke) and from the callback method, or at
some point after the EndInvoke has been called to end the asynchronous
ope... more >>
"Problems during load"
Posted by omega.alpha NO[at]SPAM gmail.com at 1/19/2005 12:15:06 PM
I am trying to generate Excel worksheets using .Net. The worksheets
are actually HTML pages with Excel specific XML elements. Everything
works fine until I added these following code in the template I'm
generating:
<x:ExcelName>
<x:Name>Print_Titles</x:Name>
<x:SheetIndex>1</x:SheetIn... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Reference Variable Question
Posted by Henry at 1/19/2005 12:03:04 PM
I am trying to get a variable to act as a reference variable. Any
suggestions on how to achieve this in c#? The variable will be of type
TextBox.
Thanks in advance!... more >>
How to set focus on a label after a button clicked (web applicatio
Posted by Symphony at 1/19/2005 12:01:05 PM
Hi, all:
I have a label "ID=lblTotal" in my aspx page and also have a button
"ID=btnTotal"
I would like to click total button and show the result on the label and set
focus on the label. Now, when I click the button, the result shows on the
label, but the cusor will go to the top of the pa... more >>
Legal requirements to distribute dotnetfx.exe?
Posted by Lidström at 1/19/2005 11:51:36 AM
Hello,
what are the legal requirements to be able to distribute dotnetfx.exe with
my own program? I have read the msdn articles that describe this but I was
not able to understand. Could someone put it into simple terms? Thanks!
--
Daniel
A: Because it messes up the order in which people ... more >>
Method Not Found
Posted by Joester at 1/19/2005 10:41:03 AM
Hi all, I was wondering if there was anyone that could help me with this error:
Method not found: Void
System.Web.UI.WebControls.ListControl.set_SelectedValue(System.String).
Basically I have the .NET framework 1.0 and 1.1 running on the same server,
I have the service pack 2 for 1.1. as w... more >>
Apend Row in VB.NET Datagrid
Posted by Joy at 1/19/2005 10:16:08 AM
Hi,
I need to be able to to disable the Apend Row feature of the VB.NET
datagrid and then enable it again. The reason is because I want to
allow a user to enter as many rows in the datagrid as they want until a
certain number of rows is reached. When that number of rows is reached
I want to... more >>
Opening a web project in Visual Studio .Net
Posted by Cemoran at 1/19/2005 8:41:04 AM
I am fairly new to .Net and I am having a problem opening a web project in
visual studio .Net. I created a web project from an existing project in the
manner described in an MSDN article. The project built successfully and
saved successfully. The next day when I opened the solution, I recei... more >>
High Level View of a .Net Application
Posted by Shawn Brock at 1/19/2005 7:15:03 AM
This is a wildly broad question, so apologies in advance.
I developed a very traditional app architecture in Visual Studio 5-6.
The basic structure looked like this:
GUI >> MTS >> Database
The basic idea here was Users talk to the object, the object logs in to the
database as itself and does... more >>
Any *TOP* software developed on .NET (like Office, DB engine etc.)
Posted by sq1492 NO[at]SPAM mail.ru at 1/19/2005 6:44:52 AM
There are lots of talks about .Net going around. .Net is considered to
be a RAD (rapid application development) framework so the question
remains open whether it's useful for developing software when there are
some requirements other than developments speed. What I mean is
performance. I know th... more >>
Class = Class (operator overriding)
Posted by ogs at 1/19/2005 6:09:01 AM
Why it's not possible to override operator "=" in C#? I have Class - Class1
with one property Prop1. For example
Class1 x = new Class1(); x.Prop1 = "this is x";
Class1 y = new Class1(); y.Prop1 = "this is y";
y = x;
now these (x and y) are two variables looking on one object :[ - changing ... more >>
Creating batch process
Posted by Job Lot at 1/19/2005 5:09:03 AM
How can I create an application in vb.net, which runs as a batch process at
7:00pm everyday? If someone could please throw some light.
Thanks
... more >>
run application twice using c# code
Posted by Napo at 1/19/2005 2:53:01 AM
Hi:
i build a .net application named A.exe. I need run this application
twice using c# code in another application. i try to use
process.start(A.exe) twcie, but it failed. Because the second start will use
the existed process. So only one application run.
I can use mouse to run this app... more >>
do i need it?
Posted by rob at 1/19/2005 2:24:58 AM
i have this item called Microsoft .NET Framework 1.1
installed on my home computer and i have no idea what is
for. i am not a developer, programmer, or anyway advanced
in my computer knowledge. i mostly use my computer to go
on the internet. is this component needed for my use of
the co... more >>
Regular expression that doesn't recognize newline
Posted by etantonio NO[at]SPAM libero.it at 1/19/2005 1:22:33 AM
Good morning,
I've the following part of an html file,
////////////////////////////////////////////////////////////////////////
</font></b></td>
</tr> <tr>
<td bgcolor=white class=s><div style=padding:10px;>Computer
science, Universit,
Economy, Finance</div></td>
</tr>
///... more >>
|