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

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

graab

Member List

Deeps_123
kered pople
Keith Chapman
Pedro A. G. Carvalho
Tom De Cort
LTD
Warren13
Jaime Stuardo
Anjo Gasa
llap444
stenlik
Banna
jmsigler2
Naftis
spelger
jayaraja
Ecroton
Solitaire
gerbenvl
PricklyPear
Only Title

graab's Q&A profile

  • SQL Server Errors after installing Server 2000 DTS Designer Components

    Hello, After Having installed the SQL Server 2000 DTS Designer Components necessary to edit legacy DTS packages on 2005 server, I keep getting the following message when trying to open SQL Server 200 Enterprise Manager: "The procedure entry point ProcessExecute@@YAXPAUHWND_@@PBG1@Z could not be located in teh dynamic link library SEMSFC.dll." Is there a way to fix so that I can open Enterprise manager Thanks! Tom, How do you install SP4 on a client machine. How do you specify the instance and user id if I don't have one installed on my machine Thanks, Joseph ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Could C# be the future of gaming?

    Since XNA is using C#, and is is a more intuitive language than C++, is it possible that in the future that C# will dominate, espessially in AAA titles. Could XNA be ushering a new way of programming in the main stream QuantumMischief wrote: Since XNA is using C#, and is is a more intuitive language than C++, is it possible that in the future that C# will dominate, espessially in AAA titles. Could XNA be ushering a new way of programming in the main stream C# is the future only if all you are concerned about is writing games for Windows PCs and Xbox 360. I'm sure Wii, PS3, DS and PSP will continue to have their fair share of AAA titles in the years to come and they will be written in a mish-mash of C, C++, GLSL, Cg and ASM, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How has a Physics GameComponent?

    I'm looking for a simple .NET physics plugin for doing 2D physics while I'm using XNA; any suggestions Andre Odendaal wrote: This looks awesome! Are there some demos/samples or documentation on how to use it it is under development right now. you can use OPAL documentation/samples ...Show All

  • Visual Studio Team System debugging "visual studio code analysis custom rules"

    i have my custom rules for visual studio 2005 code analysis. it works but i want to debug my custom rule in visual studio 2005. are there any step by step guideline or any material any help will be appreciated. thank you. · Debugging custom fxcop rules - with out using stand alone fxcop 1.35 - devenv.exe with the /debugexe switch - FxCopCmd.exe with the right arguments - create an .fxcop project (test project on which you want to run your rules on) fxcoptest.fxcop file - < xml version="1.0" encoding="utf-8" > <FxCopProject Version="8" Name="Sample Library Code Analysis Project ...Show All

  • Visual C# How to get the last line of a richtextbox

    It seems I can only get the first line of the text on the RichTextBox by: string s = RichTextBox.text; Can I get the last line of the RichTextBox Thank you! ...Show All

  • Windows Forms Editable control with listview functionality

    Hi, Does anynone know of a control that can be used, that will allow the user to edit specific cells, but will allow rows to be moved between two different controls (as with the listview). Apologies for the incorrect posting. Thanks, ...Show All

  • Visual Studio 2008 (Pre-release) Dynamic display of ToolTips

    Hi, I am trying to make a tooltip associated with a TestBlock visible/Invisible dynamically bassed on some condition. IsOpen property of ToolTips is used for setting visibility of ToolTips but from code behind i am not able to get the ToolTip object associated with the TextBlock. The xaml code is < TextBlock Text = " {Binding Path=Description} " ToolTip = " {Binding Path=Description} " ToolTipOpening = "Dynamic_Visibility " ></ TextBlock > I have to write the condition for visibility in ToolTipOpening event handler. Can anyone help me out. Thanks in advance. Mahendra you can set the visibility property of the Tooltip to hidden < T ...Show All

  • Windows Forms Bindingnavigator control can't add or delete the items.

    Hi, I have a binding navigator control with a form. The only problem is that i can't add or delete any data. What i don't understand is that it showed when i click the + button that it is adding the row as I can see the auto increment for the id field but once i input everything it can't be saved. I re run the application or look into the database and its not there. I have tried to use sever methods like Me .BindingContext(PamsDataSet.tbl_rsl).EndCurrentEdit() but no luck. I have also tried to put the addnew property of Navigator to none and then addnew from the code like this : Me .TblrslBindingSource.AddNew() but still no luck. Infact the new MSDN library for 2005 is no help at all. When i search something it brings ...Show All

  • Visual Studio Team System Data Driven Unit Test question

    There has to be an easy way to do this but for some reason I cannot find it. We have 6 different responses that we are expecting back for the data we send. We want to be able to adjust the distribution between the responses so I have seperated the data into 6 different tables and created 6 methods. The problem is that if I use the Data Driven aproach in the samples it runs through all the data in the table every time the test runs. I only want one set of data each time but still want to go through each row before repeating. Is there a way to setup the DataSource/DataAccessMethod to grab only 1 new row each time the test is ran instead of grabbing all the rows Eventually we are going to be using a 32 client load for an 8 hour perio ...Show All

  • Visual C++ need a book

    What book can I use to learn ADO.NET and visual C++ I have found books of ADO.NET and C#. It is the same as C++ Also I can't find samples for ADO.NET in my documentation, does anybody knows where can i find them Thank's for your help in advance. Ricardo 8a   Ricardo 8a wrote: What book can I use to learn ADO.NET and visual C++ I recomend these books: Visual C++(r).NET: The Complete Reference ( http://www.amazon.com/Visual-C%2B%2B-NET-Complete-Reference/dp/0072129581/sr=8-2/qid=1165684627/ref=sr_1_2/102-4284059-4780963 ie=UTF8&s=books ) Microsoft Visual C++ .NET Deluxe Learning Edition ( http://www.amazon.com/Microsoft-Visual-NET-Deluxe-Learning/dp/07356 ...Show All

  • SQL Server open an ODBC connection to a DB and must use a connection that looks like this: "DSN=myDSNname".

    In my ssis package, I have a DSN connection like this: "DSN=myDSNname". Which decide from i have to pull the data. By using OLE DB Source Editor, I want to assign that ODBC Connection to it. By data source Reader i can achive this but where i have to pass the hard-code SQL Query that i don't want. i'm using the variable for dynamic SQL command. Thanks. Manoj This is not working in my case. Lets assume i have a DSN defined in my system. Now i want to to import export the data. I have to use the DSN for connecting the Source server and i'm passing my TSQL in the variable. and for destination i can use OLE-DB or else what ever be fastest way. my problem is that how can i achive such functionali ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How will it be the content creation for XNA??

    Hi people, I want to know if XNA will provide it's own tools for content creation, or what formats will it support (COLLADA, .X). And what about a GUI System, will it have one We have a lot of stuff we want to talk about regarding the content pipeline, so don't worry, information will be coming soon! It's just a matter of finding the time to get it written :-) I'm going to be blogging about this area a lot over on http://blogs.msdn.com/shawnhar over the next weeks and months. ...Show All

  • SQL Server SQL Service Broker vs MSMQ

    I'm in the process of doing the initial research for the architecture of a large scale, transactional messages routing platform. My initial design called for a series of MSMQ queues and Windows Services, written in C#, to process the messages in these queues. There will be incoming and outgoing queues, queues to store unroutable messages, etc. My application will be routing many hundreds of thousands (and eventually millions) of messages per day. These message are very small (< 200 bytes each) and must be routed very quickly. (<1 second processing overhead per message for high priority messages.) Using the term "routing" may be a bit misleading. The messages arrive via TCP socket connections. I will just need to take in a ...Show All

  • SQL Server After an insert, how do I get the primary key of the new row?

    I am using C# and ADO.NET After executing an INSERT, I would like to retrieve the primary key of the last row inserted. I've tried running SELECT @@IDENTITY in a query, but I get an OleDbException with the message: {"Syntax error. in query expression 'SELECT @@IDENTITY'."}. does anyone know what to do Hi, have a look here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconretrievingidentityorautonumbervalues.asp If you are on SQL2k5 you can use the new OUPUT parameter and put the information back via this technology. HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Smart Device Development How to remove SDK certificates from WM5.0 PPC and SP devices?

    I installed SDKCerts.cab on my device by copying it to the device via ActiveSync and launch it on the device, so that I can install some applications. Now, I want to know how I can remove all of these SDK certificates from the device without having to do a hard-reset. Would someone please tell me how I can do that Thank you very much. You can uninstall the cab from: "Start Menu"-> "Settings" -> "System" Tab -> "Remove Programs". This should remove all the files/applications installed by the cab on the device. Thanks, Manish ...Show All

©2008 Software Development Network