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

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

MPSIperson

Member List

KombatNT
wjousts
SomeoneElse
yoshistr
Steve Schofield
Ronald Lips
Darren Neimke
Coot
ForHeFirstLovedMe
emmarussell
alex.gorbatchev
Snowfire
Leonid Vaner
cheung_iris
Adrian Accinelli
kabuki
Nayan Mansinha
Ian123
OldNick
Thibaud
Only Title

MPSIperson's Q&A profile

  • Windows Forms How to get last index of combobox

    Hi all, how could i get the last index of the item being selected by using ComboBox during the items being added to the combo box control since the last index of the combo box is depends on variance number, it was hard to get the last index of the combo box item being selected by default. No dude , May be i am not able to convey my problem to you , I dont want to add value in combo box . i just want to reterieve value from combo box at any particular index , eg. I want value from combo box at index 6 . Thanks lot for ur time. ...Show All

  • SQL Server auto expanding Temp DB to fit large requests

    I have run into a glitch in SQL 2000's ability to automatically expand the temp db when temp tables become very large.  In our business it is sometimes required that I alter a customer's configuration data without modifying any of their transaction data.  This requires a rather complex procedure that creates a script of insert/update/delete statements that, when run on a customer's database, modifies their configuration to a replica of our in-house test environment. While creating this script, sometimes a few lines are dropped.  The real problem is that we have no error or indication that the script had dropped lines until we ...Show All

  • Smart Device Development VB 2005 Smart device HRESULT E_FAIL COM failure

    Attempts to create a new smart device app with VB 2005 compiled for PC 2003 or Win CE 5.0 result in an immediate error message of: "HRESULT E_FAIL has been returned from a call to a COM component." No other info about the error A console VB app ( not smart device) can be created and compiles correctly.   Easy guys, just reinstall the compact framework !! http://www.microsoft.com/downloads/thankyou.aspx familyId=9655156b-356b-4a2c-857c-e62f50ae9a55&displayLang=es i solved it by this way !! Best Regards T.S.U. Gabriel Martin V ...Show All

  • Visual Studio Express Editions how to Flash in vb.Express

    Hey , i want to know how to integrate a flash movie in visual basic express edition. Thanks I am note sure if these will work with Express but, here are some examples and tutorials: http://experts.about.com/q/Shockwave-Flash-1515/Flash-VB-6.htm http://www.vbcity.com/pubs/article.asp alias=flashvb http://www.vbcode.com/asp/showzip.asp ZipFile=http%3A%2F%2Fwww%2Evbcode%2Ecom%2Fcode%2FFlash%2Ezip&theID=2544 and for the third one, just scroll all the way and download the zip file... just ads on the page itself home these help... ...Show All

  • Visual C# Close 'X' button problem on child form

    Post smallest amount of code of a single Form that reproduces this. By default clicking the x will close the form. All of the child forms have a common factor and that is they all use while loops.  I am collecting a ton of serial data and looping works best.  Does the loop have something to do with it, I would expect the App.doevents() to handle the event correctly when it fires.  Below you will find the constructor, MyForm_Method, which contains the while loop and a timer to trigger the method once the constructor is done. Thank you. public MyForm() { // Required for Windows Form Designer support InitializeCompon ...Show All

  • SQL Server Add user to Local Group Error

    Guys, I need help installing SQL Server 2005. I meet all of the pre-req's and setup seems to run normally until it starts installing the services and database engine. I receive the following error: SQL Server Setup was unable add user NT AUTHORITY\NETWORK SERVICE to local group SQLSERVER2005DTSUser$server. It repeats the error for for the other groups that are created with SQL install. Am i missing something that's obvious I couldn't find anything in the documentation or anywhere else. Here are a couple of things to try: 1. Check the installation log files, located at %Program Files%\Mic ...Show All

  • .NET Development Rijndael Algorithm + Padding error...

    Hi all I am trying to encrypt and decrypt data using the Rijndael alogrithm. I have been successfull in encrypting and decrypting the data in one go. However problems arise when I attempt to save the key and the IV value and return at a later time to decrypt the data, The error I am getting is as follows: "System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed." Here is the code that I am using to encrypt and decrypt the data: Imports System.web Imports System.web.services imports system.web.service.protocols imports system imports system.text imports system.secu ...Show All

  • Visual Studio Team System Newbie confusion on TFS and VS.NET. Enlightment needed.

    I setup a TFS Team project (under Beta 3). Next I created a New project (not a Team project) in VS.NET 2005, right-clicked the project name, and selected "Add project to source control". I received the message "The current project must be saved before it can be added to source conrol." Huh I want to save it in TFS and it won't let me do. (I forgot to define a workspace... maybe that's what it wanted. But when I attemped to define a workspace I got the same error message). I finally saved the project to my local harddisk (in folder "deleteme") and was then able to add the project to source control. But now when I ...Show All

  • Visual Studio Team System Can't find "Comments" of my manual test in my Team system cube

    Hello, In need to create a custom report with the log informations about the manual test I ran. I have published all the tests results and I was able to find all the informations I need (Test name / Test result / Tester name / Start time ...) but I can't find the comments. I have checked in the trx files and I found it, but i wasn't able to find it in Team System cube or in TFSWarehouse database. Are this informations stored in the database If yes, where can I find it If not, can it be added Thanks for your help. Jimmy Hi Jimmy, Comments are not currently included in the relational warehouse schema. You ...Show All

  • .NET Development Problem adding paramater to query.

    Initial Query: "SELECT USR_EMAIL FROM USER WHERE USR_ID IN (:usrid)" What I want query to be: "SELECT USR_EMAIL FROM USER WHERE USR_ID IN (1, 2, 3)" The paramater I add to the connection is obviously "1, 2, 3" When I try to set up the reader I get the following error System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Oracle.DataAccess.Client.OracleException ORA-01722: invalid number How can I pass these as a paramater This works fine if there is only 1 number. This is a common problem and there really isn't a way to work through it via ADO tha ...Show All

  • Visual C# How can you make your software expire after certain Days ??

    Hello All, I have an application which I want to expire after the trial period and only works after you eneter the key. Any suggestions, piece of code which I can use to secure my application. Thanks, Harsimrat Well, you need to store the date the software was installed, that date needs to stay if someone does an uninstall, and then you may want to write some code that detects if users have been playing with the system date. As for entering a key, you have all sorts of options there. Do you want a key tied to a machine Do you want to generate a response key ...Show All

  • Windows Forms How to close form instantly?

    I have a subroutine which call to get data, and I want the form to be closed instantly if there is something wrong. However, the form didn't close and will go through all the subroutine, therefore GetData2() and GetData3().  Is there a way I can interupt whatever the form do and close the windows form right the way Thanks! Public sub GetData()  GetDa ...Show All

  • Visual C# Best practice

    Ok, I have a question on what would be the best practice for a translator... If you have 5 languages: English, Chinese, German, French, and Swedish and you have different methods for converting each one into each other what would bet he best practice Heres an example: If you selected Chinese as the starting Language and English as the Ending Language it'll return "zh-CN%7Cen" as the code needed to post. I'm thinking i'll create an enum to store all the languages and then create a struct that takes the enum twice, once for starting and once for ending, and then a value. so i'll have something like struct LanguagePairs { Lang lan ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Running MDX games on other computers

    I've been working on and MDX game for a couple of months in Visual Studio 2005 express; now I'm trying to run it on other computers and it doesn't work. Of the 4 computers I've tried it on, only 1 successfully ran it. The others get a file not found exception that seems to be for a DLL, but when I put a try/catch around the application initialization (this is based on the sample framework) and found the exception, it conveniently failed to include the actual file name. What do I have to do to run this on a system that doesn't have visual studio This is a common question that gets asked, the main prob ...Show All

  • .NET Development Using TransactionScope to share transactions between Methods

    Hi, Before we start: This is all taking place on a single database. And I really don't want the overhead of Distributed Transactions. If I want to have lots of separate data access routines that do work on the database. Sometimes I want these routines to take part in a larger transaction. Sometimes they will just be running in their own transaction. I looked at TransactionScope and I thought this would do the trick. I now realise I would need to pass an open connection object in to each routine. TransactionScope takes care of sharing my transaction but it doesn't help me with sharing connections. Becuase... If I have 2 connection ...Show All

©2008 Software Development Network