| Thread | Last Post | Replies |
|
| get variable that involve with exception | 15 Oct 2006 17:52 GMT | 4 |
have a way to get the variables (and values) that involve with exception from exception object? have a way to know the specific address where exception fire in the code?
|
| System.Xml.Serialization | 15 Oct 2006 17:22 GMT | 2 |
I have generated a class for serialization using XSD.exe. One of my xml elements always contains html data but the serializer does not pick up this content. If the element contains only text it picks it up as expected. I assume it is because the serializer thinks <html> is an ...
|
| #region in VC.NET ? | 15 Oct 2006 15:20 GMT | 2 |
When i developed a VB.NET application i used a very useful directive : #Region and #End Region. What is the equivalent under VC.NET ? thanks a lot,
|
| I'll write 3D model program (such as Rhino3d, catia etc), which language do you suggest me? | 15 Oct 2006 14:32 GMT | 7 |
Everybody suggest C++ and MFC application and OpenGL. But MFC is not easy, what is your idea? Which is better C#.net or C++.net ? thanx
|
| Why convert a VB6 desktop ap to Dot Net? | 15 Oct 2006 01:15 GMT | 9 |
I am working on a VB6 desktop ap. I would like to talk the boss into converting to dot net sooner rather than later. What are some good reasons I can tell him to get him to convert as soon as possible?
|
| HWND of my window | 15 Oct 2006 00:41 GMT | 1 |
How under VC.NET can i get the handle of my window ? thanks a lot, Al.
|
| About storedprocedure | 14 Oct 2006 22:04 GMT | 2 |
How can I write one Stored procedure for Multipleoperations like , Insert,Update,Ritrive,Delete In a single stored procedure , regards srinicasreddy
|
| cannot recover back up files | 14 Oct 2006 21:02 GMT | 1 |
Recently i had to format my HP Laptop due to a virus attack. I took the laptop to a computer shop where i backed up all my files to their system. After cleaning the virus i tried to get the back up files back but the laptop couldn't access them "Access denied''. I have the ...
|
| Global Semaphore problems | 14 Oct 2006 19:48 GMT | 9 |
I'm trying to syncronize access to a shared resource between processes using system semaphores. The processes are spawned by Cruise Control.Net. I use OpenExisting,and if that fails I catch the exception and use new
|
| ambiguous data types | 14 Oct 2006 17:26 GMT | 2 |
Under VC++.net, if i include windows.h, and compile my application, i have several data types ambiguous, like IDataObject, IMessageFilter, IDropTarget,... so it means that they are defined in windows.h but also in some other
|
| Aero Wizards in Windows Vista | 14 Oct 2006 10:08 GMT | 2 |
I am using Aero Wizards in Windows Vista. Sample project from Windows SDK - native code. Is it possible to use Aero Wizards from managed? Thanks
|
| Dynamic Native Loadlib | 14 Oct 2006 08:04 GMT | 4 |
I understand that the means of explicitly linking against native code, is with an attribute set like this: [System.Runtime.InteropServices.DllImport("winmm.DLL", EntryPoint = "PlaySound", SetLastError = true)]
|
| Input/Display Masks?? | 14 Oct 2006 03:52 GMT | 1 |
Is there a method for Masks to be used in C# web application? I found documentation on MaskedProviders but I can’t find any detailed examples of how it’s implemented. On top of that I think it’s just for client based win forms and not ASP.
|
| deployed website is referencing code-behinds...not the assemblies | 14 Oct 2006 03:48 GMT | 1 |
When I deploy my website (built with VS2005), it keeps on bombing out because it is referencing the code-behind files and the the DLLs in the \bin folder (yes...the correct DLLs do exist). Any ideas? This is driving me loco.
|
| How to instance type of configuration | 14 Oct 2006 00:26 GMT | 3 |
I saw there is one line on configuration file as following, <add name="MyProfileProvider" connectionStringName="MyDatabase" applicationName="/"
|