Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


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 >>



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 >>


DevelopmentNow Blog