Software Development Network Logo
  • Game Technologies
  • Visual C++
  • VS Team System
  • Architecture
  • Windows Forms
  • Visual J#
  • VS Express Editions
  • Microsoft ISV
  • Visual Basic
  • Smart Device
  • Visual FoxPro
  • Visual Studio
  • .NET Development
  • Visual C#
  • Windows Vista

Software Development Network >> brigitte64186's Q&A profile

brigitte64186

Member List

Aryadip
MikePHall
FL
Arnoldio
Pauls1965
Roberto H.
windyweather
csperler
Riju
Esrever
Toni Dolce
Bas Wildeman
Y2KPRABU
Roeland Jimenez
DREAM_G
Kim9999
Nikhil Pereira
Mark Dorey
Daniel Moseley
Eric2002
Only Title

brigitte64186's Q&A profile

  • Visual Studio Express Editions Can't publish Club Web Site Starter Kit - two-way binding error

    Everytime I try to publish the Club Web Site Starter Kit, "out of the box" with no customizations, I get several of these types of errors: Error 1 Two-way binding is only supported for properties. 'LocationID' is not a valid property on 'UserControl' C:\Documents and Settings\gburks.CCC\My Documents\Visual Studio 2005\WebSites\ClubSite_Test\Events_Edit.aspx 133 Error 2 Two-way binding is only supported for properties. 'startDateTime' is not a valid property on 'UserControl' C:\Documents and Settings\gburks.CCC\My Documents\Visual Studio 2005\WebSites\ClubSite_Test\Events_Edit.aspx 149 ... etc, Strangely, I can right-click the project and ...Show All

  • Smart Device Development How to Insert Scroll bars in Label Control in SmartDeviceAppliclation

    Hello all, I am using .NET Compact Framwork 2.0, in my Smart Device application. I have one Label Conrol. In my Lable contol i want to put vetical & Horizontal scroll bar in label. But Lable control is not having WordWrap Option. My problem is how to put v.Scroll bars in Label Control any body any sounds plz help me will be appriciated.. regards Ramana By default, Labels do not have scroll capability. Is there anything specific that you're doing which requires only a multiline Label control (you could use a multiline TextBox and enable scrollbars to it) Aarthi ...Show All

  • Windows Forms DataGrid row selection help !!!!

    Hi All,  I might have a stupid question but I really need to know how can I make a full row selection of the datagrid like TaskVision I'm stuck on .NET 1.1 for the time being, thanks for the example, but honestly, I can't figure out how to attach this to my DataGrid. Can you expand on the example a little more Thanks, Scott ...Show All

  • Visual Studio Team System Import Database Schema Keys not imported as expected

    Greetings, When I use Import Database Schema on an SQLServer 2000 database project (from an SQL Server 2000 database server) none of the keys, constraints or indexes are imported against the tables. They all appear to be there but are created as objects at the same level as the tables (i.e. under the Tables folder in the tree view) instead of in the appropriately named folders under each table. Everything looks good in Query Analyzer and even if I target SQL Server 2005 the import is the same. All these objects have a red exclamation mark but no errors appear in the error list. Also all my stored procedures and user functions ha ...Show All

  • Visual C++

    . I am going to address your core question: There is already a lot of discussion in the C++ community that #include <iostream> already pulls in way too many other headers - and believe me it was not designed this way. Why should <iostream> pull in <string> The two are not related and there is really no reason why one should depend on the other. We do provide every STL function and algorithm but our library, which is, BTW, provided by Dinkumware, was designed to minimize dependencies between the different components of STL. If I am using string manipulation functions I expect to add #in ...Show All

  • .NET Development Handle property in textbox

    In .Net Framework, there is a handle property in textbox control. How do I implement this handle value in vb.net of .net compact Is there a trick Thanks ! that checkbox was gray out. However, I was able to uncheck it. But I could not see handle property, so I went to tools -> options -> text editor again, I saw the checkbox is checked and gray out again. ...Show All

  • .NET Development Security blocking .NET Remoting

      I've got a .NET Remoting application hosted in IIS with a WinForm client.  The clients are located across the country and data transfer is across the intranet.  Everything works great until a large amount of data is requested (~2MB).  There is a desktop security agent called Sygate that is blocking the .NET remoting traffic.  The security agent logs a "IP fragmentation" attack and blocks the traffic.  The security team has been working for several weeks to try to fix this within Sygate, but now the security guys are asking me if there is something I can do at the application level. Does .NET ...Show All

  • Visual Studio Express Editions runtime redistributable?

    Hi, anybody know where I can find the runtime distributables described in "redist.txt" which is in the folder "c:\Program Files\Microsoft Visual Studio 8" Thanks,     Andres Yes you are right! I just revied the SDK docs about private assemblies: http://msdn.microsoft.com/library/default.asp url=/library/en-us/sbscs/setup/private_assemblies.asp There are more locations but the solution you are searching for is not available. Take care! If you place a CRT DLL in more than one directories and you use all those applications at the same time. the CRT DLLs are not shared if the CRT DLLs reside in di ...Show All

  • Visual Studio Express Editions Compiled program runs only on my PC

    Hello there, I'm new to VC++ and have written a little program with C++ Express Edition, it runs just fine on my PC, but on other PC's I get an error along the lines of "This system has not been properly configured for this program. Please reinstall it." To compile the program I simply built it and took the .exe in the folder "release". Compile options are set to "release" and "Win32". The program uses no external libraries. The "Compile" option in the Project pull-down menu is not-clickable, however - is simply building insufficient The other PC's I've tested the program with had Wi ...Show All

  • Visual Studio Express Editions Saving text files

    Hello, I am new to programming and I am wondering how to save to a file. I am trying to create a type of text editor, I can create the new text, save it as a new file, open it up and edit it, but I can't for the life of me find the code I need to save back to the file I just opened. If I need to post more info please let me know. Thank you in advanced for any help. System.IO. File .WriteAllText() ...Show All

  • Visual Studio Team System PasswordFormat Error when deploying an application

    I've created a simple application diagram (web service/web app/database) and a simple LDD, internet zone with an IIS and database zone with a database server. In the deployment diagram I deploy the database into the database zone and the rest into IIS in the internet zone. I turn on Fomrs authentication for the web app/web service. Enable anonymous authentication for IIS and then validate the diagram. When I do the validation I get the following error, "Constraint parameter 'Password Format' does not allow any values for setting 'PasswordFormat', which is currently set to 'SHA1'. Modify the constraint to enable one or more values for th ...Show All

  • Windows Forms Pass value from a WinForm to other WinForm

    Hi All, I have a problem how to pass value from one WinForm to other WinForm.  I have two WinForms, one WinForm is full of text box and one buttom, once user pass buttom, it will prompt an second WinForm which has a datagrid, user browse and select data in WinForm 2, once user double click a specific value in datagrid, I have write  ...Show All

  • .NET Development WebRequest.Create in a hosted control is extremely slow

    Hello all, Context> I'm currently working on a small web application that has a Windows Forms user control embedded in a web page. I use .NET Framework v1.1. The user control performs multiple file uploads. Problem> I wrote the upload code using HttpWebRequest (since WebClient doesn't allow developers to use cookies). When I call WebRequest.Create(url), the first call on this method takes a large amount of time to complete (> 30s). Subsequent calls run normally, they are very fast. Details> The user control runs with a custom set of permissions, according to its functionality, and I also tested the control in ...Show All

  • Visual Studio Express Editions Int array conversion to string

    I have an integer array number[x] i need to convert the entire array of unknow length to a singal string. In the end i want to take all of the integers from the array and put them on one line and out put it to a text box. I have tried using encout->Text= number[x].ToString(); but that only out puts the last integer in the array, and i need all of them comeing out. Ok i am going to post some of my code to see if anyone can tell me why it is convertiing what should be a character to its integer equivilant. int y=0, z=0, w=0, u=0, place=0, tens=0, ones=0, i;         &nb ...Show All

  • Visual Studio Team System Not able to view the load test report

    Hi, I am getting following error while tring to look at the reports tab after exceution of my Load test: "Can not access reporting service"http://hydhtc43047/ReportServer/ReportService.asmx"(ListChildren web service method name is not valid)" Can anyone please suggest where is the problem and what could be the solution Thanks, Joshna Unfortunately the load test reports don't work even in Beta 3.  They are the last of the reports remaining to get working and didn't quite make the Beta 3 deadline.  We'll have them working when we ship our release candidate. ...Show All

©2008 Software Development Network