| Thread | Last Post | Replies |
|
| combobox get file lists | 17 May 2006 17:19 GMT | 4 |
My code returns the list of files in the directory I desire, but it displays the entire path to the file and the file name. I can msgbox the desired result (just the file name), but I believe the readonlycollection has something to do with this...
|
| Debugging a .NET1.1 application in a. .NET2.0 process. | 17 May 2006 17:07 GMT | 4 |
I need to run a .NET1.1 program in a .NET2.0 CLR. The .NET1.1 exe starts correctly in .NET2.0. Now I want to debug in Visual Studio 2005. But when I try to open the .NET1.1 project, Visual Studio wants to convert it to .NET2.0 what I don't want.
|
| Launch Windows Form from Web browser? | 17 May 2006 16:41 GMT | 1 |
It it possible to launch a windows form from within internet explorer? I need to keep this form on top of anything else, for which i can use the TopMost property of the form to achieve. Thanks
|
| InvalidCastException | 17 May 2006 16:21 GMT | 2 |
Hey folks, ive got the following problem: i have a class "ClassA" that has a Collection of "ClassB". Ive a Property for the Collection
|
| sql05 express qa | 17 May 2006 15:14 GMT | 1 |
I just installed c# express and sql05 express. I don't see a query tool in the start menu -- but it says there is one installed in add/remove programs. Is there a "query analyzer" that comes with sql05expr ?
|
| Read Null values from text file | 17 May 2006 15:07 GMT | 2 |
In c# , I am reading values from text files , when I try to get the value from the text file and nothing is written there (Null - I think) , I get Error message {"Index was outside the bounds of the array." }.
|
| Deployment | 17 May 2006 14:51 GMT | 3 |
Is there a newsgroup here committed to deployment (specifically using setup & deployment projects)? Are there any good MS press books on the subject? Thanks very much for any clues
|
| c#e connect to database? | 17 May 2006 14:39 GMT | 1 |
I just loaded c# express and sql05 express. When I try to connect to the database from c#e nothing happens. I tried "connect to database" and when I click on the menu, it just goes away and nothing happens.
|
| failure at start up | 17 May 2006 13:33 GMT | 1 |
When trying to start my other computer, I cannot get it going. I have tried to start in all safe modes, I get scrolling text and then it stops, not with a cursor or anything. just dead in the water. When starting "normal" the MS XP screen comes up, but the blue "loading" ...
|
| VB Express and Crystal Reports Question | 17 May 2006 13:26 GMT | 1 |
I have a number of projects I was able to port from VS 2003 to VB Express 2005 minus the Crystal Reports that was in my solution. I was wondering if I have to purchase anything additional for my existing Crystal Reports to compile in VB Express or if there is any *free* crystal ...
|
| VS 2005 still not ready for prime time | 17 May 2006 13:14 GMT | 4 |
After being able to use the new Web Application addon to VS 2005 I thought that I could finally use the product. However, I am still stumbling over everthing trying to get my web application to compile and run properly. The real annoying feature is when you try to switch to the ...
|
| can you use VS 2003 for .Net 2.0? | 17 May 2006 09:50 GMT | 6 |
I have visual studio 2003 but am just starting to learn in earnest and wonder if I can use vs. 2003 or do I need to upgrade? If I need to upgrade, is there an inexpesive way to do this? (looks like about a $500 upgrade whereas the upgrade from previous version was only $25)
|
| Naming conventions | 17 May 2006 09:23 GMT | 3 |
I apologise because I am aware there have already been a large number of posts on this topic, but I couldn't find one making precisely the points I wanted to make :-) I am a senior developer at a company that looking at adopting coding
|
| Compile solution before unit tests are run | 17 May 2006 06:13 GMT | 3 |
How do you configure VS to compile your solution before running unit tests?
|
| how to convert wave file to mp3 | 17 May 2006 03:32 GMT | 3 |
i've to develop a DLL in c#.net which will convert wave files into mp3 files. For conversion of wav to mp3 we have lame dll with out using lame dll we have to create own dll for wav to mp3 .
|