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

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

Crowny

Member List

**Bob
Eric M
Luxspes
PGamblin
Steve-x
case23_69
Montana
Matt Connolly
Hannelie
Gennady D
Angry SQL 2005 User
Jose M. Ladero
KH Tan
lordvr
JoeWood
- permood
simserob
cakalfurkan44
Microtoby
raj.p
Only Title

Crowny's Q&A profile

  • Visual Basic Terminating applications using VB6

    I am trying to write some vb6 code to terminate applications/processes. Microsoft Internet Explorer in particular. Can anyone help ...Show All

  • Visual C++ code doesn't working, help.

    In Win32 project i have a code, that simmulating a left mouse click on Windows Start button and it work very well: #pragma comment(lib, "User32.lib") Add that just after the #include to <windows.h> (or anywhere else you find convenient for that matter) Alexxey wrote: In Win32 project i have a code, that simmulating a left mouse click on Windows Start button and it work very well: ...Show All

  • .NET Development Not accessing intranet web apps by Macintosh Pc,s

    I am facing a problem on my windows 2000 server to run an intranet web application. There are more than 50 (windows based) pc’s connected to the above server and access that web application successfully. But also there are more than 40 (Macintosh) computers in the network and they are not accessing the web application and return the error that resource “web address” not found . These Macintosh computers are connected to window’s 2000 through AppleTalk protocol. They can only access a shared folder on windows 2000. Please solve this problem and reply me as soon as possible. ...Show All

  • .NET Development XmlNode.RemoveChild not working?

    Hello, I tried posting this to a Reporting Services newsgroup also, but I figured I would try my luck here as well as what I am experiencing is probably not Reporting Services specific. I have an RDL document (for those who don't know RDL is Report Definition Language, which is just an XML structure that defines a Report in MS Reporting Services). I load an XML document into the .NET 2.0 framework's XmlDocument object.  The XML is similar to below: <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xml ...Show All

  • SQL Server Foreach loop container

    Hi, I'm trying to learn SSIS and currently i testing the Foreach Loop Container, and I don't know how to process it with Table, means for each record of this table I have to import from one folder some text files. so Idon't know how to connect my table to Foreach Loop container. Thanks 1. Use Exec. SQL Task to query the table 2. Store the result record set in a variable 3. Use FE Loop to iterate over the record set ...Show All

  • Visual Studio Team System Permission problems

    hello, I've created a domain group "ts\developers" with two users: dev and dev2. Then in Team Sysem I created a TFS global group "Developers" adding "ts\developers" windows group as members (not each devx windows accounts). The "Global\Developers" TFS group has the following permissions: - Access the version control system - Create a workspace - Create new projects - Edit domain-level information - View domain-level information At the team project level the permission for the "Global\Developers" are all except - delete test results - delete this project When I open the team project froman dev account (ie dev1) which is member of "ts\Develop ...Show All

  • Visual Basic Type to Structure conversion

    I have just started using vb.net 2003 and trying to convert an old vb program.  The old defined datatype was: Type OrderHeader     InvoiceNo As String * 10     CustomerNo As String * 6 End Type I understand that it is now structured like: Structure OrderHeader     Private InvoiceNo As String      Private CustomerNo As String End Structure but since vb.net will not handle a fixed string length is there any way around this Thanks Sammy   Structure GingerBread    Public Sugar As Integer    Public Ginger As ...Show All

  • SQL Server changing filegroup of an existing primary key indexes.

    hi, how to change the filegroup of existing primary key index and foreign key indexes in sql server 2005. Thanks in advance. ...Show All

  • .NET Development Authentication Failed - SMTP Email

    Hello, We are in the process of converting a VB6 project to .NET using VS2005. The problem is with sending the email. The error I am getting is the following: System.Net.Mail.SmtpException: Syntax error, command unrecognized. The server response was: 5.7.0 Authentication failed    at DCTEmail.Email.SendMail()    at CustAdmin.frmEmail.btnSend_Click(Object sender, EventArgs e) in E:\SaberTooth.V4\SaberTooth\SaberTooth\Forms\System\frmEmail.vb:line 67 My code snippet looks as follows: Try      Dim Message As New MailMessage(SentFrom, SendTo, Subject, Body)      Mes ...Show All

  • SQL Server SQL ---database remoting copy

    who else can help me My sql needs database remoting copy. Hello, Can you describe in more detail the scenario that you want to achieve From your short description, this doesn't appear to be security related. You may want to post your question on SQL Server Database Engine . Thanks Laurentiu ...Show All

  • SQL Server ForEach Config validation errors

    I have a Config file for a Data Flow that is utilizing a Configuration file. I have specified in the Configuration file to capture the Directory and FileSpec for the ForEach Enumeration. When I open the package, I get the following error: Warning 1 Warning loading ISOTypeLoss.dtsx: The package path referenced an object that cannot be found: "\Package\Foreach TC03 File.ForEachEnumerator.Properties[Directory]". This occurs when an attempt is made to resolve a package path to an object that cannot be found.   i:\visual studio 2005\projects\claimtran\isotypeloss\ISOTypeLoss.dtsx 1 1  Warning 2 Warn ...Show All

  • Windows Forms Accessing controls in external windows

    How do you access controls in a window that have been created by another program I have got the window handle, and want a list of all controls in the external window. I am newbee to .NET,  programming in C#. very thankful for help! Jessica4710 wrote: Given a handle, you typically can call Control.FromHandle to retrieve the Control. However this only works if you're on the same thread as the control. Since you are cross-process, this wont work. Won't even work cross-thread. You can get certain information using active accessibility. This is how we recommend folks test their applications. Mor ...Show All

  • Visual Studio Team System VSTF Create project Error

    Hi, While creating new project in Visual studio Foundation server I am getting following error Error TF30170: The plugin Microsoft.ProjectCreationWizard.Portal failed during task SharePointPortal from group Portal. Explanation Plugin error text: “The underlying connection was closed: The connection was closed unexpectedly.” User Action Contact your Team Foundation Server administrator. Warning TF30144: The New Team Project Wizard attempted to roll back all of the steps taken to this point but was unsuccessful. Contact your Team Foundation Server administrator for further instructions. ...Show All

  • Visual Studio Express Editions ToolStrip Declarations

    Hi what is the code to declare a "Click" in a Button of ToolStrip Toolbar for example if you write "BlaBlaBlaBlaBla" then "click" the "New" Button. ...Show All

  • SQL Server SQL Server CLR project

    The Project Template  Visual C# -> Database -> Sql Server Project isn't available on my Visual Studio 2005 beta 2. I installed Visual Studio 2005 and after that the SQL 2005 lient tools on a desktop with success but no luck, the project type isn't available. Can someone tell me what I need to do to have this template available in the new project dialog You need VS 2005 Professional or above. Or you can download my project tempaltes from here . I was fed up with the limitations of the templates shipping with VS so I wrote my own. Niels ...Show All

©2008 Software Development Network