Farpetrad's Q&A profile
Visual C# SaveFileDialog
Ok. I am using a SaveFileDialog object. What I would like to know is how to save a certain file from a location. For example..maybe a file from my website. http://www.intelvision.net/ebook/hello.txt. Hi, Yes, cgraus is right. You can't do that with SaveFileDialog. You should take a look in the WebClient.DownloadFile method to be able to download files over the internet. cheers, Paul June A. Domag ...Show All
SQL Server Reading and writing same variable to a script
It looks like its not possible to both read and write the same variable from a script using the conventional Me.Variables.<variable> syntax. I can only assign a variable as Readonly or ReadWrite and not both. If I assign it ReadOnly I can only access it in the PreExecute subroutine. If I assign it ReadWrite I can only access it in the PostExecute subroutine (in fact doesn't this just make it WriteOnly in fact ). So I can only either rea ...Show All
Visual Studio Express Editions I'm still on SP1. So I can't install C# express
Hi, I can't install SP2 on my Xp because my modem's driver works only on SP1. But it required by VC# Express. What i can do I think that the best way it installing Sharpdevelop (http://sharpdevelop.net) 2.0 and continuing development on .NET framework under opensource IDE. zaba thanx for ANY help I think the best bet is contact your Modem manuf ...Show All
SQL Server migration to Microsoft SQL server 2005 Enterprise Edition (64-bit)
We used: Dell 7250 Quatro Itanium Processor 1596 Mhz Total Phisical memory 8184 MB Windows NT 5.2 Build 3790 CSD Service Pack 1 Sql server 2005 Community Technology Preview After migration to Microsoft SQL server 2005 Enterprise Edition (64-bit) we have a probliem. For example - next log. Whats wrong Thanks for answer.... ===================================================================== ...Show All
Windows Forms C# Version??
This looks like a great sample, but will we see a C# version any time soon Thanks, Eric J. Smith Does the new version include the C# code for the GDI+ Controls bye Luxspes ...Show All
.NET Development programmatic access to sqldatasource dataset
i'd like to take advantage of all the benefits of the new sqldatasource control to do quick queries & bindings, but also retain the flexibility of the previous ways of data access (i.e. sqlcommands/sqldataadapters) to fill datasets. is there a way to have programmatic access to the dataset that is filled after a sqldatasource queries a db i dont want to display all the columns queried in my gridview, but i want that data available for furth ...Show All
Visual Studio Express Editions Validate Text in a Textbox
Is there any method in express to validate the text in a textbox I have a textbox that I am limiting to 25 characters. The text will be used to create a foldername. I would like to check for any invalid characters including white spaces and do a msgbox or something telling them it is invalid, maybe even correct the text in the box for them. The examples I have found were for C or ASP, any help would be great!   ...Show All
SQL Server Need help on Combine both Avg() and Max function?
Hi dear all, anyone can help me or guide me on how to use both avg and max function togather. or any other solution to solve my problem now i have a set of score, that is seperate into many day. so now i can get the average score for everyday. but now i also want to know which day is the highest score and min score. and sql not support max(avg(score)). so what should i do on it my table name is answer. i group it using the date colume. ...Show All
Visual Studio Team System HTTP Status 503: Service Unavailble
I have just installed TFS before 2-3 days back. During these 2-3 days everythings work perfectly. But since today while connecting to TFS ove HTTP using TFS Proxy I receive above message. On examining Server I found following things. 1) TFSAppPool was stop. 2) SQL Server Configuration shows insufficent diskspace message. 3) I scan through Application vent log which shows many error message related to 503 but in the root it shows as a fa ...Show All
Visual Studio Express Editions C1083: Cannot open include file: 'afx.h': No such file or directory
I downloaded a working project from the internet and tried building it. I received the following error: Compiling... StdAfx.cpp c:\projects\win_services\icon_service\stdafx.h(15) : fatal error C1083: Cannot open include file: 'afx.h': No such file or directory I searched for this file with no hits. Do I have to download the Platform SDK as well, to get this project to build Would appreciated any help that anyone can provide than ...Show All
Visual Studio Team System Problem: TFS Proxy returns: TF15013 (Item.asmx missing?)
Situation: TF Client can connect at TF Server. But, problem goes when TF Client tries to connect trough TF Proxy. In TF Client output I receive following message (after using Get Latest V.): The source control proxy 'MyProxyComp' is not responding, so the request will be sent to the main server. Please verify your settings. Additional information: TF15013: The requested Team Foundat ...Show All
.NET Development registering for COM interop creating duplicate registry entries.
Hi, I am working on .NET 2.0 beta2 on Windows 2000 advanced server. I have created small .NET dll, in which I have exposed a number of classes for COM interop using ComVisible(true) on those classes, for example: [ComVisible(true)] [ClassInterface(ClassInterfaceType.None)] public class Class1: IClass1 { ...Show All
.NET Development How to Send and Receive Data via TCPClient?
Hi everybody, Do anyone knows how to transfer (ADO.Net) DataTable through GPS/GPRS I understand it uses bytes to send and receive data to and from. How could I get DataTable data by sending sql statements through GPS/GPRS Is anyone knows how Is it possible to convert DataTable to bytes[] and retrive by converting it back How to transfer data in form of DataTable using TCPClient Thanks. den2005 Got ...Show All
Windows Forms Win Form & ASP.NET
Hi, I have a question: how can I, if it's possible, add a winform to an asp.net page Hi greath78, you are missing something. You should write "http:Test.dll#Test.Test". eg. <object id="MyTestCtl" classid="http:MyCustomControl.dll#MyCustomControl.MyCtl" height=& ...Show All
Software Development for Windows Vista xoml or xaml?
As I understand it Beta 1 uses ".xoml" for historical reasons, and Beta 2 will use ".xaml". But in Beta 2 currently all the wizards and samples etc creates .xoml. Does this matter at all Should we save our worfklows as .xaml or .xoml In case of Windows Workflow Foundation, when should I use .XOML (With doe seperation ) and with code files to create workflow Please reply. thanks, Vinod Sa. ...Show All
