| Thread | Last Post | Replies |
|
| wmf -> bmp transparent background | 10 Nov 2005 10:12 GMT | 1 |
Hi; I asked: 4) And for bitmap formats that include alpha, how do I start with an empty bitmap (ie nothing there, its all 100% transparent)?
|
| Unable to install 2.0 SDK | 10 Nov 2005 07:51 GMT | 1 |
I am unable to install the new .NET Framework 2.0 SDK. On two different machines. I keep getting the error : Error creating process <C:\DOCUM~1\steve\LOCALS~1\Temp\IXP000.TMP\Install.exe>. Reason: C:Windows\system32\advpack.dll I have all the latest patches to the operating ...
|
| bmp <--> wmf - setting DPI & size | 10 Nov 2005 07:11 GMT | 5 |
Hi; If I want to convert a wmf or emf to a bitmap (bmp for example) using Image.Save(): 1) How do I tell it the dpi to use creating the bitmap?
|
| How to extend an interface generated by WSDL.EXE | 09 Nov 2005 16:47 GMT | 1 |
The wsdl.exe tool generates an interface class xxx.vb I placed the generated xxx.vb into my virtual web directory along with the corresponding xxx.asmx file. I have searched the VB.NET docs, and do not see how to include the interface into my asmx. I suspect Imports statement
|
| Where is WSDL.EXE? | 08 Nov 2005 14:51 GMT | 4 |
I'm looking at documentation in the SDK documentation describing wsdl.exe. I cannot find the executable, not in framework 1.1 or in framework 2.0. Can someone tell me where the tool is? Thanks
|
| Why does CSocket->Create() hang forever? | 08 Nov 2005 07:48 GMT | 3 |
The problem: A class derived from CSocket is instantiated. The class's "Create()" function is called. The "Create()" function never returns -- hanging MyApp.
|
| C# and VB Compilers Included with Free .NET Framework 2.0 Download | 05 Nov 2005 14:44 GMT | 2 |
Are the C# and VB compilers that are included with the free .NET Framework 2.0 SDK download the same ones in VS2005? Why is Microsoft giving these away for free? Not that I am complaining, I am trying to understand if there's any limitation besides that fact that there
|
| Config settings by <name>value</name>? | 04 Nov 2005 17:41 GMT | 2 |
Hi; Is there a way other than writing my own xml handler to have config settings that are a single level where thay are all <name>value</name> instead of <add key='name' value='value'/>?
|
| app.dll.config instead of app.exe.config | 04 Nov 2005 07:56 GMT | 1 |
Hi; Is there a way for code in my dll to get it's config info from MyLibrary.dll.config instead of from TheApp.exe.config?
|
| Problems with nant | 04 Nov 2005 01:17 GMT | 1 |
Maybe I am wrong here, but I have a problem with nant that I don't unterstand, I'm trying to compile an example ConsoleApp Project with net-1.1, and get the errror: log4net:ERROR LogLog: Exception while reading ConfigurationSettings.
|