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

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

aled

Member List

Paolo Hutchison
tirthankar
Mercury_Rising
NRP
Angry Coder
Polita
Anand Prakash
kenlefeb
MrRuffian
Andrew XYZ
fishy124
Igor Taranov -- MSFT
cmsturg
SUJITH NAIR
RobGriff
vitia
Manoj Bandgar
JonTec7
myway
Ormed
Only Title

aled's Q&A profile

  • Visual Studio Express Editions Controls are shifted back without me doing anything

    Hi, I've got a tablelayout and a couple of controls anchored inside. In particular, I have a label anchored top-left, and 3 combo boxes Docked to 'Fill'. Now, whenever I run/debug my program it looks good, but after finish the debug session (close it down) and C# Express returns to the Form Design window, all of these aforementioned controls get un-anchored and undocked every time! You can actually see the designer flickering and repainting and then undocking my controls. Gee, thanks ;-) So I have to go back to this particular label and 3 combo boxes and re-anchor and re-dock them every time! Needless to say, this is mildly frus ...Show All

  • .NET Development Jscript runns out of order

    Below is code that is executed when a page loads to 'refresh' a tree menu <script type="text/javascript"> function syncNode(id) { //debugger; parent.frames("menu").Location.Reload(true); parent.frames("menu").TreeView1.CollapseAll(); parent.frames("menu").TreeView1.SelectNodeById(id); parent.frames("menu").TreeView1.Render(); return true; } </script> However, it seems the lines the deal with the object "TreeView1" are executed before the reload statement. ie, it does the highlighting first and then does the frame reload I need this to occur in the oder of: reload sync (ie collapse tree, select node ...Show All

  • SQL Server Reference Package Level Variables in a Script Component.

    I am trying to reference a package level variable in a script component (in the Code) and am unable to do so successfully. I have it listed as a ReadOnlyVariables in the custom properties of the script component, however unable to reference it in the code. Any help will be appreciated. Thanks, Andy. Jamie, Thanks for your suggestion. I did that and I was able to locate the variable. What does "ME" refer to Is it refering to the Script Component Does typing ME in different procedures/functions within the Script Component refer to different things Thanks, Andy. ...Show All

  • Visual Studio Team System How do I manage Work Items in Excel?

    Hello, I have the Team Project portal site. I have Work Items Excel file in the document library. When I try to open the Excel file from the project site on the computer without Team Foundation Client, the file is empty. How do I use Work Items Excel file on the computer without Team Foundation Client Thanks. I don't think you can use an Excel file containing work items on a computer that doesn't have the team foundation client. They wouldn't be able to sync or publish anyhow, so I assume you're looking for a read-only view of the data. If that is the case, you might just want t ...Show All

  • Windows Forms Prevent the child control is deleted at usercontrol

    I'm making a usercontrol. it has a child as tabcontrol has tabpage. the diffencies between tabcontrol and my usercontrol are 1. my usercontrol has only a child. (this child is also usercontrol and its designer is inherited from ParentControlDesigner) 2. the child must not be deleted. in order to prevent the child from being deleted, I tried to add a logic into IComponentChangeService.ComponentRomoving event like below * in Designer of the usercontrol IComponentChangeService c = (IComponentChangeService)GetService(typeof(IComponentChangeService)); c.ComponentRemoving += new ComponentEventHandler(c_ComponentRemov ...Show All

  • Windows Forms How can I reach the Tag of a checkedListBox-Item??

    Hi! I created a CheckedListBox. Every contained item got an unique Tag: ListViewItem baItem = new ListViewItem(bauabschnitt.BA_Bezeichnung); baItem.Tag = bauabschnitt.BA_ID; listBA.Items.Add(baItem.Text); Now I want to loop through the selectedItems and retrieve the Tag of each item. But I only can do something like this: foreach (int indexBA in listBA.CheckedIndices) { string baBez = (string)listboxBAS.Items[indexBA]; ... } Isn't it possible to retrieve the Tag of an item Thanks, Barthi If you are sure that each item in your CheckedListBox is a ListView Item then you can simply iterate thr ...Show All

  • Windows Forms listview controll

    I am designing a custom application for my employer and I need much of the functionality of the listview controll. However, I would like to specify a location for listviewitems when the listview is set to LargeIcons or SmallIcons modes. I am using VS2003 and .Net 1.1 thanks, ...Show All

  • Visual Studio Team System VSTS Architect vs. VSTS Developer

    With he proposed changes in MSDN subscriptions and Visual Studio licensing, I now have to make a decision between VSTS Architect and VSTS Developer. As I understand, MSDN Universal subscribers will have a choice - they can either go for VSTS Architect and VSTS Developer. I believe that I need both architecture and development tools. Which out of two should I go for The information was interesting but too high-level to be really useful or answer the questions I feel most developers have. I hope you folks will be releasing something with a bit of meat on it like a feature by feature breakdown of what is included in each edition in t ...Show All

  • Software Development for Windows Vista Windows SDK Feb CTP Is Available

    The February Community Tech Previews for the WinFX Runtime Components, Windows SDK and the Visual Studio Development Tools for WinFX were released to the web today. Please visit the Windows Vista Developer Center for full details ( http://msdn.microsoft.com/windowsvista/ ) and the “Get the Beta” page ( http://msdn.microsoft.com/windowsvista/getthebeta/ ) for download instructions. Also, for those developing Windows Forms Ink applications I’d like to point out a known issue with version of Microsoft.Ink.dll being installed by the Windows Vista SDK. For this CTP release developers on Windows Vista machines will need to referenc ...Show All

  • SQL Server SQL Server Integration Services Clustering

    Hi All, Does SQL Server Integration Services support clustering. Thanks & Regards Yes. Go here: http://sqljunkies.com/WebLog/knight_reign/archive/2005/07/06/16015.aspx -Jamie ...Show All

  • Windows Forms Change font but keep old

    I have a richtextbox and let's say a word that is selected is already bold. I want to keep it bold but ALSO underline it. This code removes the bold and underlines it. rtfMsg.SelectionFont = new Font(txtMessage.Font, FontStyle.Underline); Is it possible to read what font is there if any and add the new one I added a fontDialog but also want the seperate buttons. Thanks, Zath rtfMsg.SelectionFont = new Font(txtMessage.Font, FontStyle.Underline And FontStyle . Bold ); ...Show All

  • Windows Forms local windows in IDE - What control

    What control does the IDE use for the local windows in VS.NET IDE Pat I get it now. I was thinking that there was a control I should have known about for the local windows. I'm slow. ...Show All

  • SQL Server Unable to read local eventlog (the parameter is incorrect)

    In trying to setup alerts and activating them, an error occurs in the sql agent log of Unable to read local eventlog (the parameter is incorrect) The full messages from the Windows NT Logs shows: Event Type: Error Event Source: SQLSERVERAGENT Event Category: Alert Engine Event ID: 318 Date:  03.11.2005 Time:  17:14:47 User:  N/A Computer: RESYSHADOW Description: Unable to read local eventlog (reason: The parameter is incorrect) Does anyone know what could be causing this.   I have tried it on Windows XP SP2 with local Admin account and on Windows Server 2003 with Domain Ad ...Show All

  • Windows Forms username other than sa in SQL Server 2000

    hello how can i change the username of SQL Server 2000 from sa to another username thank you for the help and for the time Follow these steps.  Open SQL server MMC.  Look for the node local NT. It should be under SQL Server group assuming you are running SQL on your local pc.  Right click on that an select properites. Click the&n ...Show All

  • Visual Studio Team System Excel Plug-in for Office 12

    Will the TFS client plug-in for Microsoft Excel work with the Office 12 version of Excel Martin Danner Boise, Idaho Thank you Erin. I'll be on the lookout for further news when Office 12 is released. Martin ...Show All

©2008 Software Development Network