Software Development Network Logo
  • Windows Vista
  • Visual FoxPro
  • Visual Basic
  • IE Development
  • SharePoint Products
  • Visual C#
  • Visual C++
  • Smart Devicet
  • Microsoft ISV
  • .NET Development
  • SQL Server
  • VS Team System
  • Audio and Video
  • Game Technologies
  • Visual Studio

Software Development Network >> R.Tutus's Q&A profile

R.Tutus

Member List

Vivek Natani
BSOD2600
NoEgo
Amde
Sutha Thiru
Sweed
farkbert
kid_kaneda
Matt24
Chefbrenner
jameyer
arvindbksc
ChandraP
canadian_coder
Nick Port
EricGeorge
den2005
DaveKStl
M.Glenn
Sideout
Only Title

R.Tutus's Q&A profile

  • .NET Development How can I save textbox with value in the windows forms as xml file with Rootnode and Child and sibling nodes?

    Hi Please sombody help. I am trying to do the following for the past 5 days but I couldn't do it. 1. I have table and picked up one row with 70 colums as dataset 2. I used Dataset.writexml("..\test.xml") 3. All 70 colums writtern as xml but under one root element.(like below) <root> <1>gh</1> <2>fg</2> <3>fg</4> <4>fg</4> <5>fg</5> </root> 4. I want the xml as below <root> <test1> <1>gh</1> <2>fg</2> </test1> <test2> <3>fg</4> <test3> <4>fg</4> </test3> <5>fg</5> </test2> </root> ...Show All

  • Windows Live Developer Forums Where has Windows Live Writer gone?

    Was just chcking to see if there were any updates to Windows Live Writer (love te beta so far). Except that it's no longer available from ideas.live.com and the gadget link on the gallery does not work ay more. Where has is gone and is it comming back Rgds Darkside http://windowslivewriter.spaces.live.com/ ...Show All

  • SQL Server Hiding table contents without sacrificing too much on performance?

    An application uses a database table having proprietary information. We do not want our customer to be able to look at that. This being a real-time application, performance can not be sacrificed. What is the best way to keep the table data non-viewable without sacrificing the performance I think Rajeev is looking for some DRM type of solution, in which case this has already been discussed on threads like http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=52094&SiteID=1 . Thanks Laurentiu ...Show All

  • Microsoft ISV Community Center Forums Find Method - enter value on one worksheet and search in another

    I'm a newbie trying to set-up an Invoice form on Excel -- my set up is: A combo box for selection of Customers cboCustomer RowSource=AddRange (in worksheet Add) ControlSource=Customer (in worksheet Job) Now I need to find whatever value/string returned to Worksheets("Job").Range("Customer") in Worksheet("Add").Range("AddRange"). So I can copy the 3 cells beside that value/string. (Initially I thought this could be accomplished in combo box alone but turns out it doesn't support multicolumn...) I am also having problem with the Find Method because most examples I seen it only works with pre-determined value I've spent the past few hours trying to figure this out... Any help is grea ...Show All

  • Visual C++ Why is base class destructor unresolved in Release mode (VS2005)

    Abstract base class, Foo, exists in library F Derived class (from Foo), Bar, exists in library B Module M uses Bar (but never Foo directly). Linking M to B satisfies all external references in Debug mode. In Release mode, however, linking of M complains that the reference to Foo’s destructor is unresolved. This seems inconvenient. It is caused by optimization because if you disable the optimization on M, there is no link problem. Can this behavior be justified Does anyone understand what sort of optimization is happening that causes this behavior Is there a way around this other than either disabling optimization or linking M to F (also setting M’s C++ Properties/Optimization/Whole Program Optimizat ...Show All

  • Visual Studio 2008 (Pre-release) Creating a panel style with default styles for child controls.

    I would like to create a style that sets default styles for a panel's children based on their type, such as a default style for buttons, labels, etc. I tried creating styles in the panel's style's Resources property. For example: <Style TargetType="Grid"> <Style.Resources> <Style TargetType="Button> <!--...snip...--> </Style> <Style TargetType="Label"> <!--...snip...--> </Style> </Style.Resources> </Style> This seems to work fine for buttons, but doesn't work for labels. I can't figure out why. I've tried just about everything I can think of. Please help. Thank you. -Kevin It looks l ...Show All

  • Visual Studio Express Editions FontStyle

    Here is what I am using Dim font_style As FontStyle = FontStyle.Regular and here is the errorr that I am getting Font 'Monotype Corsiva' does not support style 'Regular'. My question is how do I tell the program to load the font in it's default style Here is what I'm using at the moment. ' Make the new font. If family_name = ("Monotype Corsiva") Then font_style = FontStyle.Italic End If Dim new_font As New Font(family_name, font_size, font_style) ' Show the Changed font. rtbtext.Font = new_font Label1.Text = cboFonts.SelectedItem IsStyleAvailable does not work with the code that I'm using. I think I will have to try what Nobugz has suggested catch the error then change to ...Show All

  • Visual Studio Express Editions unable to install c# 2005 express edition

    Hi, I have installed VB 2005 & SQL server 2005 express edition. Now, I have download C# 2005 express edition (.img) and unable to install it. The error message prompt as " A problem has been encountered while loading the setup components. Cancelling setup ." I have tried several times to re-download and run the setup and get the same message everytime. Could anyone help me Thanks. When extract files from disk image, remember to use the long file name instead of the 8.3 format. See Little Tech note at http://mindedwebs.com/CL ...Show All

  • Software Development for Windows Vista EventDeliveryFailedException on old workflows

    I'm getting the following error , the workflow in question works fine for new instances, but after I edited the definition and redeployed it to the system old workflows give me the following error ( I added an ifelse in one of the states event handlers) 2006-11-19 00:09:03,118|[Pipe Thread 1936]|ERROR|Azdad.Hydra.ServerAPI.WorkflowEngine.WorkFlowProcessor|[]| workflow send event failed Exception: System.Workflow.Activities.EventDeliveryFailedException Message: Event "AzdadForwardEvent" on interface type "Azdad.Entity.Workflow.IAzdadWorkflowDataExchangeService" for instance id "bac2aa1a-2f35-4832-b96b-a928f8dda858" cannot be delivered. Source: System.Workflow.Activities at System.Workflow.Activities.WorkflowMe ...Show All

  • SharePoint Products and Technologies Can not creat Site collection in wss 3 release version

    hi all... My installation of WSS 3 was successful.. My config Windows 2003 SP1 (Part of Domain "testwss") Framework 3 (Release) Wss 3.0 (Release) Sql 2005 ( On other machine which is part of Domain "testwss") IIS 6.0 office 2003 pro after creating application successful i am not able to create site collection i get the following page. The Windows SharePoint Services Web application has been created. If this is the first time that you have used this application pool with a SharePoint Web application, you must wait until the Internet Information Services (IIS) Web site has been created on all servers. By default, no new SharePoint site collections are created with the Web application. To create a new sit ...Show All

  • Visual Studio Express Editions dataset and datagrid problems

    i have a db (access file) i draged a datagrid and connected the thing to the dataset in wizard it automathicly gave me this line in my load function this .workersTableAdapter.Fill( this .db1DataSet.Workers); now i see the rows inside the grid, but i cant seem to change them (when i reopen the program, the rows are the same they were) if someone here knows the subject and can give me some pointers that could be great (if that someone has an email address, icq, or msn, even better, maybe i could even send it to them if they would rather see it with their own eyes) well firstly you have accept changes being called before doing an update() which wouldnt work. so comment out the acceptChanges() before U ...Show All

  • Microsoft ISV Community Center Forums VBA sheet using registered dll functions across a network

    Hi, I've developed a VBA project, using functions in a user-defined dll that I developed in C++, and would like to make the project available to other users in my work network. The VBA project calls the dll via a line like: Public Declare Function MyFunction Lib "P:\MyDLL.dll" (ByVal MyArg1 As Double, ...) As Double where P is my personal drive on the network, same drive that the VBA project is sitting in, and this works fine. What I'd like to do is to save both the VBA project and the dll in the same publicly accessible drive so that all users can use it. The trouble is that users will have different path names for the same drive - different drive letters, different roots etc, so I can't specify a fixed path in th ...Show All

  • .NET Development SQL Server and CLR Integration

    Hi, I am calling a web service from a CLR procedure. I am using System.SqlServer.Server namespace While compiling the cs file from the command line, i got the following error error CS0234 : The type or namespace name 'SqlServer' does not exist in the namespace 'System' ( are you missing an assembly reference ) How do I add reference to that namespace I couldn't find that dll in my system. I've found a Microsoft.SqlServer.Server namespace in the assembly System.Data. Is that what you're looking for Thanks. ...Show All

  • Visual Studio 2008 (Pre-release) NegotiateCleintCredentials = false with wshttpbinding / message security / client credential type = windows

    on the same machine. server side : <endpoint contract="MyService.IMyService" binding="wsHttpBinding" address ="/securedmessagenonegotiation/" bindingConfiguration ="securedmessagenonegotiation"> <identity> <userPrincipalName value =" i-enrics@x.com"/ > </identity> </endpoint> .... <binding name ="securedmessagenonegotiation"> <security mode ="Message"> <message clientCredentialType ="Windows" negotiateServiceCredential="false"></message> </security > </binding> ........... I run svcutil so that on the clien ...Show All

  • Visual C++ changes in namespace member in managed code not reflected in unmanaged code

    I have an unmanaged project (a simulation) that has a set of global variables within a namespace. Another project, this one being managed, acts as a front end for the unmanaged code, and changes these global variables on user input before running the simulation. The code for loading user input simply writes directly to the variables with their namespace qualifier. I then call the simulation, at which point the unmanaged code takes over. The problem is that those changes to the global variables aren't reflected once the unmanaged code takes over, almost as if there are two copies of the namespace. An example of how to duplicate this behavior: A.h: #pragma once #include <iostream> namespace N { static double namespace_member = 0.0; ...Show All

©2008 Software Development Network