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

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

NeedSomeAnswers

Member List

William Boatin
blueboss
Nick Lenting
Jeeves
Jeff Weinstein
vic0824
Yury Averkiev
Computerman45
frankc83
duncan.mcleod
LordKrishna
mutex
JayneK
ibrahimkurt
Patrick Huynh
StressPaul
jupitor_rules
Sun Haiwei
mmk
averge joe
Only Title

NeedSomeAnswers's Q&A profile

  • Visual C# edit .xml

    Hi... Me and my School mates are having an experiment where we have to note down the data for each time... (the assigment is; exersice and note down, pulse, temprature, and so on....) And so i thought i can use C#.net and xml for this, and then display the data using xsl.... But how can i ADD tags with data to an existing .xml file so say i have this xml file: < xml version="1.0" encoding="ISO-8859-1" > <data>    <input>       <date>X</date>       <pulse>X</pulse>       <temp>X</temp> ...Show All

  • Visual Basic Using a Registry Launch Condition to Specify a Target Directory does not work

    I am trying to use VS deployment as per http://msdn.microsoft.com/library/default.asp url=/library/en-us/vsintro7/html/vxtskusingregistrysearchtospecifytargetdirectory.asp but it does not work as intended. I have logged the installation failure.The launch condition seems to be evaluated after the target directory is formed so [INSTALLATIONPATH] retrieved from the registry is empty when it is supposed to be applied via DefaultDirectory in my custom folder. Any suggestions would be gratefully received. Assuming your Registry Search's Property "Property" is INSTALLATIONPATH, what you need to do is set ...Show All

  • Windows Forms DataGridView - Stop User Selecting Cells

    Hi, I would like to programmatically stop users from selecting cells in my DataGridView. What's the best way to achive this I want the DataGridView to be enabled (and scrollable) - i just don't want the user to be able to click on, and select any cells at all. I suppose I'm trying to avoid the dotted line appearing around a selected cell. I have already set the SelectionForeColor & SelectionBackColor properties to the same as the ForeColor and BackColors, but the dotted line still appears. Thanks, Ben S. I think I've found the answer: 1. Use DataGridView.ClearSelection() to deselect any selected rows. 2. ...Show All

  • SQL Server sql DB on Server1 and SSIS server on Server 2 problem

    I want to deploy my packages to the MSDB on Server1 and I want to use the SSIS server on Server2 to execute those packages. so: Server1 = SQL Server, Server Agent Server2 = SSIS server, SSRS server, SSAS server Question1: I'm using this setup because then the CPU on Server2 is used for processing the package, right So ... I want to execute a Job on Server Agent on Server1 to run packages stored also on Server1 but the SSIS server itself is on Server2 Then there is another problem: In the SSIS server (Server2) configuration file called MsDtsSrvr.ini.xml (see http://msdn2.microsoft.com/en-US/library/ms137789(SQL.90).aspx ...Show All

  • Windows Forms DataGridView and the automatic ellipsis

    I am working on converting a project from VS3 to VS5. One form has a grid which now uses the new DataGridView. Overall it is great. However, there is one small issue: When the amount of data in a cell is larger than can be displayed, an ellipsis is shown. This normally would be fine. However, this grid displays records from a database and a field may be 30 characters long, but with only 5 actual characters and the rest spaces. The cell, however, still thinks that they are actual characters so the cells always display the ellipsis, even when it is actually empty (only spaces). I have looked for a way to format it with the DefaultCellStyle. ...Show All

  • Visual Studio Team System Move source file in Source Control Explorer and lose history on where it was moved from

    When I move a source file in Source Control Explorer, the history doesn't detail where it was moved from. Is this by design OK. I see what you mean now. It would be nice if a comment was automatically placed on the file that was renamed, but I agree that it is possible to find out the information. Thanks for your help! ...Show All

  • Smart Device Development hi everyone,some problems about cemail.vol Restore/backup(i want to restore/backup SMS)

    hi everyone,i am working with a program about restore/backup SMS. I found the sms information is stored in the cemail.vol's database.So i backup the databases under the cemail.vol and i delete some SMS,and restore the system databases under the cemail.vol. i can restore the SMS but i can only see the header title of the SMSs but can not open it, WHY Is it have relations with other system database i fount the pmailMsg database's record number is the total number of inbox, sended box and unfinished box .when you send SMS or received SMS ,some fldr... database is create,and store the SMS received ,SMSs you sended,SMSs that have not ...Show All

  • Visual C# determine if running in IE

    hello, Is there some way for a C# dll to determine if it's running in IE, and, if so, redirect the page This is using the v1.1 Framework. Do you mean in an ASP.NET page or a user control being hosted within IE If you mean in an ASP.NET page, take a look at this article on the subject and in future you should direct ASP.NET related questions to the ASP.NET forums . ...Show All

  • Visual Basic auto signature and visual basic 2003

    Hi I've developed a console application that will automatically generate a new e-mail message and populate the "to", "subject" and "body" with data from a simple text file. (data is passed to the text file from a third party application and a batch file) what it won't do though is automatically add an auto signature even if this is specifically set within outlook. All other instances of mail creation add the signature so i'm assuming that it must be something that has to be coded in. Is there anyway around this slight problem. apologies if posted in the wrong forum regards nick ...Show All

  • SQL Server Creating trigger with update

    Hello I am new to sql and asp, I am using visual web developer and have table that when it gets change I would like to see another table populated with the information. This is the two tables I have First one has the information in it that users will insert in it asset_id int Unchecked asset_desc varchar(50) Checked serial_no varchar(50) Unchecked model_no varchar(50) Checked category bigint Unchecked Manufacturer varchar(50) Checked Mac_address varchar(50) Checked service_pack varchar(50) Checked owner bigint Unchecked location bigint Unchecked date_acquired datetime Checked date_deactivated datetime Checked system_asset_no varchar ...Show All

  • SQL Server Deliver to SharePoint

    Quite a while ago Brian Welker talked about Reporting Services WebParts (which are available now...) and a delivery extension for SharePoint. Is anybody aware of it I googled around and didn't find anything about that (besides Brian's statement)... Is there any other option to deliver reports to SharePoint (beside the "delivery to file system" and import/link it to SharePoint) Thanks, Lloyd,   I don't understand what single sign-on would do for me... But perhaps I wasn't so specific about the requirements... I just published a blog about that, perhaps then things get clearer... ...Show All

  • Visual C# What C# version should I get?

    I fell off the VC++ wagon in 2000 for Delphi. I now find that I need to climb back on and get with C# .NET. I have scoured Microsoft’s marketing site along with this forum. Although plenty is said about VS 2005, I’ve read conflicting information and I can’t seem to find whether C# 2005 is even being sold separately… much less what’s its feature matrix is. I am currently using the Express version of C#2005 and have some questions toward the next step. · I’ll expect my employer to buy the Enterprise/Architect version, but for my own uses, I would like to economize as much as possible and still do the following. · ...Show All

  • Windows Forms Moving user controls on a panel has strange consequences...

    Hello and thank you in advance to anyone that reads this who may be able to shed some light on the problem. Now onto the problem: I have a panel (let's call it panelA) on my Windows form, and I am programmatically adding my own user controls (let's call the user control class myUC) at run-time to panelA's Controls collection. I am doing this in the event handler for a button's Click event. Let's call the button btnAdd. So each time btnAdd is clicked, I do the following in its event handler: 1) add a new myUC() to panelA's Controls collection 2) call a helper method to set the Locations of all the myUC's on panelA (the only controls on ...Show All

  • SQL Server Join query

    I have two tables Table1 and Table2 Table1 columns: CustomerNum varchar(12) InvDate smalldatetime Table2 columns CustomerNum varchar(12) MaintDate smalldatetime Dis float Table1 Data (sample): CustomerNum InvDate 995169 2/4/2002 995169 11/4/2002 995169 1/1/2003 995169 3/4/2003 995169 10/4/2003 995169 1/4/2005 995169 5/4/2005 995169 11/15/2005 Table2 Data (sample): CustomerNum MaintDate Dis 995169 10/3/2001 1.07 995169 10/3/2002 1.1 995169 5/16/2003 1.7 995169 9/30/2003 2.9 995169 1/1/2005 2.8 995169 3/31/2005 2.95 995169 10/31/2005 2.85 I want to display customerNum, InvDate from Table1 along with applicable Dis from Table2. D ...Show All

  • SQL Server Upgrading from 'SQL Server Express 2005' to 'SQL Server Express 2005 with Advance Services'

    Currently I have following things installed on my Computer 1. SQL Server Express 2005 2. SQL Server Management Studio Express 2005 CTP I need to install following things A. Microsoft SQL Server 2005 Express Edition with Advanced Services B. Microsoft SQL Server 2005 Express Edition Toolkit Do I need to uninstall any any of 1 or 2 What should be my path to upgrade these software. Don't you wish you could get Advanced Services, the Toolkit and SP1 separately! I got confused enough upgrading from just Express to Express with Advanced Services. Here ...Show All

©2008 Software Development Network