Home All Groups Group Topic Archive Search About

.NET Frequently Asked Questions

microsoft.public.dotnet.faqs
Score Opening a Word Document
Charles A. Lackman - 21 Apr 2005 1:01 AM - 4 messages
Hello, I have an application that opens a word document like so: With WrdApp ..Documents.Open(System.Windows.Forms.Application.StartupPath + "\Template.doc", missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing) ..Selection.Paste() ..Visible = True ..Activate() End With ...
Score RowFilter on Date field
Manoj Paramu Das - 20 Apr 2005 4:56 PM - 2 messages
I have loaded an xml file to a dataset and one of the fields being "UserDate" and has date values like <UserDate>2005-01-01T00:00:00.0000000-05:00</UserDate> I am trying to apply a row filter to this field and it doesn't seem to work ...
Score .net remoting and tcp listener socket
Danish Ahmed - 20 Apr 2005 2:43 PM - 3 messages
Hi, I am using .net remoting with tcp channel and a tcp socket for accepting connections in a console application. When I run the application first time everything works fine but if I run the application again I get only one ...
Score 'String was not recognized as a valid DateTime
Pial - 20 Apr 2005 1:39 PM - 7 messages
I am facing problem in the following situation: I have a text box in the aspx file name: openDate. And my date format is mm/dd/yyyy. C#: private DateTime _opendate; _openDate = DateTime.Parse(Request.Form["openDate"]); I get error saying 'String was not recognized as a valid DateTime' ...
Score How do you set up http://localhost?
M Skabialka - 20 Apr 2005 1:21 PM - 11 messages
After you install Visual Studio 2003 on Windows XP Pro, what else do you have to do in order to create web applications. When I try it tryies to locate it at http://localhost/quickstart/WebApplication1 I don't have localhost set up.  How is that done? ...
Score PLS-00306: wrong number or types of arguments in call
Pial - 19 Apr 2005 4:50 PM - 4 messages
Hi: I am facing the problem while entering data: I am using C# parameters to  PL/SQL functon..... ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to '....' ORA-06550: line 1, column 7: ...
Score Free Balloon tool tip for .NET apps
herr lucifer - 17 Apr 2005 9:00 PM - 4 messages
HerrLucifer's Balloon Tool Tip for .NET applications What uses will you have for a professional tool tip in your .NET applications? Now...download it for free at: [link] ---------- Thanks for any feedback... Send them to : hmdz105@[Removethis]hotmail.com ...
Next » 2 3 4 5 6 7 8 9 10