june_21's Q&A profile
Visual Studio Express Editions Online Help Search Problem (VB2005 Express)
Hi: The Help file can not detect the proxy settings in the IE. When setting Help to search online, it gives an error: "The request failed with HTTP status 407: Proxy authentication required". It did not ask for the user name and password as IE does. Is this a bug or any setting I can make Hello to you too Jiao :) There is an article here that may help http://support.microsoft.com/ kbid=910804 and there is an ongoing discussion here that may help. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=84524&SiteID=1 There are resported problems with this and some fixes. I h ...Show All
Windows Forms help,two problems with Form.
hi all. recently i have got some problems with vs2003. 1. In A Form open B Form that how to refresh the A from or call method of A Form like : B a = new B(); b.ShowDialog(); now , focus on b form that how call method of a form 2. How Create MDI model Application in .net compact framework( in ppc 2003) thanks. First of all if you use the FormB.ShowDialog() method you wont be able to focus on another form of the application until you attend input on FormB. I guess you want to use FormB.Show() instead. as for calling methods on another form if you have FormA and FormB.... //on FormA de ...Show All
Visual Studio Visual Studio 2005 for beginners?
Hi! I wonder if someone knows if/where I can find: - An introduction/Presentation/Demo of Visual Studio 2005 for developers that never have used Visual Studio before - A walkthrough about how to create a basic webpart in Visual Studio 2005 Beta 2 I would need this since I, in my master’s project at Microsoft Sweden, am doing a usability study of VS2005. I would be very grateful if someone could help me with this. H AndreaMaria, We have a lot of different kinds of "getting started" resources available. Most are focused on using Visual Studio with a particular la ...Show All
Visual Basic Any way to trim all these IF statements?
Hi, I'm a VB6 hobby programmer and I'm just getting in to VB2005. I installed the VB Express ed. last night. I'm writing a simple game and have run into a coding issue. I have 15 buttons on a form. As part of the game, you click the buttons to essentially move them around. After each click, I run a subroutine to check if the user has "won" the game. In order to check for a win condition, I check to make sure each of the 15 buttons are in the right location on the form. This has caused me to have an "if statement" mess of code. The way I wrote it is like this: Private Sub CheckWin() If ESX = 114 And ESY = 139 Then   ...Show All
SQL Server Question about configuration file for SQL Server 2005 analysis services
Hi, all here, I am having a question about the configuration file for SQL Server 2005 analysis services. I have changed the configuration file of analysis services, and saved the file, then restarted the analysis services server. But why the analysis services server was not affected at all (my case is: I deleted some algorithms for data mining engine from the configuration file, but when I view the available algorithms for data mining on SQL Server 2005 analysis services server via business intelligence development studio, those algorithms i have already deleted are still displayed but in the configuration file, there are not there ) So w ...Show All
.NET Development XSLT - how do I change element name to create lightwieght xml file?
Hi, I am trying to perform a XSL transformation that, to a beginner, looks rather complex. I have found the forum article: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=122864&SiteID=1 I would like to convert an XML document to a very lightweight attribute name/value pair-this is due to the transport method that will be used, but maintaining some sort of XML structure would allow it transformed again and consumed by other sources if required. I need to do the following - Example from source: < xml version="1.0" encoding="UTF-8" > <module id="jobman ...Show All
SQL Server Combining text data rows
I am working with a database derived from text documents. One of the tables (TEXT001) contains the text of the documents with each paragraph of each document assigned to its own row with a paragraph number in a SectionNo column. I want the entire text of each document in a single row with its own unique number (so that I can do a full text search with SQL Server 2005 that will search and return the entire document as a result). How do I combine the rows with the same DocumentID into a single row of text data This will put the entire text content of each document in its own row. TEXT001 table as it is Documen ...Show All
Windows Forms Composite Extender
Is it possible to write an extender that is composed of more than one extenders. For example an extender that has both "ErrorProvider" and "Tooltip" in it. Any help is appreciated. --Rythm Is it possible Yes. But the methods for programming such a composite extender will be highly up to you. You can't just glue something&nbs ...Show All
Windows Live Developer Forums Error in loading BETA
I have recieved an invite, installed the program, however, when I come to load it i reviece the following error:http://img225.imageshack.us/img225/7180/error4oc.pngI have tried uninstalling, and deleting the msn directory in Program Files.I have uninstalled all plugins to my origninal msn, but this error still occurs.Can someone please help me. The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following res ...Show All
Visual Studio Team System TargetVisibilities.Overridable what can i check?
Hi, Can anyone tell me what i can check if i set TargetVisibility property to TargetVisibilities.Overridable I never seem to get any members and/or types And another question how do targetvisibilities affect public override ProblemCollection Check( Module module) public override ProblemCollection Check( string namespaceName, TypeNodeList types) public override ProblemCollection Check( Resource resource) Any help will be appreciated! Greetings. Hi Paul, if you or the Overridable value with something like ExternallyVisible (e.g.: return TargetVisibil ...Show All
SQL Server FlatFile Parsing Problem - Urgently Need Assistance!
We have a BIG problem that has been occurring for quite sometime. We have a RAGGED-RIGHT FFS (FlatFileSource) component which receives a FF and then transforms to XML. We define 10 FIELDS with the last field as {CRLF} per ragged right style. Simple right The source file is sent to us from multiple separate groups, some of which don’t use the last two fields and have early line termination, so they basically are not there. The problem is that when we define X amount of fields in SSIS, it expects X amount of fields to be there. So when we receive the source file that doesn’t contain last two fields, SSIS tries to read in the next line, and in ...Show All
Windows Forms User Preferences
I'm still very new to writing windows apps so go easy on me. I'm writing a program that is basically a food journal for people doing low-carb diets. There are several things that have been asked for that should really be options and I'm wondering what is the best way of storing and retrieveing these options An example would be wether weight  ...Show All
SQL Server CONFIGURE REPORT SERVER - Initialization button disabled / Key not valid for use in specified state?
Hi There, I am trying to setup a RS with Configure Report Server tool. (Windows 2003 Server / SQL 2005) * All the items are with green check points except Encryption Keys (Blue exclamation point) and initialization wich is disabled. * Event log shows a lots of errors: Report Server Windows Service (SQL2K5) cannot connect to the report server database. * Browsing the Web Reports Server is returning the errror: Key not valid for use in specified state. (Exception from HRESULT: 0x8009000B) Can someone give me a ideea where to dig next Regards, Toronto, Canada RS service is running under the same Windows ...Show All
SQL Server Changing login permissions
I am trying to set up a secure system and would like some advice on how to do it as it is a bit tricky. The underlying security is Windows Authentication but I need to set various permission levels in the application. What I want to do is to allow users read-only access to a users table. Once they are validated and their permission level is determined, then I want them to be assigned to the role that is set for their permission level. I have looked at Application Roles but when I try to set the role up using the sp_setapprole then I get network errors (odd). There does not seem to be an SP which assigns a user to a role. So I do I go a ...Show All
Windows Forms Assign a selected value to a combo box
Hi all, I am developing an app in VS 2005 and SQLServer 2005 Express I have a user control that is not bound to any data. I have a combo box on that UC whose list is databound to a clients table. Data is something like this: Value - Display 1 - ABC 2 - DEF 3 - GHI Sometimes I want to automatically change the value and text based on the ID passed to the UC. You see this in many applications, so I am finding it hard to believe that it is difficult to do. Basically, when a clientID is passed, I want it to display that client in the combo box. I try: cboClients.SelectedValue = intClientID That does ...Show All
