|
Printing from web form without print dialog. Hello all! I'm at my wits end trying to search for what I assumed to be a relatively straightforward task. I have a Web application written in C#, and I have a button on the form that I want to print the current contents of the browser without bringing up the print dialog. At first I thought it was a simpl... 14 Feb 2006 16:30
DeflateStream Poor Compression? I was changing over my code from the #Ziplib (http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx) compression streams to the new DefalteStream in the 2.0 framework. I noticed all my compressed data growing by 2x. Is there something that I am doing wrong? It would be sad to think that the new standard c... 26 Jan 2006 00:10
A Rabbi, a priest and a duck walk into a bar.... .....and they ask "Where is a working sample of an HTTP proxy in VB.Net?" The bartender didn't know....so we pass the question to you..... ... 23 Jan 2006 04:45
Unable to cast COM object of type 'System.__ComObject' to interface type [ERROR MESSAGE:] Unable to cast COM object of type 'System.__ComObject' to interface type 'Manage.Statistics.IManageStats'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{4C2875B5-3265-306B-9C74-1BEC98986B1A}' failed due to the following error: Error loading t... 19 Jan 2006 22:17
Unable to copy file Does anyone know why in 2005 I might be getting this error everytime I try and recompile? Error 226 Unable to copy file "obj\Debug\myfile.dll" to "bin\Debug\myfile.dll". The process cannot access the file 'bin\Debug\myfile.dll' because it is being used by another process. myfile ... 20 Jan 2006 06:00
2.0- VB.NET Interop Issue Long story longer, I'm tearing my hair out trying to get some of my assemblies to work in ASP/COM. I have 4 classes/assemblies: #1. CustomerMembershipProvider (Inherits MembershipProvider) #2. CustomTcpClient (Inherits TcpClient) #3. ASPFormsAuthentication (does magic to read/write FormsAuthenticati... 27 Jan 2006 19:16
Copy File progress... Usig VB .NET 2003, I'm writing a simple app that copies 1 or more files. Requiremtns state that I need two progress bars one for current file copy progress and one for overall progress. My problem is that I'm not sure how to obtain progress about a file as it is being copied. I've read some thread about using ... 21 Jan 2006 08:08
attn; theinvisibleGhost Once again thank you for your help. I tried to connect my laptop to the computer running my VB programming but, the Hyper terminal on my laptop gets the message: "Another program is using the selected Telephony Device Try again after the program completes" and I don't have anything connect to the laptop. Can yo... 13 Jan 2006 20:17
Configuration System failed to initialize I have a windows service written in C#, and whenever I start it up, I get the error "Configuration System failed to initialize" when ever I call ConfigurationManager.AppSettings["path"]. I tried hard coding the values, but I also have a web service I am calling in this windows service, and as soon as the web s... 12 Jan 2006 15:05
ComboListBox? What I want is a ComboListBox, which looks like a ComboBox with a drop down list, but acts like a list box in that the user can only pick from the list, but not type in a new value. I can program this easily enough by using the TextChanged event of a ComboBox, but am I missing something? Is there a simple flag e... 11 Jan 2006 19:47 |