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

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

exDreamDuck

Member List

Igorek
Westrick
Gary Halberstadt
55Jim
mac_higa
saggimanoj
ca_localhero
yanci1179
Crend King (Old Profile)
Vallari Kamble - MSFT
noiile
Andrew34Fisher
Ashwani Kumar Verma
JettFree
Wonder Andile
purpleendurer
Andy Thevelein
ntman
Hemant sethi
bjohnso2
Only Title

exDreamDuck's Q&A profile

  • Visual C# About solution folder - A bug or not?

    Solution folder's bug or not I tried VS2005 visual C#, I found a problem that I can't solve: After create a new windows Application project, then create Solution Folder, in the solution folder I create new windows user control library, after build, I can find the User Control in toolbox. I don't know why I've tried if I didn't put the User Control library in Solution folder, then the user control listed in toolbox. In vs2005 beta2, no this problem, I don't know if it's a bug for vs2005 If someone know the answer, please tell me it. Thanks and regards, Tiger.xing Hi Tiger - I'm reading this as your control doesn ...Show All

  • Windows Forms Add the .Net Framework Redistributables

    How can I add the .Net Framework redistributables to my .Net setup project  When ever I add a setup project, it says that the .Net framework is needed. I used the Setup.exe Bootstrapper Sample to get it to work. Read the documentation here: <a href="http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetdep/html/vsredistdeploy.asp">http://msdn.microsoft.com/library/default.asp ...Show All

  • Windows Forms DataGridView Problem

    In my data grid view control have two columns (Column A and B) When I edit A column and press enter to end edit, the control will goto next row of column A. This is a problem that I want to goto column B when I finish to edit column A. But I don't know how to do it.... Please help me   No body know how to do it Is DataGridView limitation ...Show All

  • .NET Development Application runs slowly first time with Framework .NET 2.0 on Windows 2003 Server

    We are developed an application in .NET 2.0. On Windows XP SP2 and Windows 2000 and others, works fine all times, but when you try to run on Windows 2003 Server, the first time takes a lot. We have check that this time are consumed in database access. All next times you run the application works fine. Do you know some bug related to w 2003 Server or only may be an specific configuration on this server Thanks in advance. I suppose something like this. Then, Framework .NET 2.0 doesn't work equals in alls enviroments, because on Windows XP SP2 or Windows 2000 there is not difference between first and next execut ...Show All

  • .NET Development Book recommendations?

    I just bought "Network Programming in .NET with C# and Visual Basic .NET" because of a recommendation here, but I got the book and found out that it's apparently in the wrong version for what I'm using. I'm using Visual Studio 2005 Professional, and I got syntax errors when I tried using some of the code in the book. The book looks like it's exactly what I want except for the incompatibility. Does anyone have any recommendations for books that teach socket and network programming in VB 2005 Thanks. Eventhough it is based on 1.1 version, the are very few changes at the socket level. You could work a ...Show All

  • .NET Development USE SQL SERVER 2005 Express with ASP.NET1.1

    Hello, here i need to know that how can i access SQL Server 2005 Express Edition from my ASP.NET 1.1 Application. Any help would be grateful. Murtaza The same way you would access any SQL Server, with the connection string in the Web Config: <configuration> <appSettings>     <add key="ConnectionString" value="server=(local);database=MyDataBase;uid=sa;pwd=123" />   </appSettings> </configuration> If SQL Server isn't local, then just substitute the Server name for (local). Get the connection string in your application using the Configuratio ...Show All

  • Visual Studio Change Database Location at Runtime - when "Add Command" is used

    1) I am unable to get a report to change database location at runtime if the report uses the "Add Command" feature (ie. Create New Connection/OLE DB(ADO)/Add Command). This can be checked by using the CS_Web_RDObjMod_DBLogon sample code provided in the TutorialSampleCodeProjects from Crystal Reports and using a report that uses "Add Command" and a sql statement rather than referencing a table in the database. (Reference to a table works fine in the sample code). The report will display the information fine if the database is the same as the one the report was created on. The error message is "The database DLL 'crdb_query.dll' could not be lo ...Show All

  • SQL Server Compatibility of MSDE with .NEt

    Hai frnds, Can i use MSDE for my .net applications instead of SQl server Can u sugget some good documents regarding MSDE compatibility with .NET Applications ...Show All

  • Smart Device Development Using Visual Studio 2005 with CF1.0

    Hello, One year ago we developed an SmartDevice solution with VS2003. Now we have migrated it to VS2005 without problems. However, most of the current Pocket PCs of our customers have not the CF2.0 installed, and therefore our application does not run on them. I don't want to implement a CF2.0 auto-installation process, since it is very time-consuming. I would like to use VS2005 with CF1.0 as a target for compilation and deployment. Is it possible If not, could you recommend me a solution for my problem Thank you very much in advance, David Robert (Spain) Yes, you can do that by selec ...Show All

  • Visual Studio Team System In web tests,how to validate the values on a grid?

    I want to validate the values that are shown on a grid, based on the values that are selected on a Combo.(Herein internally, the grid gets filled, when the combo box value is changed.) I would also like to know the selected row from the grid. Pls, give me the details of this.If we have to write a custom validation rule for this, kindly provide that custom validation rule too. Thanks,for your reply. ya,i also know that i have to write a custom validation rule for it.that only i am asking u to provide.I know how to write a custom validation rule but i would like you to provide a custom rule to validate the ...Show All

  • Visual Studio Team System Handle for the Process Template of a TeamProject

    I want to get a handle for the Process Template of a Team Project created in TFS using VSTS. I need the handle to get what are the elements which are present for that specific project. Please help me out. I need it immediately.. Hi All, Thanks a lot for guiding me to the right track . Everyones posts were really helpful. Regards, Sameer and Muthu ...Show All

  • Windows Forms how to change null columns from datagrid

    hi, how can i change or remove the displayed (null) value from the datagrid ...Show All

  • Visual C# C# / MsAccess backup

    I am using C# with MSAccess I would like to know How could I backup MSAccess database because I cannot see database after I publish the solution, which i only can see setup.exe ...Show All

  • Visual C# [HOW TO] Create a Registry Cleaner

    Is it possible Where do I get started Matt Yes it's possible. All you really need is the Microsoft.Win32.RegistryKey class. I guess you should start by reading the docs for that class, determining what you want to clean up, and make sure you have a backup of your system registry in case you screw up. ...Show All

  • Visual Studio Team System Undelete

    Noob question - please could someone tell me how I undelete a file from TFS source code control Go to Tools -> Options, then Source Control -> Visual Studio Team Foundation Server and then check the Show Deleted items in the Source Control Explorer checkbox. Now, navigate in the Source Control Explorer to the deleted file, right click on it and select undelete. ...Show All

©2008 Software Development Network