Answer Questions
Sean Perkin How to trace time for FTP Upload
Hi, I've written a windows application to upload the files to our ftp location using .NET v1.1. Now my requirement is to find out the time that will take to upload the selected files. Inother words, how can i show the estimated time to transfer any file on the internet Any suggestion are highly helpful to me.. Thanks and Regards, Chakravarthy cSocket.Send(buffer, bytes, 0); You must update estimated time after this lin ...Show All
GETE IEEE1394B programming
I want to write an IEEE 1394 video playback application -- play a video file out to an 1394 port for decoding and viewing in various analog/digital domains. Does Visual Basic support this and, if so, which version would I buy for the most bang for the buck Ack ms-help://MS.VSCC.v80/MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.WIN32COM.v10.en/appendix/hh/appendix/1394_api_cdfdb899-e979-4b58-b442-8abf62d95817.xml.htm H ...Show All
ccheruvu unwanted ! character appearing in email content/message
Hi I am using SMTP server to send email in a .net console application. Upon receiving the email , i see a "!" character appearing in the email body. The email content/message size is around 500 characters. please help. thanks netjay Imports System.Web.Mail ------------------------ Dim objmsg As New MailMessage objmsg.BodyFormat = MailFormat.Html objmsg.From = FrmEmail objmsg.To = toEmail objmsg.Subject = ESu ...Show All
rebgez Dotnet Appends Port to URL?
Why does my dotnet application append the IIS listening port to the URL: .com:9001/report.asmx/GetEndUsers"> http://<whatever>.com:9001/report.asmx/GetEndUsers any ideas on how to fix this Rob T he value for soap:address location attribute is set to match Request.Url property. There is an extension point that you can use to override this default behavior. You need to use a custom SoapExte ...Show All
Diesel31 DataSet Class Missing
I am teaching myself how to use DataSets in VB.NET. I'm using the MSDN Walkthrough: Reading XML Data into a Dataset and i've already run into a pretty serious problem (walkthrough add: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbwlkWalkthroughAccessingXMLData.asp ) I'm trying to instantiate a new Dataset with the line Dim dsAuthors as New DataSet("authors") But there doesn't seem to be a DataSet c ...Show All
webbsk WebMethod with business objects
I'm using VS2005 July CTP, I've a web service which has some methods to return business object , and some update methods to accept business object as parameter. And I've a winform application consume the web service. When I add it as a web reference in VS2005, in the proxy class it generated, all my business object type is replaced to DataSet. I opened Refernce.cs and replaced all line with DataSet with my buiness object type in order ...Show All
Mike Thorne how to make width of datagridview and listview controls fixed
how to make width of datagridview and listview controls fixed so that users cannot drag the margin and change it Users cannot change the width of a datagridview by dragging. If what you mean is that you dont want them to be able to change the column width, use DataGridView.AllowUserToResizeColumns. yes i meant the column width of the datagridview. but what about listview controls... how to make their column width fixed. ...Show All
Ram .Net Design Architect How do I implement a custom tag?
I'm not sure if this is the right forum for this question, but I apologize if this question should be asked in a different place I would like to create a windows application that uses a custom tag that will exist in web pages and email texts (e.g. Outlook emails). Basically, instead of the regular http://www.somesite.com it will become mytag://www.somesite.com . When the user clicks on the link with the custom tag the application is trigge ...Show All
DAMSCDBA Configuration Sections
Hi, I've just started playing with VS2005. We currently have a VB.NET application which uses a custom config section implemented by declaring a class which implements the IConfigurationSectionHandler interface and which was invoked by declaring it in the <configSections> section of app.config. The section handler so defined parsed a 'systems' configuration section in app.config and returned a collection of objects from its Creat ...Show All
caddy36 Opening a file in Isolated Storage
Hi, I have just started to use isolated stoage for something but already I'm a bit stuck. I store file attachments in a database, when my application needs to open one of these attachments I'm creating a copy of the file in Isolated Stoage, but what I then want to do is use Process.Start(<filename>) to invoke whatever app is associated with the file extention of the attachment. The problem is that I need the absolute path of the file. Is i ...Show All
VValdo XmlSerializer deadlock/timeout in .NET 2.0
I have experienced problems with the XmlSerializer in my application. Instantiating it causes a 10 minute timeout because the csc process seems to be deadlocked. The error is new since .NET 2.0. The problem only occurs in a slave process, not in any of the main processes which are started directly as services or from the shell. So what special about the slave process It's a .NET console application started fom a .NET service with Process.Star ...Show All
Shiv Kumar Is "Visual Studio" the only tool that generates typed DataSet?
Hi, I am looking for some alternatives for Typed DataSet generation. Do I have options other than VS2005 IDE for generating Typed DataSets Thank you, Alan Better question is HOW to make own data access or business object generator like MSDataSetGenerator. Any advice would be pleasant. Visual Studio just calls the xsd tool. It's a command line tool that comes with the free SDK ...Show All
Eternal Snow Reading files from Temporary Internet Files directory
Greetingz, i'm trying to read files from the Temporary Internet Files in order to delete them in a .Net 2.0 app. Therefore I used for example My .Computer.FileSystem.GetFiles(sPath ) in VB or System.IO. Directory .GetFiles(sPath , "*.*" ); in c#. Finally only one file called "desktop.ini" is found in that directory, which is simply wrong because there are serveral more files in that directory. I used that way of checking files out ...Show All
jules_rm Installation Rolled Back My PC
Hiya, This is probably in the wrong forum - apologies for that, but I've no idea where else to put it. Background; Installed Frameworks 1.1 a few days ago. The following morning I turned on my PC and was confused to discover a log on screen. (I only have one profile so it usually skips straight to the desktop.) Something that confused me even more was that the log on screen resembled more a pre-SP1/2 (or even Win98) style plain grey box as opp ...Show All
David Deen Summary Report via DataSets... rec needed
I've got to slice-and-dice a Sales table which has 5 foreign keys. city (fk), state (fk), salesperson (fk), customerid (fk), branch (fk). Each key is a criteria, by which I want to summarize & average different fields in that table, such as : quantity, unit price, gross sales, gross commissions, sales tax So the report would contain: City: ----- STL- Total Qty, Avg Qty, Avg Unit Price, Total Sal ...Show All
