Answer Questions
nidionys BindingSource.Filter Question
Hello, I'm looking to find duplicate records but I can't seem to get my bindingsource to do so. I'm looking for something like this: mybindingsource.Filter = "ssn HAVING COUNT > 2" I want to return only records that have two or more ssn's. EZ1976, BindingSource.Filter property gets or sets the expression used to filter which rows are viewed. Typically used in complex data-binding scenarios, the Filter property allows you to view a subset of the DataSource. Only underlying lists that implement the IBindingListView interface support filtering. When Filter is not a null reference (Nothing in Visual Basic), the BindingSource passes this property to the underlying list. If you set this property during object ini ...Show All
R0nda How to copy binary results of TeamBuild to common directory
I am setting up some team builds, and want to have all of the builds copy their resulting binaries to a common location that our QA testers can grab them from. It looks like I need to use something like: <Target Name="AfterDropBuild"> <!-- Copy the build binaries from the build location to a common drop point for QA to test them. --> <Copy SourceFiles="c:\boot.ini" DestinationFolder="f:\" /> </Target> but I am not sure how to specify the SourceFiles path so that it uses the BuildDirectoryPath that the specific build iteration used. Can anyone tell me how to specify this Will it cause any problems if this directory is also shared TIA Ron L Aaron Thanks fo ...Show All
Chris Fink Can I install TFS on my local PC?
Before installing TFS on our server, I wanted to play around with it. Since we don't have an alternate server, can I install TFS on my local PC Or, are there such pre-requisites that must be installed that it's not a good idea Thanks, Ron keep in mind that you can use a Virtual Machine to test this out too. marc Just use Virtual PC. It will work fine. Virtual Server mostly differ from Virtual PC in the UI. It is managed through a web interface rather than the windows interface the Virtual PC has. Also Virtual Server is installed as a service and runs all the time unlike Virtual PC which runs only when the user starts it. Um...it means the virtual machine would need to run 2k3. I ...Show All
Dean Curtin HTTP request
I want to send a request to a website. Baiscally my goal is to write a program on top of an existing website. I have some c++ background (AP in highschool 7 year ago). The logic behind my program is simple, but i have no idea how to get the syntax to work. Once i get that to work i want to make a stand alone application that i can give away to my friends. #include "stdafx.h" #include <iostream> using namespace std; int main() { return 0; } This what my project has currently has. Please direct me to the approperiate resource. Thank you My original post has a 2 line sample that retrieves a web page. Their question was about C++ (unmanaged also from my understanding) ...Show All
DB007 Returning from a MDI child of a child form to a Main Menu
Hi, Can anyone help me with this problem . It is that I have a set of MDI forms, thus a Parent, with a Child, that is a Menu driver, this in turns allows selection of other child forms. I have got a situation if I can call it that I have a close for the child which allows it to go back one level, however I would like an option that would allow me to go back to the Main Menu level which is two levels up. Is there a way of doing this, and closing the child forms down as it goes . any advise please.. Kind Regards Yarrakid Another method would be to have a public flag in the parent form Public CloseMe as Boolean You will still need to define the parent in the child form Publ ...Show All
Wout Database Problem
I'm a beginner of vb 2005 (actually beginner of programming),I used to learn some basic coding in vb2003. Recently I am trying to do a small project to modify a database using vb2005 and I follow the steps as I learned from 2003 notes, but when I tried to pass the a parameter from one form to another,I can not find out how to perform steps written in red words. part of the notes: a. Click on the adapter of the main/big table b. Right click on the adapter i. Configure the data adapter ii. Click next 3 times iii. Query builder button iv. Go to the criteria of the ...Show All
Polo Lee How to capture the URL
The app I am testing adds a session id into the url after I log in. For example, the url was http://124.23.23.21/login.aspx before I log in. After login, the url will become http://124.23.23.21/(pr33432j9uoiuerewre)/welcome.aspx . The stuff between the brackets is the session id. This session id is randomly generated by the server upon each login request. This id keeps existing in the url untill the browser is closed, e.g. the next page is a data entry page, the url for this page is http://124.23.23.21/(pr33432j9uoiuerewre)/dataEntry.aspx To make the test scripts of the Web Test work, I must capture the session id in the first page (welcome page) after login and place this session id into the url's of the upcoming pages. However, in t ...Show All
Muhammd Jassim Munir WorkItemFormControl hanging on .Item assignment
Hello All, I am seeing the WorkItemFormControl form hanging while I initialize it with the following code: m_wifc = new WorkItemFormControl (); m_wifc.Item = paramWI; m_wifc.Dock = DockStyle .Fill; m_wifc.Name = "WIFC" ; When the .Item property is assigned, the control seems to hang and never return. Here is the callstack from the debugger: [Managed to Native Transition] Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.dll!<Module>.CLocker.Enter() + 0x19 bytes Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.dll!Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.FieldClass.IsReadOnly.get() + 0x69 bytes Microsoft.TeamFoundation.WorkItemTracking.Client.dll!Microsoft.Tea ...Show All
Jassim Rahma Subscribing with Web Service do TFS Events
Hello, I am trying to subscribe to some TFS Events (CheckinEvent, WorkItemChangedEvent, ProjectCreatedEvent). I am doing it using code: TfsEventService. Event tfsEvent = new TfsEventService. Event (); TfsEventService. DeliveryPreference preferences = new TfsEventService. DeliveryPreference (); preferences.Type = TfsEventService. DeliveryType .Soap; preferences.Schedule = TfsEventService. DeliverySchedule .Immediate; preferences.Address = "http://localhost:2023/TFS Subscription WS/Service.asmx" ; tfsEvent.SubscribeEvent( "S-1-5-21-2033024631-3213772562-2269560735-500" , "ProjectCreatedEvent" , "" , preferences); where: ...Show All
87jerome Help with "Concentration" Game
I am a student studying VB for the first time and I've run into a snag programming as assignment. It's a matching game consisting of 8 pairs of matching words randomly assigned to 16 labels. When a label is clicked, the word currently assigned to it will display. If two labels are clicked and the words match, the labels are disabled and change their color. This is done until all 8 pairs of words are found, after which a message box is displayed indicating the game is over. I am confused as to how I can randomize the list of words and assign them to the labels, as well as how to check for matching. Any help would be appreciated. Randomizing isnt tricky really. you pretty much need to have a list of words i ...Show All
Bigmo Missing Button Graphics/Text in Difference and Merge Tools
We have just started using TFS and have encountered a problem where the button graphics/text and the cursor graphics are missing from the Difference and Merge tools. I am attaching 3 screenshots - all from VS 2005. The first shows the lack of button graphics on the diff tool. The icons are there and are functional, you can figure out what they are when you hover over them you just can't see the graphics. http://www.koinos.com/content/binary/DiffToolNoIcons.JPG The second is the message window that appears when there are no differences. You will see there is no text and the Ok and Help buttons are blank. http://www.koinos.com/content/binary/DiffToolNoDifferences.JPG The third is the merge window, you will see that the butt ...Show All
HopeDreamsComeTrue Thread count
How can you find out the number of threads the programme is running at any one time Can this futher be divided to the number of each specific threads running From the main form of my application I have 2 timer events starting instances of each thread (1 shown below). The 2 classes involved make web request for imformation, hence have varing responce times. I want to know how many threads are being stacked up. Private Sub Timer1_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Dim serverObject As New Class1 Dim InstanceCaller As New Thread( _ New ThreadStart( AddressOf serverObject.testloop)) InstanceCaller.Start() End Sub ...Show All
Rick1138 Another Newbe How to question
What configuration or code would I use to insert for 2 radio buttons. In other words, I have a label that ask the user to choose only one radio button(or person) amoung two radio buttons (the other person). When the user selects one radio button, this button or person becomes the main focus of the program. However when the user chooses the other button or person then that person or button becomes the main focus of the program. Is it possible to set a code for this Any help please and thankyou Edited comment: The following link explains my confusion on 'SelectionMode.One'. http://www.techieone.com/detail-9968162.html The following code is still useful though to limit the user to one check. I would use a ...Show All
Santosh Kalkeri How to do a backup of the entire TFS?
Hi, how can I backup the tfs server so I can restore the database in case I have a problem with the hardware Thanks Never mind, I guess http://msdn2.microsoft.com/en-us/library/ms253070(VS.80).aspx works ...Show All
ramseys Microsoft Forms 2.0 ComboBox
How i can use Microsoft Forms 2.0 controls like combox in vb 6 i fill combobox with list. how i fill it in vb.net 2005 In VB6 Me.CboCust.List=MyCustArray In VB.Net Me.CboCust.Set_List( , , ) What is the syntax of Set_List() Microsoft forms 2.0 and 2,0 controls are not compatible with .NET! To add a range of items to a .NET combobox: Me . ComboBox1 . Items . AddRange ( MyArray ) where "myArray" is your declared array of items ...Show All
