| Thread | Last Post | Replies |
|
| cs101 | 01 Oct 2004 22:17 GMT | 4 |
We have a project and that project is to make an algorithm with this problem: Write an algorithm that uses aloop,read in 10 pairs of numbers where each pair represents the score of a football game with CSU listed
|
| Crystal Reports | 01 Oct 2004 21:06 GMT | 2 |
I posted this in another forum, but I'm adding it here to for more exposure.I am using Visual Studio 2003 and trying to get Crystal Reports to produce output. If you have any ideas, please let me know. This is a common problem, but nobody seems to have an answer for it.
|
| Adding a Custom control to the VS.net toolbox using setup package | 01 Oct 2004 21:01 GMT | 1 |
have developed a set of webcontrols and i'd like to create a package. I'd like to know how to add the controls to the VS.net toolbox at installation time. Suppose i create a Web setup project, i need to add the dll to the vs.net
|
| Performance Monitoring Tools | 01 Oct 2004 19:43 GMT | 1 |
Does anyone know if there are any free performance monitoring tools similar to Intel VTune. I need to be able to see how long I spend in certain methods and how expensive some statements are. Thanks!
|
| ASP.NET - Assistance with Hyperlink | 01 Oct 2004 19:25 GMT | 2 |
I have an ASP.NET web form that I'm developing, and I'm running into a problem with my below code. Business rules aside, is there anything noticably wrong with this syntax? This syntax is being used to create a hyperlink in a template column of a datagrid. In the designer, ...
|
| Send Email | 01 Oct 2004 18:53 GMT | 2 |
Hi I try to send email using this code it seems the code doesn't hhave any problem but it doesn't send any emailv do you have any idea? MailMessage objEmail = new MailMessage(); objEmail.To = "mahsa_em@yahoo.com";
|
| HTTP Question | 01 Oct 2004 18:17 GMT | 1 |
I'm using the HttpWebRequest object to post a file to our server. Is there any way that this can be done such that I can receive status messages back in order to display a status bar for the transmission? Maybe there's a different object I should be using???
|
| openfiledailog | 01 Oct 2004 17:53 GMT | 5 |
First I want to say thanks for the help on my previous post. I got the save to work. But now I am working on the open and when I open a file it comes up blank in my rich text box and then I go and look at the file it to is blank. I tried to use the help file and no matter what ...
|
| making an ambient property | 01 Oct 2004 17:33 GMT | 1 |
Hi, i want to make an ambient property for my control. i have the ambient part working just fine , but in order to make this work correctly in designtime i need to be able to set the "DefaultValue" of the property dynamicly (not via [defaultvalue] attrib)
|
| MSDN library ??? | 01 Oct 2004 17:23 GMT | 1 |
I've just started to use .NET and hit a help link. I then got a message saying 'MSDN library not found'. I searched my computer and the file (vsintro7.hxs) is nowhere to be found. This is a work computer and downloads are not allowed. How do I get this library??
|
| Converting Long Directory Path's To Short Path's | 01 Oct 2004 17:17 GMT | 2 |
How do you convert a path like this: C:\Program Files to C:\PROGRA~1
|
| Doesn't really seem like .NET problem, but still... need your insight | 01 Oct 2004 16:36 GMT | 4 |
I have a weird show stopper here. I created a Windows application (.NET 1.1). My dev. machine is not hooked up to the Internet, neither it has firewall. I installed the app on a different machine with Internet connection and
|
| Is there a way...? | 01 Oct 2004 16:15 GMT | 4 |
I have a product that needs several pieces to be installed like DotNetFX.EXE and MSDE.EXE... unfortunately, the MSDE.EXE install requires that it run in it's own process like when typed in from the command line... I don't want my users having to type in a bunch of stuff causing
|
| Catastrophic Failure !!! | 01 Oct 2004 15:53 GMT | 8 |
I'm getting the following error while trying to debug the application. Error Message is as follows: "Error while trying to run project: Unable to start debugging on the web server. Catastrophic failure Would you like to disable future attempts to
|
| IDE - How to change key assignment? | 01 Oct 2004 15:16 GMT | 1 |
How can I change CTRL-V and SHIFT-INSERT to do "PASTE AS HTML" instead of the really ANNOYING "Paste a bunch of crap that was never in the source document to begin with" ?? Thx!
|