all groups > dotnet general > april 2005 > threads for tuesday april 26
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
Clipboard
Posted by JohnK at 4/26/2005 3:46:03 PM
I'm trying to copy/paste via the clipboard a queue of objects
Clipboard.SetDataObject(myQueue) 'the queue contains 7 of my objects
some place else I do
iData = Clipboard.GetDataObject()
myQueue = DirectCast(iData.GetData("System.Collections.Queue", True), Queue)
myQueue always ends... more >>
Windows Service stops in its tracks, halts; no exception, no explanation
Posted by MatthewRoberts at 4/26/2005 3:28:38 PM
Howdy All,
I have a Windows Service that often stops in its tracks with no
exception and no explanation on our QA system.
During testing on the development machine, it can handle any workload,
and complete with no problems. Even during testing on another test
machine, it can handle any work... more >>
Datagrid customization
Posted by amber at 4/26/2005 3:12:04 PM
Hello,
I have a datagrid with about 5 columns. It's datasource is a dataset that
also contains a 'comments' field, but I'm not displaying it, as it would take
up too much space.
What I would like to have, is a small 'button' in each row, that displays if
a comment exists for that record, but... more >>
@Page Attributes: ClassName vs. Inherits ??
Posted by Ben R. at 4/26/2005 12:00:04 PM
Between ClassName and Inherits, which attribute is set to specify the class
that a page uses? I would think that would be inherits. Further, the
description for ClassName is:
Specifies the class name for the page that will be dynamically compiled
automatically when the page is requested. Th... more >>
Retrieving values from dynamic controls
Posted by Victor at 4/26/2005 11:45:07 AM
I have dynamically created n number of text boxes in a form like txtQL(1),
txtQL(2) , ...txtQL(n)
How I retrieve the values in a loop? I'm confused as to how to approach
this! Please help.
Thanks for your time.... more >>
Need some logic help
Posted by Mike at 4/26/2005 9:47:19 AM
Hey guys I need some help with updateing an access database. I used OleDB
controls to set up my connection, adapter, and dataset.
The access table I am trying to update has these columns in this order:
CustomerID
Username
Password
Email
CustomerName
BillingAddress
ZipCode
PhoneNumber
... more >>
VB.NET databind to drop down list
Posted by Andy at 4/26/2005 7:21:04 AM
I have a stored procedure in SQL Server that returns a list of names that I
would like to bind to a drop down list. This is the code I have, but it is
not working correctly. The drop down contains System.Data.DataRowView
Dim ConString As String = ConfigurationSettings.AppSettings("cs")
... more >>
System.Drawing.Graphic.VisibleClipBounds
Posted by Brett at 4/26/2005 7:06:03 AM
I have a program that prints 2 different reports and I have 2 different
printers (hp 9000, hp9050). The first report prints perfectly on both
printers. The second only prints pefectly on the 9000. On the 9050, I only
get a small square's worth in the upper left corner.
I've narrowed th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
NO MORE FILE IDENTIFIERS?
Posted by Mark Escandon at 4/26/2005 5:12:02 AM
I have a database client app written in vb.net.
It runs continuously for a couple days and then it loses its connection to
the the file server. Actually, if I open up Windows Explorer to open a
network folder I get a system error "No more internal File identifiers".
If I close my app and rest... more >>
script to automate "copy project"
Posted by interuser at 4/26/2005 4:12:41 AM
I want to automate deployment that I now do using the "copy project"
button.
Is there a script that does this or ideas how to make one?
I do not want to make a deployment project or use xcopy , so please do
not suggest these:)
... more >>
Free ASP Web Server Engine...
Posted by Kerem Gümrükcü at 4/26/2005 12:00:00 AM
Hi,
after some time of hard work it was impossible to bring my IIS back to life.
My complete OS (XP-Pro) is heavily damaged due a hardware crash. i had
to recover my harddsik from a heavily damaged one over to a new h-disk.
after that "transition" my xp was no more able to run the iis and some... more >>
Which is better? VS.NET or Eclipse?
Posted by Sam Huang at 4/26/2005 12:00:00 AM
Hello,
In a neutral perspective, which one is better?
Regards, Sam Hwang
... more >>
newbie to asp.net...
Posted by dave at 4/26/2005 12:00:00 AM
I'm using XP pro and devloping web app using studio 2003. This is very =
basic application , just trying to connect to database (sql 2000) which =
is hosted somewhere else.
when i hit debug button i am getting following error..
Login failed for user '(null)'. Reason: Not associated with a trus... more >>
|