| Thread | Last Post | Replies |
|
| .NET Framework DateTime wish | 29 Jan 2005 04:57 GMT | 3 |
Hi All, MS guys specially... is the a way to make DateTime structure smarter than is now? i mean if i want a DateTime field with Date, just a Date, i cant have it coz it appends internally the time too...that's stupid...
|
| Word Viewer Refrence | 29 Jan 2005 04:09 GMT | 2 |
ihow can i call the refrence of Word when on my system Microsoft Word Viewer is Installed . I am using .net and want to add a refrence of word, so that i can perform all the action which word provides. Thanks in advance
|
| Question: SqlDataReader.GetSqlXXXX vs. SqlDataReader.GetXXXX | 29 Jan 2005 01:48 GMT | 1 |
Would there be any performance gain to calling SqlDataReader.GetSqlXXXX instead of SqlDataReader.GetXXXX ?
|
| How can I map a site with the correct .NET Framework Ver.? | 29 Jan 2005 00:27 GMT | 3 |
I recently upgraded one my servers to .NET FW 1.1. I noticed in IIS, that my web apps were still associated with the older .NET version. When I try to remap with the new version by using the following commandline statement C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322> ...
|
| Need to use the Console.Write But | 28 Jan 2005 23:37 GMT | 3 |
I have a console application and would like to show progress on the same line "overriding the previous output" is this possible
|
| Question about SQLDataReader | 28 Jan 2005 22:50 GMT | 4 |
Would there be any performance gain to calling SqlDataReader.GetSqlXXXX instead of SqlDataReader.GetXXXX ? I assuming that SqlDataReader.GetXXXX makes a call SqlDataReader.GetSqlXXXX (i.e.GetString calls GetSqlString)
|
| FileSystemWatcher UserID | 28 Jan 2005 21:05 GMT | 1 |
Does anyone know how to determine the userid of the user invoking the events. I have seen other post, but no solutions. Any help with this would be much appreciated.
|
| Mac mini | 28 Jan 2005 21:00 GMT | 2 |
My wife needs to buy a new computer. The main app she uses is available for both Windows and Mac. I'm more than a little bit tempted to talk her into buying a Mac mini, but before I do there is something I would like to know. Has anyone here ever
|
| Managed C++ Application crashed before reaching WinMain() | 28 Jan 2005 20:54 GMT | 10 |
I have a Managed C++ application. When one of my users runs it, the Common Language Runtime Debuggin Services generated this message: Application has generated an exception that could not be handled. Process Id = 0x26b0, Thread Id=0x2604
|
| motivation behind delegates | 28 Jan 2005 20:05 GMT | 2 |
I'm sorry for the newbie question, but I'm a bit confused. I'm reading about Delegats in Jesse Liberty's C# Programming book and, well, I'm confused as to the motivation behind delegates. On the surface, they look exactly like using interfaces in java, so why have another ...
|
| Using log4net with a Windows service | 28 Jan 2005 19:55 GMT | 1 |
I am using log4net 1.1 and am having a really hard time getting it to work with a C# Windows service. Here is the code I put in the Main: StreamWriter writer = new StreamWriter("c:\\tmp\\log4net.log");
|
| Problem with System.Process and quotes/spaces in arguments | 28 Jan 2005 19:35 GMT | 7 |
I wrote a console application that basically consumes arguments and starts other command line apps via System.Process. Let's call it XCompile for now. I wrote a Visual basic add-in that does pretty much the same thing to XCompile. Let's call it MyAddin.
|
| MSINET.OCX | 28 Jan 2005 17:29 GMT | 2 |
Anyone knows what would be the equivalent assembly in .NET to the Inet control from MSINET.OCX ? All I want to do is send HTTP requests from VB.NET with no UI
|
| BUG?! Visual Studio .NET 2003: Why is a Modal Dialog destroyed? | 28 Jan 2005 14:41 GMT | 1 |
I have problem, which is to minimize a WinForm Application with an Open Modal Dialog. When the WinForm Application is minimized, then the Modal Dialog is destroyed. Why?! Bug ?!
|
| Assembly.LoadFrom error? | 28 Jan 2005 14:16 GMT | 3 |
I'm Developing for PDA and using Assembly.LoadFrom("") static method, but I obtain a strange behavoiur. If i use an old DLL I compiled long time ago, the method correctly loads the assembly dinamically, but If i use now compiled DLL, instead of return
|