| Thread | Last Post | Replies |
|
| Debbug problem | 24 Nov 2006 11:02 GMT | 1 |
In the same solution I have a WinForm Project and a dll Project. How debug the dll code when I call it from the winform (step into)?
|
| Using SAME dll instance in two process | 24 Nov 2006 11:00 GMT | 1 |
I have a DLL, created using VC7 and that DLL is to be used by two EXEs.... I need to know, whether it is possible load the DLL only once, so that the same instance is used by both the EXEs.
|
| Receive Error: Unable to Read Data From The Transport Connection | 24 Nov 2006 09:15 GMT | 1 |
I'm trying to create a small messenger program that uses the tcpclient and tcplistenter objects. When I start the application and run the thread that fires the tcplistener; once the client sends data then closes the stream and the connection I receive the message Unable to read ...
|
| embed Excel object in Winform using .Net | 24 Nov 2006 04:05 GMT | 2 |
It sounds a piece of cake but It is surprisingly frustrating to do. I have a winform which receives data from database and present them as Excel chart and spreadsheet. It is required by the client. I can use Office Web Control to generate chart. However the chart can
|
| DVD in Windows Media is choppy | 23 Nov 2006 21:59 GMT | 1 |
When I try to play a DVD in Windows media 10, the DVD movie is choppy and the sound is also choppy. I lowered video acceleration but that hasn't solved the problem. Any other options? Thanks
|
| can't cast ABC to ABC (same class???) | 23 Nov 2006 20:49 GMT | 6 |
Under what circumstances can I ever get an exception about not being able to cast type "ABC" to type "ABC" if there's only one ABC class in the system and it's loaded from a dynamic assembly? Thanks
|
| Your advice for a newbie is needed | 23 Nov 2006 19:13 GMT | 9 |
I have learnt Java and C++ before but I wasn't so succussful. This time I want to be successful in ASP.Net. I'm dreaming of becoming a guru in web development so I can't fail this time. So my question is how will you advice me, because I'm known to be given up very easily? Do you ...
|
| Determining if a directory is writeable | 23 Nov 2006 18:35 GMT | 1 |
Is there something built-in to .net to determine if a directory is writeable by the current user? I want to write a Windows Powershell script that needs to write to a directory. I can certainly do something in PSH to get the current user,
|
| Unable to open the VS 2005 Website on Windows server 2003 | 23 Nov 2006 13:51 GMT | 1 |
I created a VB.NET website application on Windows Xp using Visual Studio 2005. In this application I am using two dll's. one which is developed using VS2005 Windows application (Class Library1)and other is third party dll.I am able to execute it on my system and it also
|
| Access to path denied | 23 Nov 2006 07:34 GMT | 1 |
I wrote a program several months ago that, among other things, saves copies of files from one directory to another. It used to work fine, now I keep getting exceptions indicating that access to the path where the files are being copied from is denied. I have changed the directory ...
|
| High Speed Text Control | 23 Nov 2006 03:38 GMT | 2 |
I've been getting back into Windows based graphical applications after working on pure servers for work. I'm working on a utility that connects into my servers at work (they use the same message format) and just simply sends data into them and displays results (one message in ...
|
| Migration to VS2005 | 22 Nov 2006 23:22 GMT | 4 |
I have a command line project that I am migrating from VS2003 to VS2005. There is a combination of C, C++ and C#. When I build the project, I have this in my call to cl.exe in my batch file: /link /nodefaultlib:libc /nodefaultlib:libcmt /nodefaultlib:libcd
|
| Crystal Reports in VS 2005 | 22 Nov 2006 20:48 GMT | 2 |
The following code is what I have been using in .net 1.1 for years. Now upgrading to .net2.0 and Crystal reports for vs2005, it no longer works, although as far as i can tell it is still supported. The error I receive tells me that I did not provide @Location parameter with a
|
| .NET Chart | 22 Nov 2006 20:38 GMT | 4 |
I wonder that doesn't .NET has a chart control. I don't want to use ReportViewer. I look a chart control like Microsoft Chart Control in .NET. (Not COM Object)
|
| How to Increase Crystal report Width | 22 Nov 2006 15:32 GMT | 1 |
Hai... I have to generate a report with a table which consists of 31 columns. While designing the report for this, i am unable to place all the 31 columns in one row.
|