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 > june 2004 > threads for friday june 25

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

passing variable to vb server side code using showmodaldialog (without querystrings)
Posted by Jim M at 6/25/2004 11:34:56 PM
I hate to pass data on the query string. Is there a way to pass data to the serverside vb code using the object in showmodaldialog. var myObject = new Object(); var retVal = new Object(); myObject.calltype = "Edit" retVal = showModalDialog("Test.aspx",myObject,"dialogWidth:700px;dialogHei...more >>


explicit build command in vs.net
Posted by Bob Arnold at 6/25/2004 6:38:19 PM
In using vs.net 2003 to build c# projects, I note that the "build" command's output window shows only a summary of the build (status, compilation errors, etc). Is there a way to view the actual build command(s) issued by vs.net to the framework?. ...more >>

Add-in Project using VisualBasic.net 2003 standard
Posted by Michael Cervantes at 6/25/2004 4:55:01 PM
New Project/Project Types/Other Projects doesn't show Add-in project, only data base project. What I can do? Thanks for your time and attention. Regards -- Michael Cervantes...more >>

Can you recommend an UML tool?
Posted by Joakim Olesen at 6/25/2004 3:21:30 PM
Can you recommend an UML tool that is free or at least free for some time? I will simply use it to draw some objects, method calls etc. btw, I use VS.Net Proffesional edition, if that matters. ...more >>

Regular Expressions
Posted by Steve at 6/25/2004 2:30:18 PM
Hi all I have to validate a password to determine whether or not it adheres to certain rules. For example, the password must contain at least 1 number, at least 1 uppercase character and at least 1 lowercase character. Are regular expressions the way to perform this validation? I know I can ha...more >>

Type 'XXX' is not defined on line 16707566
Posted by Kevin Rose at 6/25/2004 2:01:01 PM
I upgraded by VS.NET to v2003 and I'm now attempting to upgrade all my project files. I have a solution with several projects. In project A is a interface called IForm which has 2 events: DBOperationComplete and DBOperationFailed. In project B is a Windows form which implements IForm. The IForm ...more >>

Does anyone know how to clear the blue "Mark All" boxes from a search?
Posted by Jack at 6/25/2004 1:15:02 PM
I finally discovered where all of the blue boxes in my IDE are coming from after, once again, accidently hitting "Mark All" in a Find in the Visual Studio.NET IDE. However, there is no "Unmark All". Does anyone know how to clear these? ...more >>

Memory Usage
Posted by Jason Callas at 6/25/2004 12:28:29 PM
I was doing starting some experimenting with the GC and ran into the = following odd result. I created an object and my used memory went up by = almost 11k but when I cleared it and forced a collection the used memory = only went down by 12 bytes.=20 Any ideas on what else is being created or...more >>



Another C# TimeSpan Question
Posted by Justin Grieves at 6/25/2004 12:19:02 PM
Hello all, I've been trying to determine the difference in minutes between two DateTime objects (startTime and endTime) in C# using the TimeSpan object (ts). I am populating the two DateTime objects from the click of two buttons (start and stop) that I have placed on an ASP.NET webform. I have at...more >>

FileSystemWatcher and Large Files
Posted by Jeff Grundy at 6/25/2004 11:54:02 AM
I am using the FileSystemWatcher to watch a folder for new file. The new files will be very large. The Created event is fired when the new file first appears in a folder. How do I know when the file system is actually finished writing the new file? -- Jeff...more >>

varible between asp and asp.net
Posted by mamun_ah NO[at]SPAM hotmail.com at 6/25/2004 11:23:40 AM
Hi All, How can I use the variable declared in asp tag in server variables in asp.net? Here is what I was trying to do. <%dim i as int16 for i= 1 to 20%> <asp:panel id="pnl"&<%=i%> runat="server"> <asp:Label id="Label1" runat="server">Label</asp:Label> <asp:RadioButtonList id...more >>

"no symbols loaded"
Posted by aerobar2 at 6/25/2004 10:38:01 AM
When I debug my application I get "no symbols loaded" ================= 'DefaultDomain': Loaded 'c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded. 'MHSFire': Loaded 'C:\Documents and Settings\bamason\My Documents\Visual Studio Projects\MHSFire\bin\MHSFire.exe', Symbol...more >>

syncronized code and form log
Posted by Danny at 6/25/2004 10:17:44 AM
Hi, I have a windows application in .net. In that application I have two forms. The first form calls my second form. In the second form I have to run a process whn it is called and show to the user what step is being performed. How can I implement that, while my process is running, in m...more >>


DevelopmentNow Blog