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

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

Xserv4real

Member List

Garon Line
BigPaul
reshadi
Michael Goffioul
lmb
ens
Kirann
Quinch
JustinSmith
John Palmer
ku19832001
Jaime_Martinez
Brick IM Robot
Kishanb
carlengerer
AnilK
KristerS
BrunoRdaSilva
Jupiter13
Ken Wilson
Only Title

Xserv4real's Q&A profile

  • SQL Server How to update tables

    Hello, I'm begginning in SSIS. I've made somme tests and I saw a lot of ways to insert rows in destination tables, but I didn't found a way to update rows in destination tables. I have to read rows from source tables in a database. I have to insert this rows in destination tables in another database. If these rows already exists, I want to update them and if they don't exists, I want to insert them Is it possible Thanks Pierre ...Show All

  • Windows Forms Treeview question .net

    How do I select a node programmatically I expected to see .Selected method. I see IsSelected. Thanks, Mike Hi, Assign the node to SelectedNode property to select it: myTreeView.SelectedNode = myTreeView.Nodes[0]; Regards, -chris ...Show All

  • Windows Forms Rotating but not rotating text

    In a school project to design a custom meter control, I wanted to come up with something resembling a speedometer. I rotated the tic marks, and needle around the center of the control. I also rotated the text around the center point, but t ...Show All

  • Visual C# datagrid: parametric number of records in a page

    Is it possible how I explain better: i want to obtain a variable of MaxRecordInPage for webconfig. My datagrid would have that number of record for each page. Thx ...Show All

  • .NET Development Missing MSVCR80D.DLL needed to run a.NET application?

    I have developed a .NET application using Visual C++ .NET 2005 Express Edition. I have several users doing Beta testing for me. I included the latest dotnetfx.exe redistributable runtime on my distribution CD-ROM and instructed my testers to install it first, before attempting to run the app. One user, on Windows XP Home, SP2, says that even after installing the .NET Framework 2.0 from dotnetfx.exe, the application fails to launch with the ...Show All

  • .NET Development Typed Dataset with Enterprise Library

    Is there a way to populate a typed dataset with the Enterprise library   I am getting a "System.InvalidCastException" exception. TypedDS dsRuns = new TypedDS(); Database dbMMS = DatabaseFactory.CreateDatabase("TestInstance"); string cmd = "SELECT* FROM blah"; DBCommandWrapper cmd = dbMMS.GetSqlStringCommandWrapper(cmd); cmd.AddInParameter(":SDATE", DbType.String, datetimepickerDate.Text); dsRuns = (TypedDS)dbMMS.ExecuteDataSet(c ...Show All

  • Visual Studio Team System test case

    I have a function which takes xml as input ,Process the xml and insert the data to database. How to write a test case for this function as there will be no written value. Regards, Venkatesh You can certainly take advantage of the code generation feature in VSTS. In your case there's no return value in the function to be tested. Therefore in the generated test you will need to add your own verification. For e ...Show All

  • Software Development for Windows Vista Workflow designer

    Hi, I have a strange problem with workflow designer in visual studio. Layout is not always persisted, but several reopen of xoml file activities moved from their position, sometimes they are out of bounds or hidden under other activities. Isn't there a way to fix this problem or a command to automatically layout the workflow Thanks I have already reported this. Workflow runtime itself is relative st ...Show All

  • .NET Development How to transform a fault statement from wsdl

    Hi, Is it possible to transparently use own developed exceptions from a Webservice to a client (server throws MyException and client receive MyException instead SoapException), and if yes, how to generate a exception class defined in a wsdl file using appropriate type and fault tag in a operation using wsdl.exe Hier some fragments of my wsdl: < complexType name =" AlreadyExistException " >   < ...Show All

  • Visual Studio Express Editions serialport component

    is there any documentation on how to use the serialport component in visual basic express edition Hi Rick I have uploaded my application on the download page of my website at www.ampertronics.com.au if anyone would like to donload and try it out you are welcome. It is a simple program that is a cross between Notepad and Hyperterminal and sends thing out to the serial port. Any installation or other problems/sugg ...Show All

  • Visual Studio Team System TF30321: The name you typed is already used for another team project

    I had a project fail part way through creation (sharepoint timed out on creation for some reason) and it also failed to "back out" of creation properly.  Now when I try to create a project with that same name I get error TF30321 "TF30321: The name you typeed is already used for another team project on the Team Foundation Server.  Type a unique name for the new team project." I would have thought this was a big problem, but I had alread ...Show All

  • Windows Forms How to add custom pre-requisites to ClickOnce ?

    How can I add new items to the list of pre-requisites shown in dialog from the ClickOnce properties Prerequisites button Guy These two links should have the information you are looking for. http://msdn.microsoft.com/msdnmag/issues/04/10/Bootstrapper/ http://www.gotdotnet.com/workspaces/workspace.aspx id=ddb4f08c-7d7c-4f44-a009-ea19fc812545     ...Show All

  • Windows Forms FileOk Event problem

    My handler for the FileOk event of a dialogbox just won't work.My code for the handler goes like this : void saveFileDialog1_FileOk( Object^ sender, System::ComponentModel::CancelEventArgs^ e ) { label1->Text = "test" ; } label1 is a label on the form and i want to change its text property just to check if the handler works.The saveFileDialog control shows itself after a click on a menu button.And when i click ...Show All

  • Visual C# Determining IIS Options via C#

    Hello. For my work, I'm automating system validation to be performed prior to installations of our software. One of the steps is to verify that certain options like "Common Files," "Internet Information Services Snap-IN", and "World Wide Web Server" are installed. I know how to verify this through Add/Remove Windows Components, yet I'm not sure how, or even if it's possible, to verify such things through the use of C# (which I'm writin ...Show All

  • Windows Forms keycodev2.dll

    Hi, I have developed an application using vb.net & crystal report 9 for vs.net, it runs well in my development pc which is win 2000, after deployed into a win 98 pc, error "cannot find keycodev2.dll, or invalid keycode" occured, when i  ...Show All

©2008 Software Development Network

powered by phorum