all groups > dotnet general > january 2004 > threads for sunday january 11
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
<whine>Why is DotNet so difficult to work with?</whine>
Posted by Grahammer at 1/11/2004 11:44:29 PM
Sorry for the whining, but I'm getty VERY frustrated trying to do some very
simple jobs with DotNet and finding out that they are just impossible or
involve a LOT of work.
- Print a RichTextBox - five pages of code and it MIGHT work
- Limit a RichTextBox to 4000 characters? Nope, but you can h... more >>
MailMessage class
Posted by Daniel Shannon at 1/11/2004 11:23:34 PM
Hi ,I'm developing an application using the mailmessage
class. Does anyone know if it's possible to manipulate
the Return-Path header in the email (to be different from
the "From" address) for the purposes of tracking bounced
emails? I'm programming in VB.NET.
Thanks for any help.... more >>
Master Detail Question
Posted by João Santa Bárbara at 1/11/2004 11:03:04 PM
Hi all
i have a create a relation between two tables, and both of then have
Autonumbers ( Sql ), since i have the Datarelation, i create a new record in
the master table, and a few in the detail table. so far so good all work as
i expected. ( when i create de details rows , all then have the ke... more >>
Access Crystal reports from C#.NET
Posted by savindya NO[at]SPAM flashmail.com at 1/11/2004 7:38:51 PM
Hi,
I need to open a crystal report through the crystalreportform viewer
in a C# project.
I used a view in the crystal report.But even when I give the logoninfo
from the code the dialog box to login to the database promts from the
application.
The coding I used is as follows.
public T... more >>
Installation of VS.NET
Posted by Surya at 1/11/2004 7:38:29 PM
Hi,
Is it possible to install VS.NET from harddisk media, if
all installation cds have been copied onto the disk.
Thanks in advance,
Surya... more >>
passing variables problem in ASP.NET
Posted by hansen at 1/11/2004 6:47:44 PM
hi all,
I am creating online quiz (10 questions) with radio buttions (Yes/No). When
the user clicks on the submit button i do some calculation and based on that
calculation i display result.aspx page with the proper scors. so far so
good.
within the result.aspx page i have a link says "to view ... more >>
Can't find csc.exe
Posted by Jibey Jacob at 1/11/2004 5:26:17 PM
Hello
I am not able to find the C# compiler executable on my hard drive. I searched for it; couldn't find it; so I uninstalled the .NET Framework SDK 1.1 and installed it again. I still can't find csc.exe
Can someone explain this
Thanks
Jibey Jaco
... more >>
IO Completion Ports - VS C++ 6/VS .NET C++/C#
Posted by andy at 1/11/2004 5:16:24 PM
My Winsock app works fine when compiled using VC++ 6
compiler, however I get runtime exceptions under heavy
load if I recompile using Visual Studio .NET, the
exceptions point to "GetProcessHeap()" function. Is there
any such VS .NET C++ known issue?
Also, is it possible to write Winsock I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VB Generic Event Handlers
Posted by Dave Cousineau at 1/11/2004 4:45:27 PM
im using VB.NET and i am creating an array of textboxes
i want to handle a LostFocus event for any of the
textboxes that i might create (at runtime), so that when
the user enters a value into the box i can pop the value
into my object when they leave the box. but i dont know
can i set up ... more >>
remote debbuging in VS NET 2003
Posted by Daylor at 1/11/2004 4:29:58 PM
hi.
i have computer1 with xp pro and vs.net 2003
and computer 2 with windows 2000 server that run a vb.net application.
can i debug from computer1 with vs.net 2003 the process that run in the
computer 2 ?
and how ?
thanks and have a nice day.
... more >>
MIME decoding
Posted by Dwayne at 1/11/2004 10:48:23 AM
Hello,
I am reading directly from a POP3 inbox, and the message
has some MIME encoding in it. For instance, where there
is an =3D, that is really to be an '=' ...
So, I just need to decode a a string. I've googled but
can't seem to find what i need. Any help would be
appreciated.
... more >>
Understand: Limewire Will Be The Boss of Google
Posted by Gen. T'Seng's Chicken at 1/11/2004 5:31:30 AM
Here's the search architecture that goes beyond the /web/ style of olde
Google. It's why p2p will destroy the centralized web server...
http://www.limewire.com/english/content/development.shtml... more >>
How do I pass more than one arguement to a function using "<asp:LinkButton> ?
Posted by Fresh_Air_Rider NO[at]SPAM Hotmail.com at 1/11/2004 3:08:11 AM
Hello
Could anyone please explain how I can pass more than one
arguement/parameter value to a function using <asp:linkbutton> or is
this a major shortfall of the language ?
Consider the following code fragments in which I want to list through
all files on a directory with a link to download... more >>
|