Answer Questions
SdwOne Binding ArrayList or List(Of type) types to Listobject
According to documentation and example, it seems we should be able to bind any array of type that supports IList, ICollection, etc etc etc... However, when we bind a listobject to a, say arraylist using SetDataBinding() call, nothing shows. If we do the exact same as a example and move the data into a DataTable type then it works... Can someone let us know why this seems to be the case Thanks in advance. Don Am I seeing a side effect T ...Show All
baix renaming an Excel sheet
Is it possible to rename an Excel sheet using Visual Basic 2005 This is the only thing I haven't figured out yet... It's not VBA, it's Visual Basic in Visual Studio 2005. And the problem is the fact that there doesn't seem to be a .Name property... The only thing I get for appExcel.ActiveWorkbook.Worksheets.Item(1) is .Equals, .GetHashCode, .GetType, .ReferenceEquals, .ToString ...Show All
Nassir WinFx self hosted service running over http.
I have a winfx self hosted service running over http. [OperationContract(Name = "Test")] bool Test(); 1.) With asmx webservices requests I can read the http header values about where the request is coming from. ip address, mac address, etc, using Context.Request.ServerVariables LOGON_USER REMOTE_HOST REMOTE_ADDR LOCAL_ADDR HTTP_REFERER HTTPS 2.) I also could tell if a client request was abandoned or timedout before the server res ...Show All
Sylvia Friedl Several Problems with ListView
I have some problems when using a ListView. I still have the problem which I posted befor ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=379578&SiteID=1 ) and the problem Thomas S. Anderson already mentioned ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=384949&SiteID=1 ). In the Code-Behind-File I added some EventHandler to the ListView: ListView.AddHandler( ScrollViewer .ScrollChangedEvent, new ScrollCha ...Show All
Nicoleta vs 2005 beta 2 setup fails
When I try to setup vs 2005 beta 2, it says that it failed to setup visual studio itself after it gets to the end screen. The installation seems normal untill then because the vs 2005 even gets a checkmark next to it when on the install screen. The progress bar never moves when it is on vs 2005 though. I will post the error log when I can find it. I'm still working the "The Head Guy" on this. When we figure out ...Show All
Tim Walker 1963 Soliciting community feedback: ClickOnce and permission elevation prompts in the internet zone
In the CTP and Betas of .NET 2.0, any ClickOnce-deployed application that desired elevated permissions was only allowed to prompt if the application were Authenticode-signed. Were such an application not signed, the deployment would simply fail. Subsequently, with the RTM release of .NET 2.0, this decision was reversed. Now, any ClickOnce application deployed from the Internet zone can prompt for permission elevation. Ostensibly, t ...Show All
Avi Cohen TextBox input validation
How can I validate input for my textboxes For example I have an application where I want to input several numbers in the textboxes. The primary validation constraint is that I want the user to be able to input only valid real numbers. Some of the textboxes should contain only positive real numbers. Also I want to be able to do comparisons between the different values (for example I have a minimum speed textbox, and maximum speed textbox, so ther ...Show All
Albert Raiani Using Custom Paper
I need to user Paper Size Width 15 inches by Length 12 inches !!! How do I do this Go to Control Panel -> Printer and Faxes . Click on File -> Server Properties. Check the Create Form checkbox. Type the lenght you want under Form Descriptions column. and click save. This part works perfectly But can u provide some what more explaination about afterward, open Crystal Report, and you should be able ...Show All
Yogesh Shah More problems with the permissions (Word, VSTO 2005)
The last time I had such amount of time lost was using BizTalk 2004, I guess here it is going again with the Word / VSTO and permissions. Ok, here is what I am doing, and the results: 1- I’ve created a word document VSTO 2005, C#. 2- I’ve added a bookmark in the word document. 3- The word document was connected to a web service. 4- The word document loads data from the web service, and pla ...Show All
fritzbane reportviewr in C# express
Hi, I am new in C#, I installed vs c#2005 and .net 2.0 but unable to installed SQL in my computer. I would like to use reprotviewer in local mode in my C# project. I had installed reportviewer.exe and .net framework redistribution according to the instruction, but I cannot find the reportviewer tool in the tool box. I don't know what I was missing, can anybody help. Thanks in advance. It is easy enough t ...Show All
johnedw Can't add MSDN library to x64 install
Hi All, I have an install of VS 2005 CTP July 2005 on my DELL PowerEdge box (dual 64-bit processors). The install went fine, but I can't install the MSDN library that was on the DVD. The install says an unhandled excption in msiexec.exe. Can the MSDN library be installed on 64-bit hardware Or am I missing something else Thanks in Advance! Corey. Yes, I'm running Windows 2003 Std. Server x64 ...Show All
RobertMahon drag and drop effect
Hi I have a listbox that contains images , and a stack panel in which i display images one at a time. As of now, the image displayed in the stack panel chnages when i change the selection in my list box. I want to drag and drop images from the list box onto my panel. can somebody tell me how to do this thanks amit can somebody help me out please. I cant seem to proceed. ...Show All
XMLViking Dynamic load of GeometryModel3D Objects
Hello, In my application I am loading dynamically some 3DModels. These models are stored on separate files on disc. At run time, I am creating some 3DModel objects from these files via a XAMLReader, like this: XmlTextReader content .... load the xaml file in the XmlTextReader... Model3DGroup model3DGroup = XamlReader .Load(content); The 3DModels stored in these files are defined like: ...Show All
Aaron Mathison _15780_RTL_x86_enu_NETCF_v2.0.cab. Verify that the file exists
I downloaded the VS2005 for MSDN. When I tried to install I am getting the following error Error 1311.Source file not found(cabinet): c:\vs2005-cd1\_15780_RTL_x86_enu_NETCF_v2.0.cab. Verify that the file exists and that you can access it. Any help please. Thank you I found this link to be very helpful http://longhairproductions.com/chrisbzd/archive/2005/12/31/167.aspx If you're using extracts of the CDs, you need to "create" ...Show All
Netme CR - VS.NET 2005 - Selecting the Printer
Hello, I'm trying to have a report print to a designated printer. My code is as follows: Print rptDoc as ReportDocument .. Some Code for Report Selection .. rptDoc.PrintToPrinter(iCopies, Collate, 0, 999999) The code works fine except for the fact that it prints to the default printer. Basically what I want is to show a printer dialog box and then print to the selected printer. Right now to achieve this, I have to preview the rep ...Show All
