|
First
|
Prev |
Next
|
Last
Pages: 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765
.Net 2.0 WebBrowser & Document Streaming Hi, I have a webbrowser on my form which I would like to stream a .pdf to. I've done this before with ASP.NET, but can't find a way to set the 'content.type' for the document. I've also tried saving the stream as a file (.pdf) and navigating to it, but unlike IE, you get a stupid 'download' dialog instead ... 9 Mar 2006 16:34
Changing printer settings programmatically... Is there a way to change the DEFAULT printer settings for an installed printer? I want it to change the printer settings for a specified printer at the whole OS/Windows level, not just for the application. Specifically, I need to change the default papersize for the printer for about 150 remote users. I've trie... 10 Apr 2006 15:17
Socket Programming Question Hello- I'm trying to create a console app that will accept an incoming HTTP request and output the information of the request to the console. The code is pretty simple - here's what it looks like: TcpListener listenter = new TcpListener(IPAddress.Any, 8000); listenter.Start(); Socket socket = listenter.... 2 Mar 2006 20:13
Connecting to citrix metaframe Hi all. I have an intranet under Win2000 with windows XP clients. My intranet works with authentication mode="Windows", under a domain, so active directory manage the accounts. Now I need to connect to other server that has one citrix metaframe system, in order to access some aplications with its tecnology. ... 2 Mar 2006 03:57
get date last modified I have a VBScript as follows: Dim xmlHTTP : Set xmlHTTP = CreateObject("Microsoft.XMLHTTP") Dim adoStream : Set adoStream = CreateObject("adodb.stream") Const bGetAsAsync = False ' wait for response Const adTypeBinary = 1 ' ado typelib constants Const adModeReadWrite = 3 Const adSaveCreateOverwrite = 2 Const... 2 Mar 2006 10:50
xsd.exe Generating "Friend" -vs- "Public" Dataset Property I'm using xsd.exe to generate a typed-dataset. Then using typed dataset tables (datatables containing two columns--a name and a value) to bind to ASP.NET dropdown list controls (for the dropdown list option values). All was fine with the binding, until I moved the dataset to a different assembly, as I found o... 28 Feb 2006 09:49
The type initializer for 'MyClass' threw an exception. Hi all, I have this class: Public Class KanaConverter Private Shared kana As ArrayList Private Shared romanji As ArrayList Shared Sub New() kana = New ArrayList romanji = New ArrayList Dim r As Data.SqlClient.SqlDataReader = japDB.getHiragana() While r.Read() ka... 25 Feb 2006 11:46
Microsoft Visual C++ Runtime Library error Hi, Running Win98, whenever I open Plus and play "Spider" I get the following message: Microsoft Visual C++ Runtime Library Runtime error!t abnormal program termination Any suggestions on how to fix this? I have tried to uninstall dot net framework, but it did not do anything. Thanks for any help, AJS ... 25 Feb 2006 02:51
HRESULT Exception on compile I get this error on compile of my vb/asp.net app: Could not load file or assembly 'WebChart, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417) In fact I get this error no matter what 3rd party d... 24 Feb 2006 07:24
Exception of type System.OutOfMemoryException was thrown. Exception of type System.OutOfMemoryException was thrown. this error is occuring when on arbitrary threads in my .net windows service. There is 2 gigs of memory on the machine and this .net windows service only uses 50 megabytes. What could be causing this? how to fix? ... 24 Feb 2006 13:50 |