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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|