Answer Questions
G_Unit Lern about webservices where?
My website running PHP5 op to a MS SQL database and now i will use C# .NET 2.0 to crate a Webservices so i can make Programse to speak whit my website bot i dont know where i can read about it :) sombady can help mere to get me sombady stuff :) Hi NeoNmaN, First of all this might have been better off at http://forums.asp.net but still. You may also need to change from the express editions to at least a Standard Version of Visual Studio (don't quote me on that). Still try having a look through this lot, take it one step at a time though http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vboriwebserviceswalkthroughlist.asp Hope it helps Scott ...Show All
FredZilz How to add more iterations?
We need to add more iterations to our project. Team Project Settings -> Areas and Iterations dialog supports it but in New Workitem forms there are still old iterations. Where is the problem Marcin That where the first things I've done. Closing all opened workitem dialogs, requerying data in VS, reopening VS, creating new workitem. None of it helped. Marcin Copy from another thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=701767&SiteID=1 To workaround the problem you should drop UQ_TreeNodes__ParentID_Name_DeletedCachestamp constraint, see which areas and/or iterations violate it, remove or re add it and recreate unique constraint ...Show All
Infinite Entropy Automate debug/build for different versions
Hi, I'm going to be writing my program with two different versions of the user interface, one done in Windows Forms for legacy systems (98 to XP) and one more rich in Windows Presentation Foundation (XP and Vista). I want to seperate the logic and UI code in to dll's and the main exe which is simple enough, but can I also in the Express edition of C#, automate Visual Studio so that I can build and debug two different versions of the program as I choose for either version of the UI dll I have in the solution If I can't automate it within VS, is there something else I can do outside it to come close to this Using multiple projects in your solution ought to do the trick. Create one for each DLL, ...Show All
Normand43 Can't Branch a large project
When I try to branch a folder in the source control explorer it gives me the dialog with "contacting server to perfrom branch..." for 30 to 60 minutes and then I get the message "TF30041: Team Foundation Server could not connect to the database." I thought maybe Sql server was timing out, so I set the remote query timeout to 0 for no timeout but that did not make any difference. This folder has 9 sub folders and close to 500 files total, all source and project files. I branched a couple of folders approx half this size and tho it took a very long time, it completed. I'm guessing something somewhere is timing out and giving up. Is there way around this problem Hi Peter: I think ...Show All
Jason Holding Results per test-flow instead of test-case?
Hello, Is it possible to have several test cases pointing to the same test document Today if I create one test case it automaticly creates a test document linked to it - but I want to have several test-cases linked to the same source document. The reason for this is that we have many test-flows inside our test-cases and we want to report our progress per test-flow and not per test-case (as it is per default). Today if we have 10 test-flows in a test-case, and lets say that 9 out of 10 test-flows was succesfully tested but 1 test-flow failed, then the test result for the whole test-case will say "Failed" - which is kind of missleading because it doesn't say anything about our real progress. So we want to show our progress per t ...Show All
Brandon Amoroso Console Application & Parameter
Hi I am just learning C# using Microsoft Visual Studio and I am having the following problem: I have a Console application with 2 parameters - In the folder debug I got a “myAplication.exe” if I call from the command line it works. - when I compile it I got a setup.exe and a myApplication.application. But I am not able to call the myApplication.application from the command line the parameters are just ignored. How do i have to configure a Console Application in order to compile it and be able to pass the parameters Where is this setup.exe coming from it must be within your application somewhere.... ...Show All
Steve Hoff Visual C# Express fails to install
I downloaded the Visual C# Express edition CD images , burnt them and tried to install, but the installation fails with the following error: Suite Integration Toolkit Executable has encountered a problem and needs to close. It hapens for both the iso and img files. Installed Windows Installer 3.1 (v2), but it still doesn't solve it. So I dug up the dd_ files from %temp%. Among them dd_vsinstall80.txt looked like the one we need. I found the following lines in the file: [11/05/05,07:38:42] ExpressUI: ***ERRORLOG EVENT*** : The following volumes do not have enough disk space for the installation: [11/05/05,07:38:59] OODS_OK: [11/05/05,08:03:24] Destination_Close: [11/05/05,08:03:24] ExpressUI: Entered ...Show All
Six get and set image button..
Hi all.. i'm trying to get an image button.. and set the same button with a different image when click on it.. any idea how Also,...i would like to incoporate these images to the programe...without pointing to a directory.. Hi andrealisp, I would add the two images to my project resources (right click on the resources folder and select add existing item, change to Image Files and move to the directory needed, select the image, click OK), and ensure that a name has been given to them in the resource settings file (right click the solution, select properties, resources tab, change to images (if the images just added are not there just drag and drop ...Show All
Vladutz how can i select startup to user control at start up
I am new to programing and would like to know how to do the following. I have multiple use controls and i would like to select the control to show at start up from a combobox list. i would like to save the selected control to a usersetting so it will start up when the aplication is restarted. Thanks The following is a sidenote explaining better the problems you first encountered. 1. Get a new button click event subroutine to Work with and start typing at the word ‘if’. (See below) Private Sub Button1_Click( ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles Button1.Click if true <--“Hit ‘Enter’ at this spot ...Show All
Jim Bender Button Click within a for each loop
Fairly new to VB express. Is it possible to have a button click event from within a for each loop on a form i.e. the button being clicked refreshes the form and moves on to the next iteration of the loop Any suggestions welcomed. yes you can but can you explain a bit more and perhaps some code you have to click a button programmatically you can do a button .PerformClick() is this what you are after my apologies for being slow No apologies needed it is so kind of you to support us newbies and probably answer the same questions over and over. I did do a lot of research before posting a question and maybe what I want to do is not possible. Unfortunately the Me.someButton .PerformClick() is the opposite t ...Show All
JiltedCitizen Transitioning WorkItems from one TeamServer project to another
I had an idea this morning and I would like comments to see if it is possible. I want to split issues between the development and software support teams. So basically I thought I would set up a server for Software Support to handling Questions, Suggestions and Bugs from customers. Once they get triaged and Software Support determines that it is a valid WorkItem I would like to automatically create a new WorkItem in a Dev project. One way this could be done is as a process that runs at scheduled intervals which checks a field in the Software Support WorkItem to see if its valid and then create WorkItems in the Dev Project. Does anyone have any other ideas for a better implementation or comments Have you considered creat ...Show All
BLiTZWiNG A message of thank.
Hello. I have completed and finished my first 2 projects. I want to thank every one who who helped me, I can't remember all your names, but you know how are. I especialy thank Wellnowletssee who gave me a lot of help with my first project, and my thanx also to Andreas Johansson who helped me with my second project. Being an absolute beginner I realy do apresiate the help you all gave me. Thank you very much i deed to you all. Thank you. Hello Andreas. Yes I do, a know were to come for future help. Thanx again You're welcome and glad to have been able to help. Good luck with future projects and if you get stuck you know where to get h ...Show All
jxl98c Updating listbox items - Must be a simple answer
Hi, I've been trying to write a piece of code that, will update the value of the current .SelectedItem in a listbox. I am using a CheckedListBox and want the ability to edit the text associated with the currently .SelectedItem. This code will not work: clbCategories.SelectedItem = strCategory The value in the Listbox remains unchanged. I'm sure I am missing something really simple. But cannot figure out what it is. All the examples show you accessing the value not setting the value... Cheers, Roy Working from the code above, you may not have to remove the item and add it again. I put it on doubleclick. CheckedListBox1.Items.Item(CheckedListBox1.SelectedIndex) = InputBox( ...Show All
Bill_Henning Problems with libcurl
I am trying to use libcurl with Visual C++ 2005 Express Edition. I downloaded the file from here: http://curl.haxx.se/dlwiz/ type=lib&os=Win32&flav=-&ver=2000%2FXP It is the 7.16.0 version of the library. The 'lib' subdiretory contains following files: libcurl-4.dll libcurl.la libcurl.a libcurl.dll.a I added the 'include' subdirectory to the include path of the project (VS sees the 'curl.h' file) and the libcurl.dll.a to the Linker->Additional Dependencies so that the linker does its job (with one warning however: Linking... libcurl.dll.a(d000116.o) : warning LNK4078: multiple '.text' sections found with different attributes (E0000020) My program is very simple, it goes like this: #include <code/code.h> #include <io ...Show All
ultek Saving Data
Hello, I have a form and I can use the data binding tool with my access DB with no problems but I cannot figure out how i save things manually, I want to save specific data to specific columns in a table, could somone point me in the right direction or post some kind of example Thanks! heres what i have so far "which doesnt work" Try Me .Validate() Me .ContractsBindingSource.EndEdit() TextBoxVat.Text = Me .InvoiceDetailsTableTableAdapter.Update( Me .db1DataSet.InvoiceDetailsTable.Address1Column) MsgBox( "update successful!" ) Catch ex As Exception MsgBox( "update failed, the data may already exist please check and try again." ) End Try ...Show All
