Rémi's Q&A profile
Visual Studio does visual web developer 2005 work with vss 6.0
Anyone know if you can use VSS 6.0 with VWD No. VWD is an ExpressEdition of VSS. ExpressEditions do not support integrated source control operations. You can use however VSS as a stand-alone tool (SSExplorer) and do the scc operations like checkin/get/checkout outside of VWD. Alin ...Show All
Visual C# Unknown Error "-1".
Hi, I just installed Visual C# Express Editions. Everything looks fine but after I tried to create a new project there is a window popping up say " Unknow error "-1". " I also tried to open the project that was copied from another PC. It is able to open but when complie there is the error msg saying that "Error 1 Unable to copy file "obj\Debug\test_print.exe" to "bin\Debug\test_print.exe". Unknown error "-1". test_print" ...Show All
Smart Device Development Native development - Survey
Hello to all native developers. I'm with VSD team and looking for your inputs in making VS platform better for future release. I'll appreciate if you all can spare few minutes and send me answers to the following questions. Thanks, Manav Are you existing mobile developer Yes No I’m looking to start mobile development What best describe you as a developer Professional developer/ISV Enterprise develo ...Show All
SQL Server URGNET: Report Builder with Forms Authentication
We have successfully implemented forms authentication using the sample provided with SQL Server 2005. The ReportServer and Report Manager both are working fine with the following url. http://<server-name>/Reports http://<server-name>/ReportServer However, when we launch the ReportBuilder using the following url http://<server-name>/ReportServer/ReportBuilder/ReportBuilder.application or from the Report Manager it ...Show All
Visual Studio 2008 (Pre-release) Maintaining transparency of a PNG image when using "IMAGE" in XAML ...
Greetings - When I use the Image declaration in XAML, I can display the image I want just fine. However, for my PNG image, transparency is not preserved. I'd like to keep its transparency so that the underlying background color of whatever UIElement it is on shows through. Anybody seen this Thanks, Rick ...Show All
.NET Development how to extract valid urls from a web response text
how to extract valid urls from web response text and put them in a string array. should i use regular expressions for this. what would be regular expression formaula to find links starting with httP:\\ to find http links in a web response. You could use regular expressions. In order to accurately do this you need an HTML parser. You might be able to use IE's DHTML object model to do this. For further details, contact the IE forum ...Show All
Visual C# Tips on posting
Here are some tips on posting, so that your questions could likely be answered quickly. 1. Make your Title as significant as possible . Compose it in a way that you would ask an expert. example - "How could I change a Buttons Background " instead of "button background problem" 2. Explain in detail the nature of your dillema . But please make it short, straight to the point but descriptive. 3. Provide steps on reproducing your proble ...Show All
Visual Studio 2008 (Pre-release) Problems with WCF
Hi everybody, I have a problem with Indigo. I have installed the WinFX following the instructions. Then I try to build the first application. I open VS2005, new WinFX service and I have the defaul application. Run application and I receive that I am not authorized to view this page. Instead the other applications (ASP.NET and Web Services) run right. Where is the error Thanks, luca Hey Rich I have i ...Show All
Visual C++ Button events?
Hi, I have a problem. I have a button and I want to draw the borders of the button only when the mouse cursor is inside the button. As the mouse leaves I should clear the border. I am able to know when the mouse is inside but not able to know when the mouse goes outside. Thanks Nibu thomas. You can use TrackMouseEvent. http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/userinput/mouseinput/mouseinputreference/mousein ...Show All
Visual FoxPro help!!! how to show record no - recno() in grid vfp6
hi, i have tried to search a lot but i have not been able to get code how to show the recno in the grid. in browse command i could easily show tempfld=recno() i have tried thisform.grid1.column1.controlsource = recno() - this gives error thanks, gagan sachdeva_g@yahoo.com >>i have tried thisform.grid1.column1.controlsource = recno() - this gives error As Cetin says, just change that to: THISFORM.Grid1.C ...Show All
Visual Studio Team System Error encountered when adding a solution to source control
I need help identifying why I cannot place a solution under source control. I create a simple web test and I can use it in the solution explorer but I cannot get it into source control. Here is what I do and what happens. Precondition: Solution is created and validated, connection to TE is working Open Solution Explorer Right click "Solution <project name>" in the SE tab Select "Add Solution to Source Control" menu ite ...Show All
SQL Server Same header in different reports
Hi! I would like to use the same header in different reports. Is there anyway I can do this without copy/past all the textbox/images Can I save the header in a file and import it, for example Thank you! You can try using a subreport to do that. The subreport would contain the header. And add the subreport to the location in the reports you want to place the header. ...Show All
Software Development for Windows Vista Developing a Distributed Workflow
Hi group members Hope u be doing gr8 with WWF , well did any body try a distibuted (but tightly coupled , as the complete objects/context may also be needed to be passed) Work Flow in WWF . Like couple of activities run on Machine A then Other on Machine B (see figure below ) Machine A Machine B &n ...Show All
Visual C# datetimepicker column in datagridview
hy, maybe someone knows how to add datetimepicker column in datagridview thanks for any help All of this is from memory: The datagridview is the new construct for datagrids, correct In the datagrid days, you had to add the type of control you wanted to a column definition. Then the data itself was of that type. Once that was done the system knew to display the data in that style. Do a search on the internet for "How to display ...Show All
Visual Studio Express Editions Great Performance improvements
I'm amazed with performance improvements which is growing since beta 1 compared with VS.net 2003. I'd like to know what percentage of C# Express is written in managed code. Thanks There isn't a great way to answer your question, but core components of Visual Studio remain as native. New features, as they are added, go through the choice of being added as a managed component or as native. Several i ...Show All
