all groups > dotnet general > august 2004 > threads for saturday august 28
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
ProgressBar in a listbox?
Posted by singhalvr at 8/28/2004 8:50:08 PM
Does anyone know how I can add a progress bar into a listbox in C# or
VB.NET?
I want to basically show a list of files that are transferring (or
have some operation being performed on them simultaneously) and use
the progress bar to show ... well ... progress.
Any ideas? (Example code wou... more >>
Generate GUID
Posted by Jeff Lynch at 8/28/2004 7:53:44 PM
How do I create a new GUID programatically like the "Create Guid" tool does
in VS.NET?
--
Jeff Lynch
"A BizTalk Enthusiast"
http://dotnetjunkies.com/WebLog/jlynch/
... more >>
Problem: function call in <% %> pair using Container.DataItem("") as parameter
Posted by neilnewton001 NO[at]SPAM yahoo.com at 8/28/2004 1:08:51 PM
Hi,
I have some code written into the html in a dot.net form:
<%if test(Container.DataItem("user_id")) =2%>
I've been able to use container.dataitem in these <%%> pairs as an
expression to provide values for clauses. I've also been able to call
functions as above, as long as... more >>
Question about WriteEntry...
Posted by Ray Cassick (Home) at 8/28/2004 12:05:19 PM
I noticed that when I write an entry into the Windows event log using one of
the various overloaded WriteEntry methods I always get the following text
below my description:
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
I don't want to send m... more >>
change server specs
Posted by Aaron at 8/28/2004 11:11:43 AM
is there a way i can change the server info. i use windows 2003 server. how
can i make it show windows nt 4.0 when requested on netcraft.com
i know ebay does that.
thanks in advance
Aaron
... more >>
read xml file to dataset
Posted by s-galit at 8/28/2004 8:31:01 AM
how can i read xml file to dataSet?
this is what i have written so far-
dim db1 as database
db1=new dataBase
db1.readXmlSchema("fileName.xsd")
db1.readXml("fileName.xml")
what am i missing??
thanks in advanced!!... more >>
Dataset search performance question
Posted by jwilson2000 NO[at]SPAM attbi.com at 8/28/2004 7:54:34 AM
Am relatively new to .NET and am trying to use it to create a usage
billing system that can process a million or two records each day. Am
currently using a simple system written in C that uses hash tables to
look up all the information necessary to bill each record.
My question is, If I use a... more >>
Rearrange the order of a listbox with the mouse
Posted by Nick Stubbs at 8/28/2004 5:47:03 AM
Can anyone tell me how to code the listbox so I can move an item up and down
the listbox with the mouse. For example, the play list in Winamp 5 can be
sorted by you selecting a song and moving it up or down the play list by
selecting it with the mouse and dragging it where you want.
The list... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to reload on back button.
Posted by jcjj at 8/28/2004 1:17:06 AM
We are building a .Net application, that is strictly transactional oriented,
ie one aspx page results in at most one mainframe transaction.
So now we need to be sure that if the user uses the backbutton to go back to
the previous (commited) transaction, the page should be rebuild from start, ... more >>
|