all groups > dotnet framework > may 2008 > threads for may 1 - 7, 2008
Filter by week: 1 2 3 4 5
GRIDVIEW
Posted by DENTONE at 5/7/2008 5:24:54 PM
Dear newsgroup,
I have to make a gridview (in a web page) that show some data from a SQL DB,
but i want to populate this gridview from code (VB) and not from wizard
because the sql DB is not always the same but change in function of the name
of the user.
I have 10 user and for each one i h... more >>
SerialPort timeouts
Posted by SteM at 5/7/2008 12:08:46 PM
Hi all,
somebody told me to post my questions here ...
i'm in a trouble handling timeouts of the SerialPort class.
If I set timeouts (<>0) what i have to expect? An error? A call to
DataReceived routine? A call to Error routine?
What is the initial moment when the timeout count starts? Wh... more >>
Send mail through Exchange?
Posted by Tony K at 5/7/2008 11:17:59 AM
VB 2005 .NET
I am wanting to find out if anyone has sample code, or a link to sample code
to send mail through Exchange. I know how to send mail via SMTP but my
application needs to generate an email to be sent to an internal member of
the domain who gets the email from an exchange server.... more >>
POS printer on LPT ready ??
Posted by BB at 5/6/2008 7:53:08 AM
Hi
Is there a simple way (or any other way) to find out is POS printer on LPT
port ready ??
VB 2005
Thenks.
... more >>
ServiceModelReg fails in installation of WCF
Posted by summer_2008 at 5/6/2008 1:52:09 AM
I am trying to install .Net 3.5 on win XP sp2,32 bit x86 processor.
But the process always fails and the error log says installation of
WCF fails. I already have 2.0 and I have tried uninstalling/
reinstalling all .Net frameworks, IIS etc. I have tried installing WCF
alone and the process fails ... more >>
setup with crystal report
Posted by Aleks Kleyn at 5/5/2008 3:57:30 PM
i develope managed C++ application which uses crystal report engine. When I
press button crystal report engine need to prepare report on hard drive in
pdf format. Everything works on original PC. However uing visual studio
2005 I prepared setup for second PC. However when it is time to prepar... more >>
Framework 3.5 WSUS availability
Posted by Ken Lemieux at 5/5/2008 9:25:00 AM
Its been 3 months since I last asked this question and little, nay no,
information is avialable.
My application is dependant upon features found in Framework 3,5 and its
deployment is partially targeted to medium size organizations. So I'll ask
again:
Does anyone have a date or idea when... more >>
Command Line compiler help
Posted by Rahul at 5/5/2008 8:44:48 AM
Hello,
I am trying to compile a Windows Forms project through command line. I
have added some images on the buttons. These images are added as a
resource and stored in the "Resource" directory inside the project
directory. My project is quite small, (only a single form).
I tried running csc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
System restore will not save except one entry and list printer dri
Posted by David Shehadeh at 5/3/2008 1:24:00 PM
My XP pro system restore is acting up, first it will not keep except one day
contrary to the scdeuled daily restore in the scheduler, second it have
multiple entries of this statment "Printer driver send with eFax messenger
plus installed" and I mean this place a new entry every 15 minutes or ... more >>
SMTP Component
Posted by Fred at 5/3/2008 8:49:18 AM
Hello,
I want to send with SMTP the eml files dropped by SmtpClient.Send when
using a pickup directory (not IIS one).
This can be useful for me as I send mails in several cases, included
with SQL Express CLR procs, and I don't want (or it's not possible) to
deal with asynchronous programm... more >>
System.IO.StringReader ReadToEnd()
Posted by KevinB at 5/2/2008 6:48:03 AM
I'm doing screen scraping from a Windows Application and dumping certain data
into a SqlDb, it's one of our parent websites, through a Proxy server using
the the WebClient class. I have used the WebRequest/Response classes but the
only benefit I got from that was the abiliy to control the tim... more >>
HasExited() generates an Access Denied error
Posted by John at 5/1/2008 3:30:55 PM
I have a C# program that relies on a service (let's call it myService.exe).
So I wrote a routine that makes sure the service is running:
int iProcessID = IsProcessRunning("myService.exe");
Process myProcess = Process.GetProcessById(iProcessID);
These commands work great (I can post the IsPr... more >>
Deployment issue
Posted by Fred at 5/1/2008 10:38:59 AM
Hello,
With vb.NET, I created a very simple class library project with only one
com class (one method).
I used the setup project template to generate an msi file.
On some computers, trying to use my com class in a VBA macro throws the
error :
The assembly ... or one of its dependencies ... more >>
Symantec Endpoint prevents .NetFramework programs from launching
Posted by ligerdynomite at 5/1/2008 7:44:01 AM
Hello,
We have a few laptops, different Dell models using Windows XP SP2, that
are having a problem with .Net 2.0 and Symantec Endpoint. Whenever a program
that uses .NetFramework attempts to launch we receive errors, different
errors depending on the program. An example is when I try to... more >>
Problem with AddNew row in DataGridView
Posted by Jason Barnett at 5/1/2008 7:19:01 AM
I created a custom class that implements IBindingList. I've tested the class
and all properties and methods function as I expect.
When I assign an object (of my IBindingList class) to the DataSource
property of a DataGridView, everything appears to work fine. Records appear
appropriately.... more >>
Prohibit access to data layer
Posted by milop at 5/1/2008 7:10:40 AM
Hello.
We have an app with UI, Business, and Data Tiers.
How can we ensure that the DAL tier is accessed only from the BLL tier? The
idea is to prevent direct access to the DAL from the UI (asp.net pages in
our case).
Thanks in advance,
Mike
... more >>
Alternate Function for CreateFile on .NET Framework,...
Posted by Kerem Gümrükcü at 5/1/2008 2:15:57 AM
Hi all,
sorry for Crossposting, but i dont know whether someone
can help me here. If i remember right, there was a Class
or a Member function in the .NET Framework that could
do mostly the same as CreateFile can do for me, but i
cant remember its Name. By saying the "same" i mean
i was able ... more >>
|