| Thread | Last Post | Replies |
|
| Preload args[] in VS.NET | 21 Jun 2005 00:34 GMT | 1 |
I have a console app that requires args[] from the command line. How can I set up VS.NET so it will supply args[] to the application?
|
| apple & intel does this mean anything? | 20 Jun 2005 23:19 GMT | 3 |
Just a curious individual here. I dont' know anything about writing programs cross platform or anything, just wondering if this move would have any affect in porting the CLR to mac? And, how that would affect being able to port C# and other apps to work on mac.
|
| n-tier performance trade-off (guidance needed) | 20 Jun 2005 22:32 GMT | 3 |
I understand the need for n-tier architecture if an app is to be scaled-up for server farm deployments. And I can also appreciate that separating UI from business-logic from data-access is simply good design, if only from the point-of-view of "encapsulation" and functional ...
|
| table row count of 0 for populated table | 20 Jun 2005 20:25 GMT | 3 |
I have a tblLoanList.Rows.count returning as 0 but I can see the table rows in the browser and there are 2 plus my header. I have the table generated off of a button click and another button whose click event does the row count. Why does it think my table is empty?
|
| How much time does CPU spend in each method? | 20 Jun 2005 18:36 GMT | 3 |
I'd like to run my WinForms application through a series of tests and determine where I can optimize my code. Is there an easy way for a brother to tell which methods were called most frequently, or more importantly, which methods took the largest fraction of CPU time to ...
|
| Help with raising an event form class | 20 Jun 2005 18:28 GMT | 4 |
I followed the the aricle http://support.microsoft.com/default.aspx?scid=kb;en-us;321525 and was able to execute a dts package in vb.net. I replaced all the "Console.WriteLine" with "msgbox". The problem
|
| need converting to and formating textbox values to decimal data ty | 20 Jun 2005 18:01 GMT | 6 |
I have been reading in help how I need to use decimal becuase currency does not exist like I used in vb6. I had a difficult time on google and msdn finding how or if I can take the value of text box as decimal or do I just have to make another decimal
|
| Web.Config Timeout Expired Redirect Custom Error Page | 20 Jun 2005 17:36 GMT | 1 |
I have searched the net and still no luck... I just want to automatically have a page redirected to another page when the timeout set in the config file expires. I currently have:
|
| Any ideas for B.Sc. | 20 Jun 2005 15:08 GMT | 3 |
I'w writing my B.Sc. thesis in half a year. I was wondering if anyone has any suggestions what would be a good subject to write about. I've been programming in .NET for two years now and I've brushed (at least) all componentes of the .NET Framework. I'm willing to learn a lot for ...
|
| Controling Multiple Windows Forms | 20 Jun 2005 14:52 GMT | 5 |
Situation: I have a drop down list on a main form in my program. I have another form for entering a new item that will reside in the drop down list of the main form. When the Add item button is clicked on the second form, the second
|
| Can you suggest a better spreadsheet platform or code library? | 20 Jun 2005 14:27 GMT | 3 |
i am now working on a financial calculating application, in which there are so many number cells to calculate. the relation between them are very like the formula in MS Excel, we need all result numbers can be real time updated when the source numbers changed (either by programming
|
| Unable to load debug symbols for a referenced assembly | 20 Jun 2005 14:02 GMT | 1 |
I am developing a Windows application with C# in Visual Stuio .NET. My application references three assemblies that are developed in another project. I have added these assemblies as references, so that when I compile the project, the dll files and corresponding pdb files are are
|
| Counting lines in a file | 20 Jun 2005 13:53 GMT | 6 |
Which would be faster for counting lines in a StreamReader: (a) iterate through a file using .ReadLine() and adding to a counter, i++ (b) doing a .ReadToEnd() and then using an IndexOf() method to count the occurances of \r\n
|
| Command Line Compiler | 20 Jun 2005 11:44 GMT | 1 |
I am trying to compile a DLL from the command line but I need to include one of the web references. My command line is as follows: csc /t:library /r:System.dll,System.Web.dll,system.xml.dll,bin\Debug\Pub.dll,bin\Debug\ErrorClient.dll,Web References\CService\Reference.cs VarEmitter ...
|
| Xml Vs Access | 20 Jun 2005 08:07 GMT | 3 |
I have a database of roughly 5000 company records. related to each o those records are multiple-per-company records of products. for bot the products and the companies i would like to store reviews an descriptions. there would be one description per company and produc
|