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

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

eigqsung

Member List

Elina_anilE
Gaetan
Ted Carron
Ron Wilson
Smithy
dmcgiv
Andrey T.
ZANette
gorden
ECM
EastShores
Tomasz Staroszczyk Poland
DTG1
riet
Jacky Zhou
lydiatwin
rs2005itw
Rajboddu
SenthilD
6SC
Only Title

eigqsung's Q&A profile

  • Visual Studio Express Editions Can anyone provide me with the right code for sending these AT commands using the new SerialPort class?

    Can anyone provide me with the right code for sending these AT commands using the new SerialPort class   Serial Port Setup COM2 1 start bit 8 bit data No parity 1 stop bit   I need to send these AT commands to the device:     AT+CMGF=1      follow by a carriage return   As soon as I get this string returned   Ok   I then must send this other AT command:   AT+CMGS="7872435333"           follow by a carriage return and then follow by Ctrl Z   As soon as I get this s ...Show All

  • Windows Forms Can't get images on toolbar buttons when running

    Hi everyone,  I have a VB.net application that has a toolbar with several buttons.  The first two buttons are the standard "save" and "print", with those typical images.  My problem is they show up and work fine in the form designer, but when I run the application the images assigned to the buttons do not appear.  Can anyone tell me  ...Show All

  • Visual Studio Team System Team Foundation Client - "Error in the application" when connecting.

    Have installed TFC on an XP Pro machine. Machine does not have VSTS or any VS2k5 components installed aside from TFC, .NET 2.0 and anything else TFC requires to operate. Machine is a member of the AD domain that also contains the TFS (MSVS-TFS), however the user usually logged into that machine is not a member of the domain. Somewhat against my expectations, logged in as this user, I can fire up TFC and access TFS just fine. I don't understand why, because this user is unknown to both AD and TFS, but we'll leave that aside for now. I log in as a domain user, who also happens to have God-like permissions in TFS. We can do ANYTHING with this u ...Show All

  • SQL Server Invokation of a stored procedure from an Integration Services package

    Is it possible to execute a stored procedure from an Integration Services package I see that its possible to enter sql commands that can be run but when a command to execute a stored procedure is entered the system cannot find the stored procedure (eventhough 'use mydbname' preceded it. thx, Marilyn You certainly can execute a stored procedure, but we'll need some more information to help. Are you using the Execute SQL task in SSIS Is the database SQL Server Does the account your are developing under have permissions to see the stored procedure What error messages are you seeing Donald ...Show All

  • Visual Studio Visual Source safe Over the internet?

    Hey! I am having some problem to get the Visual Source Safe 2005 to work over the Internet. I am using a computer with windows XP pro as web server. This is the steps I take: Create database: 1. Creates a dir on my G drive(G:\SourceSafe). 2. Starts VSS 2005 Administrator 3. File > Open Databas 4. Add > Create a new database 5. Then I browse to my G drive and locate the directory (G:\SourceSafe). 6. Source safe database is now created. Settings: 1. Starts VSS 2005 Administrator 2. Server > Configure 3. Checks the “Enable SourceSafe Internet for this computer” Create User: 1. Users > Add User 2. And then I create a ...Show All

  • Visual Basic Possible to create a Dll in the express addition?

    Hi all   is it possible to create a dll using the express version if yes is there any good example to look at   Regards Soon Lee Hi, Yes it is possible to create a DLL using the Express Edition. You would need to select the Class Library project template when you start the project. You can then choose Build from the menu and the DLL would get generated. For tutorials check out the following link: http://www.learnvisualstudio.net/videos/Visual_Basic_2005_Express_Edition_for_Beginners.htm Regards, Vikram ...Show All

  • SQL Server Why is sort so slow?

    I set up a sample sort data flow that is attempting to sort 11M records totalling about 3GB. It ran for four hours and then I killed it. How can it be so terrible Am I missing some hidden tuning parameter DIdi you try to put an index on the sort column (the best would be a clustered index though this one is physically order by design), that should be helpful. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Architecture Storing parent reference vs ID in business objects

    Our development team is discussing the pros and cons of storing hierarchical information in business classes. Let's use a banking system as an example. Is there any cons to storing a reference to the parent object in child objects (for example, storing a reference to the account in each transaction) Now, we don't want to make it mandatory. For example, when getting a specific transaction based on some ID value, the Account property that references to the account this transaction is in will be set to null. If we want to get that account, we can call some business method on the Transaction object. Alternatively, if I want to get a specific ...Show All

  • Windows Forms Collection Editor

    Hi Is it possible to handle the addition and removal of  elements to a CollectionEditor at DesignTime. Wot i mean is that when i inherit a class from  CollectionBase, i automatically get a CollectionEditor at  DesignTime. I have also implemented the Add, Remove, and  an Indexer, etc. methods in my CollectionClass to accept  my Components.  However, these methods do&n ...Show All

  • Visual Studio Team System TF output not conducive to efficient use from scripting

    Our builds are heavily scripted.  TF seems to output extraneous information which causes us to have to do unnecessary string parsing.  For instance, in over SCM tools usually there is a very easy way to get just the items in a directory that are under version control.  But in TFVC, if the best I can do is this: tf dir C:\proj\somedir but then I get this output to deal with: -------------- $/Proj/somedir foo.cs bar.cs baz.cs 3 item(s) -------------- So I have to lop off one line from the beginning and 2 lines from the end.  And sometimes it is 3 lines from the end because of an occasional extr ...Show All

  • Visual Studio Team System Cannot rename folders in Source Control

    I am using VS Team Server 2005. It installed fine on a 2003 Standard Server box. I created a workspace and mapped it to a local directory on my development machine (XP SP2) called c:\imaxwell projects. When I open Source Control Explorer and I click on the new folder button. Nothing appears to happen. But if I shut down Visual Studio and reopen it, I can see the new folder. Unfortunately, the rename option is grayed out. What I want to do is place projects under sub directories rather than in the root of the source safe project. For example, I want to place my Team Project in $/Applications/PhotoManager. Is there a way to do this & ...Show All

  • Windows Forms Increase spacing between items in ListView

    I'm looking for a way to increase the spacing between items in a ListView control, and can't find anything on MSDN or Google - any got any ideas David ...Show All

  • Visual Studio Team System Visual studio locking up when doing TFS stuff.

    Hi, I am wondering if anyones else is having a similar problem as me. It seems at certain times when I do various actions (getting latest code, checking in something) the action completes and then Visual Studio locks up to the point where I have to kill the devenv.exe from the task list. It has happened to me quite a few times now. I am running the VPC image for the server and have installed the TFC from the en_vs_2005_tfs_trial.iso file. I really like the product and have convinced my manager we should move to it but I can't really do that in good faith if the team is going to lock up frequently. Cheers, Clint Well I w ...Show All

  • Windows Forms Export Unbound DataGrid To CSV File\Excel with WINDOWS FORM

    I've spent hours hunting around the internet to find out how to do this and i can't seem to do it. I've found endless posts on ASP.NET but im using WinForms/VB2005 I would prefer not to have to manuall configure each export process at the time as the DataGridView can be one of at least 4 different structures depending on the options the user selected to fill it. There must be a simple way of taking all records and layout and playing it in excel. There is also no dataset for this GridView.. Can anyone help me please Im tearing my hair out and its probably really easy! Cheers For anyone else tr ...Show All

  • Windows Forms diging dataset with xml in it

    Hi, I am reading an xml doc into a dataset but I cant figure out how to get to an element of xml within the dataset. After following 2 lines, I am lost. Unfortunately I CANT use xpath:( DataSet ds = new DataSet(); ds.ReadXml(xmlpath); How do I access the: "Name" value      as in this line  <Panel Name="FontNames"> "Default" valu ...Show All

©2008 Software Development Network