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

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

toypaj

Member List

nkranes
MQ
scotts_43035
Brian R
Peter N Roth
Takara
Harald Hedlund
Joe the Owl
Moody2006
RobbieJones
Cowski
Guy Peer
ARMY_ATC
Felix Verbitsky
nickc
Sumant Gupta
Pocket PC
Perry_valid_name
bobetko
Geethan
Only Title

toypaj's Q&A profile

  • SQL Server 5 clients takes 5 times more

    Hi there! This is the scenario: I've got a dataset to handle data in aplication tier. I've sent transactional operations to data layer. In data layer I've got stored procedures that handle xml data to "keep" and "retrieve" data in/from database. This is the idea. After some tests I get this code in DB: DECLARE @Documento as xml DECLARE @QtdReg as int DECLARE @Contador as int SET @Contador = 1 Set @Documento = ' <ROOT> <Mesas> <CMesa>1</CMesa> <CodMesa>1</CodMesa> <Designacao>TESTE</Designacao> <NPessoas>5</N ...Show All

  • Visual Basic Find... Dialog

    Probably a super stupid question - in VB.net 2005, how do you bring up the old "Find" dialog. Again, used to use ExecWB for this in VS VB6 but no go as far as I can see... If anyone can guide me on to how a lot of the old ExecWB stuff is accessed now, it would be helpful, but the above question has me stumped! Many thanks J J, Found this example online and thought I would pass it on to you: http://www.windowsforms.net/Default.aspx tabindex=4&tabid=49 Internet Explorer Look and Feel - Joe Stegman This is a sample project that builds a browser. I think that was one of ...Show All

  • Visual Studio Team System Property for CoreDropBuild target

    How can I find the property for the path that <target> CoreDropBuild uses to copy my binaries to I want to write this property to a file so I my older automation can read it in and now the path to where our binaries are being copied to. I tried to look for Microsoft.TeamFoundation.Build.targets but the path to MSBuildExtensionsPath \Microsoft\VisualStudio\v8.0\TeamBuild\ didn't seem to apply to my machine. Would the property I'm looking for have been in here Where can I get a copy of this file and where can I get a list of the properties used in the build Thanks! -Marc Binaries ar ...Show All

  • SQL Server Cannot install June CTP on Windows 2003 DC !!!

    I am trying to install Sql Server 2005 June CTP on a Windows Server 2003 SP1 primary domain controller with IIS/ASP installed. I get this error (when Sql Server Database Services is being installed:  "SQL Server Setup was unable add user NT AUTHORITY\NETWORK SERVICE to local group SQLServer2005MSSQLServerADHelp­erUser". And I am not alone! See http://forums.microsoft.com/msdn/ShowPost.aspx PostID=18788 Any workaround or update to be able to install it on a domain controller, Microsoft Thanks! I've been in contact with the TFS team on this issue. As long as you use the April CTP that shipped ...Show All

  • Visual C# Visual Studio Academic Editions

    (The academic version of Visual Studio .NET includes Visual Studio .NET Professional PLUS Student Tools. This product is functionally identical to Microsoft Visual Studio.NET Professional, but may only be used for academic purposes) How does this work Does this mean that it won't run on a non-college computer No this will work on any machine but there are restrictions on the licencing of products that you can release and if it follows some of the other academic programs the licence for the application is only for 1 year. ...Show All

  • Visual Studio Express Editions How to move form without the title bar?

    Hi, I have a problem on my application, i have an image an set it as form, and I set the form borderstyle to none, the problem is, i can't move the form. Can u help me pls :( You can right click on the program in the task bar, select move and use your arrows. Or you can write your own code to move the form if the user clicks and drags. ...Show All

  • Visual C# How do you prevent IDE from wiping out layout?

    I have a project with all my custom controls. When I have a form opened with my custom controls and a rebuild fails on the custom control project, IDE is wiping out my layout, and sometimes it even does a "GOOD" job of removing any references to my custom controls. Reverting my form to a blank form. VSS is the only thing that prevents me from going ballistic. Howdy JRQ... I was working on a massive enterprise application last year (80+solutions) and this was happening all the time. It became known as "Control slide"... The only solution I can give you is that when you open your ...Show All

  • Visual Studio nAnt and VSS 2005

      We currently use nAnt to automate nightly builds of our 1.1 framework web appliations that are housed in a 6.0d sourcesafe database.  We are getting ready to upgrade to VSS 2005.  Has any had any issues running nAnt against VSS 2005   I.e. Have the command line executables changed   Thanks in advance!   -Sergio  We do the same thing and we didn't have any problems with NAnt after we upgraded from 6.0d to 2005.   ...Show All

  • Visual C++ MFC ClassWizard from typelib for automation

    I'm trying to use automation in a simple MFC application. I've created a CApplication class from the PowerPoint library. It creates the class fine, but it won't compile. There are various variables renamed and not understood. Here are some examples... c:\work\powerpointautomation\autoproject\autoproject\capplication.h(3) : warning C4278: 'RGB': identifier in type library 'C:\\Program Files\\Microsoft Office\\OFFICE11\\msppt.olb' is already a macro; use the 'rename' qualifier c:\work\powerpointautomation\autoproject\autoproject\debug\msppt.tlh(414) : error C2371: 'FontPtr' : redefinition; different basic types c:\program files\mi ...Show All

  • Visual C# convert a string to date but whith new format

    hello can any one help me to converter a stringdate with this format "Mon Nov 21 11:34:17 2005" in date like dateTime=date.parse("stringdate") thanks Assuming that you can't rely on the locale formatting then you'll need to explicitly lay out the formatting through the ParseExact method. DateTime dt = DateTime.ParseExact(str, "MMM d HH:mm:ss yyyy" , null , DateTimeStyles.AllowInnerWhite | DateTimeStyles.AllowWhiteSpaces); Unfortunately I don't believe DateTime will be able to handle the weekday name so you'll need to strip it off first. Michael Taylor - 2/7/06 ...Show All

  • Visual Basic TV Capture

    i'm trying to create an application that calls or access my tv capture card (a VB TV application) although im still a novice. Any poiners here is one of them samples i was referring to before with vidcontrol in it. i don't know if its a class or not. Private Sub Command1_Click() Dim objTuneRequest As IChannelTuneRequest Dim objTuneSpace As ITuningSpace Dim objTuneSpaces As ITuningSpaces Dim objInputVid As MSVidInputDevices Dim objAnalogTuneSpace As New AnalogTVTuningSpace ' Dim objAnalogTuneSpace As MSVidobjAnalogTuneSpacelogTunerDevice Dim vid As MSVidInputDevices ' Set ...Show All

  • Software Development for Windows Vista a state delay in a stae workflow machine

    I have an application which host a state workflow machine, In this application , I have to define a delay for certain state, so I define an additional driven event who is managed by a delay activity , I defined the this event an the raiseEvent method in the communication service interface.. the problem I don't find the way to bind the drivenevent (in the designer) with the event which I already defined in the communication service interface..so what should I do If you want to call out to a service after the delay occurs you need to use the CallExternalMethodActivity. After setting the InterfaceType you c ...Show All

  • Visual C++ Need to GetDriveType(), BUT...

    I have a very large VC++ .NET (2003) program I've spent months writing.  I need to use the GetDriveType() function, which seems to require #including windows.h.  However, whenever I #include windows.h, it breaks hundreds of other commands in my code.  I'm able to use System::IO::Directory::GetLogicalDrives(), but GetDriveType() isn't in that class.  Can anybody suggest a way to get around this The DriveInfo class in .Net 2.0 may be what you are looking for.  The DriveType property tells you what kind of drive (network, disk, etc) it is.    http://ms ...Show All

  • .NET Development Object Persistence and transaction

    I'm planning to redesign my application in N-Tier and create an object persistence objects (DAL) for each object in my project. For example, I've salesOrder and salesOrderItems objects. I'm trying to create corresponding data persistence object for both of them. My problem is how can I include the objects in the same transaction So that the business layer can start a transaction and the DAL can involve in the same transaction. Example: When I create an sales order, the related sales order items must be added as well. I found that .NET 2 provided a TransactionScope class. However, all the samples seem working in a single function block ...Show All

  • .NET Development can't browse .asmx pages

    Hi, I have web services implemented in c#, they work fine and i can browse .asmx pages in ASP .net Development server ( like http://localhost:portNumber/foldername/service1.asmx). But when i publish my web project and add virtual directory in IIS i can't browse .asmx pages in IE. It says :" Object reference not set to an instance of an object". These web services use data layer for connnecting to databse and execute stored procedures, so i added .dll of this project (data layer is a class library project) to web project. i don't know if it has something to do with this problem. anybody knows what can be wrong Thanks ...Show All

©2008 Software Development Network