| Thread | Last Post | Replies |
|
| crystal report question | 20 Oct 2004 09:07 GMT | 4 |
hi, i want to put in my crystalReport an empty field that will be initialize on run time is it possible ? how? what kind of field it should be? thanks
|
| Managed to unmanaged | 20 Oct 2004 02:59 GMT | 2 |
I have a VB.net application that calls a DLL which is unmanaged. Here is the prototype Declare Sub DPGetUwMVRScrDriversInfo Lib "bpemain" (ByRef ArrayX() As UwMVRScrDriverInfoType)
|
| What do you like or dislike from this .NET? | 20 Oct 2004 02:56 GMT | 5 |
I am wondering what other people like or dislike about the .NET? Like: Almost everything except below. Dislike: The fact that the .NET is not pre-installed on all Windows machines making it harder to deploy my software.
|
| Defrag examples needed... | 20 Oct 2004 02:39 GMT | 15 |
Anyone got any info or code examples on defragging your hard drives?
|
| MailMessage Class | 19 Oct 2004 22:11 GMT | 4 |
I am using MailMessage class of .NET framework ..... I have a scenerio in which i need to send mail to large number if users > 10,000 users..... I know i can do ......
|
| C# calling DLL written for Windows | 19 Oct 2004 21:45 GMT | 1 |
I am writing a C# application which is to call a DLL which another group in the company I work for wrote for a Windows Application. The functions in the DLL, which I am calling, are all prefaced with "FAR PASCAL EXPORT".
|
| Customize VS.NET 2003 Project Paths | 19 Oct 2004 19:23 GMT | 3 |
I would like to be able to customize the path structure that VS.NET 2003 creates for projects. 1. I'd like to be able to create a project without VS.NET creating a folder for that project. I've already created a folder where I want
|
| scroll richtextbox | 19 Oct 2004 18:58 GMT | 4 |
My form has a richtextbox control with two button ("up" and "down") . I need to use those buttons to scroll the text in the richtextbox "page-by-page". Any ideas?
|
| Random compiler bug ? | 19 Oct 2004 18:23 GMT | 2 |
Recently I've started to get random compile errors. What happens is that the compiler "pretends" a Sub or Function in my code doesn't exist. If I delete and re-insert the Sub/Function declaration - the compiler completes successfully for a while - then it happens again.
|
| Removing a corrupt .NET 2.0 Beta | 19 Oct 2004 17:19 GMT | 3 |
When I am try to remove a corrupt .NET 2,0 Beta. the controlPanel/AddRemove programs wizard tells me that the file netfx.msi is not valid. I have extracted the file from dotNetFx.exe from two different locations within MS (I was told that there are two different versions), but ...
|
| VB .Net "File in Use" on Loading JPG image into a picture box... | 19 Oct 2004 16:53 GMT | 2 |
Using VB .Net 2003 Standard Edition. This simple form has a "File in Use" problem while the executable is running. Created this simple program to make sure that I hadn't done something in my code in the "real" project.
|
| Replication/Synchronization Component | 19 Oct 2004 16:37 GMT | 1 |
I have a requirement to implement replication between SQL Server and MSDE on client machines. Problem is we cannot ask our customers to purchase SQL Server Enterprise Edition, so we are left with the buy vs build scenario. Can anyone recommend any components or vendors that offer ...
|
| How to tell what's in a Collection when doing a watch in debug mode | 19 Oct 2004 16:19 GMT | 1 |
When I debug a VB.net program and stop at a breakpoint I'd like to be able to see what the collection actually contains. In the watch I keep expanding the "SyncRoot" which just keeps showing me more and more levels of the same thing.
|
| Debugging SQL Server Stored procedure help | 19 Oct 2004 15:30 GMT | 1 |
I am trying to debug an SQL Server Stored Procedure form VS.NET 2003. I have a break point set in the SP code but it is not being hit. When I hold the pointer over the line it says that it will not be hit because: Unable to bind SQL breakpoint at this time. Object containing ...
|
| DateTime values not displayed | 19 Oct 2004 15:21 GMT | 1 |
We have encountered the following problem with DOT.NET 2003 development environment. Sometimes while debugging, we the environment does not display the values of DateTime variables and fields. Instead of the values, the environment displays the wording "{System.DateTime}", and ...
|