| Thread | Last Post | Replies |
|
| convert string type from managed to unmanaged | 04 Oct 2006 20:57 GMT | 1 |
I have an UmManaged DLL which contains an exported function: extern "C" { _declspec(dllexport)BSTR get_DocName();
|
| Help .NET Framework 2003 v2.0 | 04 Oct 2006 18:28 GMT | 2 |
Hi, All I need advice about upgrating VS .NET I have VS .NET 2003 v1.1 installed on Windows XP. I have projectes developed in C#, C++ for desktop applications and C# and
|
| running embeded file | 04 Oct 2006 14:20 GMT | 2 |
Is it possible to embed an exe into my app and then during runtime, run that exe? thanks
|
| BinaryFormatter.Deserialize and Smart Clients | 04 Oct 2006 13:48 GMT | 2 |
I'm triying to create a prototype of a smart client that using .NET Remoting. I've got an assembly loaded into an HTML page by a tag object <OBJECT id="myID" height="150" width="300"
|
| dollar sign ($) changed to a strange character | 04 Oct 2006 12:43 GMT | 3 |
I saw a question from Norman Yuan several months back with the same problem I'm having now. Never saw an answer. My currency that should be displayed as $200.00 is displayed as ¤200.00 randomly when my production server is under load. It doesn't happen on the
|
| Custom DataType | 04 Oct 2006 11:02 GMT | 1 |
I want to create a datatable that contains columns of a custom type. The reason is I want these columns to sort properly when bound to datagrid or similar. An example would be a date with format "MM/YY", this is added to the datatable as a string. I then receieve this data and ...
|
| Problem moving windows service to .Net 2 environment | 04 Oct 2006 08:40 GMT | 1 |
Hi. We have a bunch of Windows services that were developed in VS2003 using .Net 1.1. Having moved to VS2005 and re-built them under .Net 2.0, they no longer start. We are getting an Event Type clr20r3 System.Security.SecurityException (4436). The service code itself is a
|
| embed s file in exe | 04 Oct 2006 07:23 GMT | 1 |
I want to embed a motorola s file in my exe file using Visual C++.net, and then I can use the data in the Motorola file. How should I do?
|
| Very large arrays and .NET classes | 04 Oct 2006 07:09 GMT | 10 |
This is kind of a question about C# and kind of one about the framework. Hopefully, there's an answer in there somewhere. :) I'm curious about the status of 32-bit vs 64-bit in C# and the framework classes. The specific example I'm running into is with respect to byte
|
| AxSHDocVW.AxWebBrowser in Windows Vista | 04 Oct 2006 07:01 GMT | 2 |
Hello got a problem with the AxWebBrowser in Vista. In older versions of Windows (XP,2000,...) this line of code : Dim AxWord as new AxWebBrowser AxWord.Navigate("dummyfile.doc")
|
| thread to impersonates user | 03 Oct 2006 23:48 GMT | 9 |
I have an application that needs to connect to a file share to copy files. I can create and successfully use the System.Diagnostics.ProcessStartInfo class in Application "A" to set the domain, password, and call a different executable ( Applic "B" ) . But how do I use a thread ...
|
| Custom Collection Editor - how to block the up and down buttons ? | 03 Oct 2006 23:34 GMT | 5 |
I have a Custom Collection Editor and overridden some methods - everything works fine... BUT I now want to block the up and down buttons, so the User won't be able to move the Collection Items within the Index.
|
| Strange problem | 03 Oct 2006 22:12 GMT | 2 |
I have a VB6 application calling a .NET 20. web service. It is sucessful on 20 of all the workstation. However on one workstation I got this message "The Operation is only supported on Windows 200 SP3 or higher ...." The thing is they are all XP Sp 1a machine set up exactly the ...
|
| Sequential Guid | 03 Oct 2006 21:42 GMT | 5 |
Is there an equivalent class function in .NET to generate sequencial guid just like the NewSequentialID() function in SQL Server 2005?
|
| Using Enterprise Libary 2.0 from a DLL ? | 03 Oct 2006 19:33 GMT | 1 |
I would like to use features of the Enterprise Library, specifically the Configuration and Logging Application blocks, from a class library (i.e. a DLL, not an EXE). I have not used the Enterprise Library yet, but it appears that to use the Application Configuration Block, there
|