| Thread | Last Post | Replies |
|
| Devenv hang | 16 May 2004 21:48 GMT | 1 |
After installing the latest patch from Microsoft for Windows XP (4/13/4), starting an application in devenv resulted in a hang (devenv in a busy loop). Uninstalling the latest patch the problem was partly gone: the assocaited application started normally but after quitting/killing ...
|
| Music CD to media file via API? | 16 May 2004 15:20 GMT | 4 |
Anyone know how I can produce media files (WMA, MP3 etc) from an audio CD, using .NET (specifically C#, but VB's fine). I can't see a method to do this using interop and the Media Player SDK (you can play, but not record).
|
| install Sql server | 16 May 2004 11:07 GMT | 1 |
Hi, everyone After I updated windows, I can't install sql server 2000, it always tell me "install microsoft data access component failed. (-1)", anyone can help me? I don't want re-install the system.:(
|
| Is it possible to read runtime changes in App.config? | 15 May 2004 18:32 GMT | 4 |
I was wondering if anyone knew if it was possible to make changes to an application's App.config file at runtime and then be able to access those changes immediately. The following is an example of what I'm trying to achieve:
|
| Where to start the try block and what's the overhead??? | 15 May 2004 16:53 GMT | 3 |
this is something I've been asking myself for sometime ... and now I'd like to clarify this point. When should the try block start in a method??? What I mean is, does having all the code instead of a smaller set of it inside a try clause add any
|
| doubt about namespace google | 15 May 2004 16:05 GMT | 1 |
Respected Sir , while compiling c sharp code, getting an error as google namespace is not found. please send me the solution for this as soon as possible. Code :
|
| reporting tools for .net | 15 May 2004 09:59 GMT | 6 |
I would like to know besides "crystal report", are there any other choices for reporting tools? As it is too expensive for our company to use it. Thank you.
|
| Type Converter Problem in User Control | 15 May 2004 09:58 GMT | 1 |
trying to write a user control that will implement a custom property which will allow the user to expand into three sub properties as shown + MaskColor ColorRed
|
| Search Within a site | 15 May 2004 09:51 GMT | 1 |
During development I had a search within the website implemented thru indexing service using its catalog. But now it turns out that the hosting company doesn't use indexing service - Is there a easy way to implement search within a website in ASP.NET and if possible some sample code
|
| ActiveX Control not working with .NET | 15 May 2004 07:23 GMT | 1 |
I am developing an application in which i am using an activex control (Codemax code editor control provided winmain).The control works well in Windows form .But doesn't work properly ie no events and some properties cannot be accessed)when used with .NET component .Why it is so ...
|
| Word Wrap in VS.NET IDE | 15 May 2004 05:01 GMT | 1 |
I'm using VS.NET 2003 for simple HTML editing and viewing. Is there a way to make the IDE word wrap so that long paragraphs can be viewed easily Thanks
|
| Terminal server and framework v.1.1 .... | 15 May 2004 01:27 GMT | 1 |
I'm trying to run a simple HelloWorld WinForms application using Terminal Server. My scenario is: 1) A server box running: Windows 2000 Server (SP4) with .NET Framework v.
|
| Displaying Pictures in a pictureBox | 15 May 2004 01:01 GMT | 2 |
When I open a file such as a JPG to display in a pictureBox the image is very large and one only sees a small part of the picture. How can I get the picture to fit in the pictureBox so that bthe whole picture is shown Thanks Phil
|
| How do you install the MSDN Docs with only Visual Studio Help and .NET Documentation? | 14 May 2004 23:43 GMT | 1 |
How do you install the MSDN Docs with only Visual Studio Help and .NET Documentation? There is no option with "do not install this item". The other options are "install to run from network/cd/dvd". I don't want to install all that stuff that I don't use. All it does is use ...
|
| System.Net.Sockets - How to set local port | 14 May 2004 21:00 GMT | 1 |
is It possible to connect to remote server, port setting local ip and port with .NET Framework I need to connect to remote server with specified local port. Can I do it Th Marc
|